forked from DanielLoth/OpenClassic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOpenClassic.sln
More file actions
45 lines (45 loc) · 2.26 KB
/
OpenClassic.sln
File metadata and controls
45 lines (45 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OpenClassic.Server", "src\OpenClassic.Server\OpenClassic.Server.xproj", "{A17B0A2B-087A-4ADC-BFB1-06D188D4BF8F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{384C65B8-A866-4587-BF59-95F4FDBBA8EF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{77708C4B-F8B2-4EC6-998C-F904311A53EE}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "OpenClassic.Server.Tests", "test\OpenClassic.Server.Tests\OpenClassic.Server.Tests.xproj", "{F2BA5B38-14F2-4399-8954-54FDC8D95AA9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D0CED69-09A1-4147-9EDB-0538E17A0F94}"
ProjectSection(SolutionItems) = preProject
.travis.yml = .travis.yml
build.sh = build.sh
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A17B0A2B-087A-4ADC-BFB1-06D188D4BF8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A17B0A2B-087A-4ADC-BFB1-06D188D4BF8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A17B0A2B-087A-4ADC-BFB1-06D188D4BF8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A17B0A2B-087A-4ADC-BFB1-06D188D4BF8F}.Release|Any CPU.Build.0 = Release|Any CPU
{F2BA5B38-14F2-4399-8954-54FDC8D95AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2BA5B38-14F2-4399-8954-54FDC8D95AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2BA5B38-14F2-4399-8954-54FDC8D95AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2BA5B38-14F2-4399-8954-54FDC8D95AA9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A17B0A2B-087A-4ADC-BFB1-06D188D4BF8F} = {384C65B8-A866-4587-BF59-95F4FDBBA8EF}
{F2BA5B38-14F2-4399-8954-54FDC8D95AA9} = {77708C4B-F8B2-4EC6-998C-F904311A53EE}
EndGlobalSection
EndGlobal