-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinv-gen-game.sln
31 lines (31 loc) · 1.54 KB
/
inv-gen-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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "inv-gen-game", "inv-gen-game.pyproj", "{EAA40A43-8B3B-4ABF-ACB1-522D40EAB799}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "frontend", "src\frontend\frontend.njsproj", "{6D6E04E6-ECA6-49EB-9573-15AC5E3F3201}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAA40A43-8B3B-4ABF-ACB1-522D40EAB799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA40A43-8B3B-4ABF-ACB1-522D40EAB799}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAA40A43-8B3B-4ABF-ACB1-522D40EAB799}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAA40A43-8B3B-4ABF-ACB1-522D40EAB799}.Release|Any CPU.Build.0 = Release|Any CPU
{6D6E04E6-ECA6-49EB-9573-15AC5E3F3201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D6E04E6-ECA6-49EB-9573-15AC5E3F3201}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D6E04E6-ECA6-49EB-9573-15AC5E3F3201}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D6E04E6-ECA6-49EB-9573-15AC5E3F3201}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C32FD294-E3AD-4B4D-BDFD-5FD4B5D96732}
EndGlobalSection
EndGlobal