-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStarGate.sln
49 lines (49 loc) · 3 KB
/
StarGate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarGate", "StarGate\StarGate.csproj", "{CF545CEE-3D41-4487-8AC4-0405DE8B95A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarGate.Data", "StarGate.Data\StarGate.Data.csproj", "{AD13677B-0636-41D4-95E0-084B047EEAEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StarGate.Business", "StarGate.Business\StarGate.Business.csproj", "{73BCF6EB-401E-475E-91B5-44994E35E3D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StargateTests", "StargateTests\StargateTests.csproj", "{393B2B8C-99EE-48D9-9376-BF7C8B5B80ED}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarGateClient", "StarGateClient\StarGateClient.csproj", "{2AE1C87E-5D21-4F31-A656-ED7E56F24753}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CF545CEE-3D41-4487-8AC4-0405DE8B95A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF545CEE-3D41-4487-8AC4-0405DE8B95A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF545CEE-3D41-4487-8AC4-0405DE8B95A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF545CEE-3D41-4487-8AC4-0405DE8B95A3}.Release|Any CPU.Build.0 = Release|Any CPU
{AD13677B-0636-41D4-95E0-084B047EEAEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD13677B-0636-41D4-95E0-084B047EEAEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD13677B-0636-41D4-95E0-084B047EEAEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD13677B-0636-41D4-95E0-084B047EEAEB}.Release|Any CPU.Build.0 = Release|Any CPU
{73BCF6EB-401E-475E-91B5-44994E35E3D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73BCF6EB-401E-475E-91B5-44994E35E3D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73BCF6EB-401E-475E-91B5-44994E35E3D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73BCF6EB-401E-475E-91B5-44994E35E3D2}.Release|Any CPU.Build.0 = Release|Any CPU
{393B2B8C-99EE-48D9-9376-BF7C8B5B80ED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{393B2B8C-99EE-48D9-9376-BF7C8B5B80ED}.Debug|Any CPU.Build.0 = Debug|Any CPU
{393B2B8C-99EE-48D9-9376-BF7C8B5B80ED}.Release|Any CPU.ActiveCfg = Release|Any CPU
{393B2B8C-99EE-48D9-9376-BF7C8B5B80ED}.Release|Any CPU.Build.0 = Release|Any CPU
{2AE1C87E-5D21-4F31-A656-ED7E56F24753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AE1C87E-5D21-4F31-A656-ED7E56F24753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AE1C87E-5D21-4F31-A656-ED7E56F24753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AE1C87E-5D21-4F31-A656-ED7E56F24753}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C4870FB7-E7B1-429E-82B3-E1508A9D948A}
EndGlobalSection
EndGlobal