-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjungle-game.sln
56 lines (56 loc) · 3.31 KB
/
jungle-game.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.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{133969CC-BBCB-46EF-AA30-459B4EE015F8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Application", "Application\Application.csproj", "{144F2714-49E3-482A-8B0F-CCAE712CB5D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Domain", "Domain\Domain.csproj", "{3725CD74-48A2-49B2-91D6-A86F0CE4CFD4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infrastructure", "Infrastructure\Infrastructure.csproj", "{1679A9C2-3FEE-4A62-AD00-91188998CAEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{4112CA20-14A7-4EC3-AAE1-9486084999D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "Tests\UnitTests\UnitTests.csproj", "{26350461-773B-49F5-BFAA-1ED8B9302A17}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C6DDA131-C6E6-4C30-9934-D46B679B24C0}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{133969CC-BBCB-46EF-AA30-459B4EE015F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{133969CC-BBCB-46EF-AA30-459B4EE015F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{133969CC-BBCB-46EF-AA30-459B4EE015F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{133969CC-BBCB-46EF-AA30-459B4EE015F8}.Release|Any CPU.Build.0 = Release|Any CPU
{144F2714-49E3-482A-8B0F-CCAE712CB5D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{144F2714-49E3-482A-8B0F-CCAE712CB5D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{144F2714-49E3-482A-8B0F-CCAE712CB5D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{144F2714-49E3-482A-8B0F-CCAE712CB5D2}.Release|Any CPU.Build.0 = Release|Any CPU
{3725CD74-48A2-49B2-91D6-A86F0CE4CFD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3725CD74-48A2-49B2-91D6-A86F0CE4CFD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3725CD74-48A2-49B2-91D6-A86F0CE4CFD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3725CD74-48A2-49B2-91D6-A86F0CE4CFD4}.Release|Any CPU.Build.0 = Release|Any CPU
{1679A9C2-3FEE-4A62-AD00-91188998CAEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1679A9C2-3FEE-4A62-AD00-91188998CAEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1679A9C2-3FEE-4A62-AD00-91188998CAEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1679A9C2-3FEE-4A62-AD00-91188998CAEB}.Release|Any CPU.Build.0 = Release|Any CPU
{26350461-773B-49F5-BFAA-1ED8B9302A17}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26350461-773B-49F5-BFAA-1ED8B9302A17}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26350461-773B-49F5-BFAA-1ED8B9302A17}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26350461-773B-49F5-BFAA-1ED8B9302A17}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{26350461-773B-49F5-BFAA-1ED8B9302A17} = {4112CA20-14A7-4EC3-AAE1-9486084999D8}
EndGlobalSection
EndGlobal