forked from mversace/CrossGateRemastered
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrossGateRemastered.sln
62 lines (62 loc) · 3.4 KB
/
CrossGateRemastered.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
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2020
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "toolchain", "toolchain", "{9314EB89-0376-4521-A409-92B203AE4CB4}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hackImage", "toolchain\hackImage\hackImage.vcxproj", "{EFB4CE78-B57F-4469-9359-059FBA3AAA83}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hackMap", "toolchain\hackMap\hackMap.vcxproj", "{801AAE74-5671-4D71-BE84-084BC6CD15FC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "thirdParty", "thirdParty", "{E3DEACF5-8E28-4E61-9BE5-35F58BB8B6A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nlohmann", "nlohmann", "{BFF8614D-0E21-44E8-8729-FD18B68B58D6}"
ProjectSection(SolutionItems) = preProject
toolchain\thirdParty\nlohmann\json.hpp = toolchain\thirdParty\nlohmann\json.hpp
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{B295DFFD-2456-4E88-9A04-931699A89C76}"
ProjectSection(SolutionItems) = preProject
toolchain\common\utils.h = toolchain\common\utils.h
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Debug|x64.ActiveCfg = Debug|x64
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Debug|x64.Build.0 = Debug|x64
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Debug|x86.ActiveCfg = Debug|Win32
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Debug|x86.Build.0 = Debug|Win32
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Release|x64.ActiveCfg = Release|x64
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Release|x64.Build.0 = Release|x64
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Release|x86.ActiveCfg = Release|Win32
{EFB4CE78-B57F-4469-9359-059FBA3AAA83}.Release|x86.Build.0 = Release|Win32
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Debug|x64.ActiveCfg = Debug|x64
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Debug|x64.Build.0 = Debug|x64
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Debug|x86.ActiveCfg = Debug|Win32
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Debug|x86.Build.0 = Debug|Win32
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Release|x64.ActiveCfg = Release|x64
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Release|x64.Build.0 = Release|x64
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Release|x86.ActiveCfg = Release|Win32
{801AAE74-5671-4D71-BE84-084BC6CD15FC}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EFB4CE78-B57F-4469-9359-059FBA3AAA83} = {9314EB89-0376-4521-A409-92B203AE4CB4}
{801AAE74-5671-4D71-BE84-084BC6CD15FC} = {9314EB89-0376-4521-A409-92B203AE4CB4}
{E3DEACF5-8E28-4E61-9BE5-35F58BB8B6A7} = {9314EB89-0376-4521-A409-92B203AE4CB4}
{BFF8614D-0E21-44E8-8729-FD18B68B58D6} = {E3DEACF5-8E28-4E61-9BE5-35F58BB8B6A7}
{B295DFFD-2456-4E88-9A04-931699A89C76} = {9314EB89-0376-4521-A409-92B203AE4CB4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {65AA711D-C0CC-4FE3-A6BC-F198533C4266}
EndGlobalSection
EndGlobal