-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimulacrum.sln
56 lines (56 loc) · 3.1 KB
/
Simulacrum.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
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F30B05B3-9979-42BD-9C10-D9F834E825DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simulacrum.API", "src\Simulacrum.API\Simulacrum.API.csproj", "{E5CC8D0D-E1C7-410C-B28A-750F0199FAE1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A65E4E19-CE6A-42EF-998A-38BC82BE535B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simulacrum.API.Tests", "tests\Simulacrum.API.Tests\Simulacrum.API.Tests.csproj", "{4AEFDB4F-3364-488A-85E4-44CA5C65D4BF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0CB33F68-A46E-4A92-AEDA-A028DEC5633E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "Simulacrum.Client", "src\Simulacrum.Client\Simulacrum.Client.esproj", "{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5CC8D0D-E1C7-410C-B28A-750F0199FAE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5CC8D0D-E1C7-410C-B28A-750F0199FAE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5CC8D0D-E1C7-410C-B28A-750F0199FAE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5CC8D0D-E1C7-410C-B28A-750F0199FAE1}.Release|Any CPU.Build.0 = Release|Any CPU
{4AEFDB4F-3364-488A-85E4-44CA5C65D4BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AEFDB4F-3364-488A-85E4-44CA5C65D4BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AEFDB4F-3364-488A-85E4-44CA5C65D4BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AEFDB4F-3364-488A-85E4-44CA5C65D4BF}.Release|Any CPU.Build.0 = Release|Any CPU
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}.Release|Any CPU.Build.0 = Release|Any CPU
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5CC8D0D-E1C7-410C-B28A-750F0199FAE1} = {F30B05B3-9979-42BD-9C10-D9F834E825DC}
{4AEFDB4F-3364-488A-85E4-44CA5C65D4BF} = {A65E4E19-CE6A-42EF-998A-38BC82BE535B}
{E2A58B02-1E4B-4AAD-A2FC-40ABE21F3717} = {F30B05B3-9979-42BD-9C10-D9F834E825DC}
EndGlobalSection
EndGlobal