-
Notifications
You must be signed in to change notification settings - Fork 2
/
Zeron.sln
43 lines (43 loc) · 2.48 KB
/
Zeron.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zeron", "Zeron\Zeron.csproj", "{860E5461-8BD3-444F-95C5-C899A183ADC6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZeronTests", "ZeronTests\ZeronTests.csproj", "{A34574A7-67CC-4ECD-9741-C310401B6DB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zeron.Demand", "Zeron.Demand\Zeron.Demand.csproj", "{72B8B5C5-C483-4216-858B-8AE32DB8AD6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Zeron.Client", "Zeron.Client\Zeron.Client.csproj", "{1226921E-FB9A-42BA-866A-15FD7C827A5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{860E5461-8BD3-444F-95C5-C899A183ADC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{860E5461-8BD3-444F-95C5-C899A183ADC6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{860E5461-8BD3-444F-95C5-C899A183ADC6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{860E5461-8BD3-444F-95C5-C899A183ADC6}.Release|Any CPU.Build.0 = Release|Any CPU
{A34574A7-67CC-4ECD-9741-C310401B6DB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A34574A7-67CC-4ECD-9741-C310401B6DB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A34574A7-67CC-4ECD-9741-C310401B6DB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A34574A7-67CC-4ECD-9741-C310401B6DB1}.Release|Any CPU.Build.0 = Release|Any CPU
{72B8B5C5-C483-4216-858B-8AE32DB8AD6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72B8B5C5-C483-4216-858B-8AE32DB8AD6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72B8B5C5-C483-4216-858B-8AE32DB8AD6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72B8B5C5-C483-4216-858B-8AE32DB8AD6A}.Release|Any CPU.Build.0 = Release|Any CPU
{1226921E-FB9A-42BA-866A-15FD7C827A5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1226921E-FB9A-42BA-866A-15FD7C827A5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1226921E-FB9A-42BA-866A-15FD7C827A5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1226921E-FB9A-42BA-866A-15FD7C827A5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7C07D593-D326-49DB-ABEC-21DE796B7456}
EndGlobalSection
EndGlobal