This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODE_IndianaJones.sln
37 lines (37 loc) · 2.09 KB
/
CODE_IndianaJones.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "01_CODE_Frontend", "01_CODE_Frontend\01_CODE_Frontend.csproj", "{73706CAA-5936-488B-9EFA-D90075A88266}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "03_CODE_PersistenceLib", "03_CODE_PersistenceLib\03_CODE_PersistenceLib.csproj", "{189A6ED6-99FE-4E15-96F3-31FE5D3B4E8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "02_CODE_GameLib", "02_CODE_GameLib\02_CODE_GameLib.csproj", "{5DF976FC-DF22-4CB2-B9E2-689A06AFA99A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73706CAA-5936-488B-9EFA-D90075A88266}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73706CAA-5936-488B-9EFA-D90075A88266}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73706CAA-5936-488B-9EFA-D90075A88266}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73706CAA-5936-488B-9EFA-D90075A88266}.Release|Any CPU.Build.0 = Release|Any CPU
{189A6ED6-99FE-4E15-96F3-31FE5D3B4E8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{189A6ED6-99FE-4E15-96F3-31FE5D3B4E8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{189A6ED6-99FE-4E15-96F3-31FE5D3B4E8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{189A6ED6-99FE-4E15-96F3-31FE5D3B4E8B}.Release|Any CPU.Build.0 = Release|Any CPU
{5DF976FC-DF22-4CB2-B9E2-689A06AFA99A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5DF976FC-DF22-4CB2-B9E2-689A06AFA99A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5DF976FC-DF22-4CB2-B9E2-689A06AFA99A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5DF976FC-DF22-4CB2-B9E2-689A06AFA99A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DB3A3B4-1C16-49C7-B9A4-673849151B99}
EndGlobalSection
EndGlobal