-
Notifications
You must be signed in to change notification settings - Fork 1
/
CrysisFix.sln
51 lines (51 loc) · 2.9 KB
/
CrysisFix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CrysisFix", "DLL\CrysisFix.vcxproj", "{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrysisLaunch", "CrysisLaunch\CrysisLaunch.csproj", "{716AE327-0D0C-4A0D-831C-35BA9200EDC7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrysisWarsLaunch", "CrysisWarsLaunch\CrysisWarsLaunch.csproj", "{89F30D2A-AF0E-4622-A24D-77427D83E44E}"
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
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Debug|x64.ActiveCfg = Debug|x64
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Debug|x64.Build.0 = Debug|x64
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Debug|x86.ActiveCfg = Debug|Win32
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Debug|x86.Build.0 = Debug|Win32
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Release|x64.ActiveCfg = Release|x64
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Release|x64.Build.0 = Release|x64
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Release|x86.ActiveCfg = Release|Win32
{6C0DFC10-46F1-440B-914E-5EDEC16DEDAB}.Release|x86.Build.0 = Release|Win32
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Debug|x64.ActiveCfg = Debug|x64
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Debug|x64.Build.0 = Debug|x64
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Debug|x86.ActiveCfg = Debug|x86
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Debug|x86.Build.0 = Debug|x86
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Release|x64.ActiveCfg = Release|x64
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Release|x64.Build.0 = Release|x64
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Release|x86.ActiveCfg = Release|x86
{716AE327-0D0C-4A0D-831C-35BA9200EDC7}.Release|x86.Build.0 = Release|x86
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Debug|x64.ActiveCfg = Debug|x64
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Debug|x64.Build.0 = Debug|x64
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Debug|x86.ActiveCfg = Debug|x86
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Debug|x86.Build.0 = Debug|x86
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Release|x64.ActiveCfg = Release|x64
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Release|x64.Build.0 = Release|x64
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Release|x86.ActiveCfg = Release|x86
{89F30D2A-AF0E-4622-A24D-77427D83E44E}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5F1F5C8B-94DE-4A07-BE8E-E97392A73E96}
EndGlobalSection
EndGlobal