forked from CitiesSkylinesMultiplayer/CSM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCSM.sln
38 lines (37 loc) · 2 KB
/
CSM.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSM", "src\csm\CSM.csproj", "{63933537-DA87-4026-A44C-382298FBB399}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSM.API", "src\api\CSM.API.csproj", "{AB27EACD-B9A9-42BC-BF8A-3B25AABFF6CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSM.BaseGame", "src\basegame\CSM.BaseGame.csproj", "{BFC8DE00-F495-4388-9E36-F1471F8ED578}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{63933537-DA87-4026-A44C-382298FBB399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63933537-DA87-4026-A44C-382298FBB399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63933537-DA87-4026-A44C-382298FBB399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63933537-DA87-4026-A44C-382298FBB399}.Release|Any CPU.Build.0 = Release|Any CPU
{AB27EACD-B9A9-42BC-BF8A-3B25AABFF6CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB27EACD-B9A9-42BC-BF8A-3B25AABFF6CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB27EACD-B9A9-42BC-BF8A-3B25AABFF6CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB27EACD-B9A9-42BC-BF8A-3B25AABFF6CA}.Release|Any CPU.Build.0 = Release|Any CPU
{bfc8de00-f495-4388-9e36-f1471f8ed578}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{bfc8de00-f495-4388-9e36-f1471f8ed578}.Debug|Any CPU.Build.0 = Debug|Any CPU
{bfc8de00-f495-4388-9e36-f1471f8ed578}.Release|Any CPU.ActiveCfg = Release|Any CPU
{bfc8de00-f495-4388-9e36-f1471f8ed578}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBE6C34D-8CE5-4995-ACD5-606A2416DBE8}
EndGlobalSection
EndGlobal