-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGMN Core 3.0.sln
44 lines (44 loc) · 2.44 KB
/
GMN Core 3.0.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
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GMN Core 3.0", "GMN Core 3.0.csproj", "{B0283E48-F107-4569-A97C-564309B4F6A3}"
ProjectSection(ProjectDependencies) = postProject
{B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853} = {B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZLR.VM", "ZLR.VM\ZLR.VM.csproj", "{42371D96-9F71-4DAB-A242-82DD07F72E67}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildInfo", "BuildInfo\BuildInfo.csproj", "{B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Shard3Setup", "Shard3Setup\Shard3Setup.vdproj", "{0CAEF796-60BC-40A5-B13C-8632C11E8DF9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B0283E48-F107-4569-A97C-564309B4F6A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0283E48-F107-4569-A97C-564309B4F6A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0283E48-F107-4569-A97C-564309B4F6A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0283E48-F107-4569-A97C-564309B4F6A3}.Release|Any CPU.Build.0 = Release|Any CPU
{42371D96-9F71-4DAB-A242-82DD07F72E67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42371D96-9F71-4DAB-A242-82DD07F72E67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42371D96-9F71-4DAB-A242-82DD07F72E67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42371D96-9F71-4DAB-A242-82DD07F72E67}.Release|Any CPU.Build.0 = Release|Any CPU
{B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7F83E3B-BC9A-4A78-AA9B-DB58A08A9853}.Release|Any CPU.Build.0 = Release|Any CPU
{0CAEF796-60BC-40A5-B13C-8632C11E8DF9}.Debug|Any CPU.ActiveCfg = Debug
{0CAEF796-60BC-40A5-B13C-8632C11E8DF9}.Release|Any CPU.ActiveCfg = Release
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BF2B9025-6A7B-48B1-8638-7BAB983B6949}
EndGlobalSection
EndGlobal