This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathP3D-Legacy-MapEditor.sln
50 lines (50 loc) · 2.92 KB
/
P3D-Legacy-MapEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "P3D-Legacy-MapEditor", "P3D-Legacy-MapEditor\P3D-Legacy-MapEditor.csproj", "{C723324B-E0FA-4F77-A616-F2B96F4C4198}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RenderTest", "RenderTest\RenderTest.csproj", "{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Gemini.Modules.D3D", "Gemini.Modules.D3D\Gemini.Modules.D3D.csproj", "{FE334A7F-DE60-4036-A67A-C9761310888C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Debug|x86.ActiveCfg = Debug|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Debug|x86.Build.0 = Debug|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Release|Any CPU.Build.0 = Release|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Release|x86.ActiveCfg = Release|Any CPU
{C723324B-E0FA-4F77-A616-F2B96F4C4198}.Release|x86.Build.0 = Release|Any CPU
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Debug|Any CPU.ActiveCfg = Debug|x86
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Debug|Any CPU.Build.0 = Debug|x86
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Debug|x86.ActiveCfg = Debug|x86
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Debug|x86.Build.0 = Debug|x86
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Release|Any CPU.ActiveCfg = Release|x86
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Release|x86.ActiveCfg = Release|x86
{B4E1CEE9-A53D-445E-B29A-2FD5EDEBC309}.Release|x86.Build.0 = Release|x86
{FE334A7F-DE60-4036-A67A-C9761310888C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Debug|x86.ActiveCfg = Debug|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Debug|x86.Build.0 = Debug|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Release|Any CPU.Build.0 = Release|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Release|x86.ActiveCfg = Release|Any CPU
{FE334A7F-DE60-4036-A67A-C9761310888C}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E5CF372-99CE-471F-94DF-240BC05ADD81}
EndGlobalSection
EndGlobal