-
Notifications
You must be signed in to change notification settings - Fork 0
/
Empaerior.sln
40 lines (40 loc) · 1.96 KB
/
Empaerior.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CMakePredefinedTargets", "CMakePredefinedTargets", "{891C9308-5B4A-3E40-B24C-051DE7A1BDDC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{55C97BF6-7C37-3322-852A-DB0C3974117F}"
ProjectSection(ProjectDependencies) = postProject
{4DBE3786-E24D-39BA-B9C6-9A6E31106509} = {4DBE3786-E24D-39BA-B9C6-9A6E31106509}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Application", "Application\Application.vcxproj", "{4DBE3786-E24D-39BA-B9C6-9A6E31106509}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Dist|x64 = Dist|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55C97BF6-7C37-3322-852A-DB0C3974117F}.Debug|x64.ActiveCfg = Debug|x64
{55C97BF6-7C37-3322-852A-DB0C3974117F}.Dist|x64.ActiveCfg = Dist|x64
{55C97BF6-7C37-3322-852A-DB0C3974117F}.Release|x64.ActiveCfg = Release|x64
{4DBE3786-E24D-39BA-B9C6-9A6E31106509}.Debug|x64.ActiveCfg = Debug|x64
{4DBE3786-E24D-39BA-B9C6-9A6E31106509}.Debug|x64.Build.0 = Debug|x64
{4DBE3786-E24D-39BA-B9C6-9A6E31106509}.Dist|x64.ActiveCfg = Dist|x64
{4DBE3786-E24D-39BA-B9C6-9A6E31106509}.Dist|x64.Build.0 = Dist|x64
{4DBE3786-E24D-39BA-B9C6-9A6E31106509}.Release|x64.ActiveCfg = Release|x64
{4DBE3786-E24D-39BA-B9C6-9A6E31106509}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55C97BF6-7C37-3322-852A-DB0C3974117F} = {891C9308-5B4A-3E40-B24C-051DE7A1BDDC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2035C8B0-DA8F-394D-8F90-B26FD7C6F898}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal