-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathOpenthesia.sln
More file actions
35 lines (35 loc) · 1.63 KB
/
Openthesia.sln
File metadata and controls
35 lines (35 loc) · 1.63 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Openthesia", "Openthesia\Openthesia.csproj", "{3AB32584-62D8-4AEE-B527-01A684674FB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Debug|x64.ActiveCfg = Debug|x64
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Debug|x64.Build.0 = Debug|x64
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Debug|x86.ActiveCfg = Debug|Any CPU
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Release|Any CPU.Build.0 = Release|Any CPU
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Release|x64.ActiveCfg = Release|x64
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Release|x64.Build.0 = Release|x64
{3AB32584-62D8-4AEE-B527-01A684674FB3}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DB02CC9-2914-472F-8DB5-C5383AED5345}
EndGlobalSection
EndGlobal