-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathMoose.sln
54 lines (54 loc) · 3.08 KB
/
Moose.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
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Moose", "Moose\Moose.vcxproj", "{0C33D1B7-ED16-48C2-B26F-B1306E13EDA8}"
ProjectSection(ProjectDependencies) = postProject
{09198858-C5A4-4E2B-8189-80B63D930296} = {09198858-C5A4-4E2B-8189-80B63D930296}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MooseCoreLib", "MooseCoreLib\MooseCoreLib.vcxproj", "{09198858-C5A4-4E2B-8189-80B63D930296}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MooseCommon", "MooseCommon\MooseCommon.csproj", "{1A7945C3-FCF2-49E0-A439-98C063FA1F71}"
ProjectSection(ProjectDependencies) = postProject
{09198858-C5A4-4E2B-8189-80B63D930296} = {09198858-C5A4-4E2B-8189-80B63D930296}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MooseNet", "MooseNet\MooseNet.csproj", "{E4CB76D8-6462-4B75-BEEF-187084FE9FD3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MooseGh", "MooseGh\MooseGh.csproj", "{B8C808D4-46A5-4DE5-8C33-761133BE86DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C33D1B7-ED16-48C2-B26F-B1306E13EDA8}.Debug|x64.ActiveCfg = Debug|x64
{0C33D1B7-ED16-48C2-B26F-B1306E13EDA8}.Debug|x64.Build.0 = Debug|x64
{0C33D1B7-ED16-48C2-B26F-B1306E13EDA8}.Release|x64.ActiveCfg = Release|x64
{0C33D1B7-ED16-48C2-B26F-B1306E13EDA8}.Release|x64.Build.0 = Release|x64
{09198858-C5A4-4E2B-8189-80B63D930296}.Debug|x64.ActiveCfg = Debug|x64
{09198858-C5A4-4E2B-8189-80B63D930296}.Debug|x64.Build.0 = Debug|x64
{09198858-C5A4-4E2B-8189-80B63D930296}.Release|x64.ActiveCfg = Release|x64
{09198858-C5A4-4E2B-8189-80B63D930296}.Release|x64.Build.0 = Release|x64
{1A7945C3-FCF2-49E0-A439-98C063FA1F71}.Debug|x64.ActiveCfg = Debug|Any CPU
{1A7945C3-FCF2-49E0-A439-98C063FA1F71}.Debug|x64.Build.0 = Debug|Any CPU
{1A7945C3-FCF2-49E0-A439-98C063FA1F71}.Release|x64.ActiveCfg = Release|x64
{1A7945C3-FCF2-49E0-A439-98C063FA1F71}.Release|x64.Build.0 = Release|x64
{E4CB76D8-6462-4B75-BEEF-187084FE9FD3}.Debug|x64.ActiveCfg = Debug|Any CPU
{E4CB76D8-6462-4B75-BEEF-187084FE9FD3}.Debug|x64.Build.0 = Debug|Any CPU
{E4CB76D8-6462-4B75-BEEF-187084FE9FD3}.Release|x64.ActiveCfg = Release|x64
{E4CB76D8-6462-4B75-BEEF-187084FE9FD3}.Release|x64.Build.0 = Release|x64
{B8C808D4-46A5-4DE5-8C33-761133BE86DB}.Debug|x64.ActiveCfg = Debug|Any CPU
{B8C808D4-46A5-4DE5-8C33-761133BE86DB}.Debug|x64.Build.0 = Debug|Any CPU
{B8C808D4-46A5-4DE5-8C33-761133BE86DB}.Release|x64.ActiveCfg = Release|x64
{B8C808D4-46A5-4DE5-8C33-761133BE86DB}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46D08874-333F-4598-B89B-0EA40E1F814D}
EndGlobalSection
EndGlobal