-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathResource-Bomber.sln
39 lines (39 loc) · 1.72 KB
/
Resource-Bomber.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Resource-Bomber", "Resource-Bomber.vcxproj", "{0BD15286-11A4-47DB-A333-8B5FD64CA177}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Include", "Include", "{9727A040-D60C-45F4-8601-DC9BA054F950}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "main", "main", "{294B0AC3-2942-4D70-8796-7B1B08D760D3}"
ProjectSection(SolutionItems) = preProject
customInclude\main\app.cpp = customInclude\main\app.cpp
customInclude\main\app.h = customInclude\main\app.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
{0BD15286-11A4-47DB-A333-8B5FD64CA177}.Debug|x64.ActiveCfg = Debug|x64
{0BD15286-11A4-47DB-A333-8B5FD64CA177}.Debug|x86.ActiveCfg = Debug|Win32
{0BD15286-11A4-47DB-A333-8B5FD64CA177}.Release|x64.ActiveCfg = Release|x64
{0BD15286-11A4-47DB-A333-8B5FD64CA177}.Release|x64.Build.0 = Release|x64
{0BD15286-11A4-47DB-A333-8B5FD64CA177}.Release|x86.ActiveCfg = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{294B0AC3-2942-4D70-8796-7B1B08D760D3} = {9727A040-D60C-45F4-8601-DC9BA054F950}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2D88BA25-AEF1-40CB-AAAB-AB28298CA712}
EndGlobalSection
EndGlobal