-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDynamicLOD.sln
More file actions
31 lines (31 loc) · 1.55 KB
/
Copy pathDynamicLOD.sln
File metadata and controls
31 lines (31 loc) · 1.55 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.5.11801.241
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicLOD", "DynamicLOD\DynamicLOD.csproj", "{A6F86A8F-5D3D-4F2E-8552-4E84FC09D599}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "Installer\Installer.csproj", "{1BA56173-095A-4A24-8F9A-F31924FE34E7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6F86A8F-5D3D-4F2E-8552-4E84FC09D599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6F86A8F-5D3D-4F2E-8552-4E84FC09D599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6F86A8F-5D3D-4F2E-8552-4E84FC09D599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6F86A8F-5D3D-4F2E-8552-4E84FC09D599}.Release|Any CPU.Build.0 = Release|Any CPU
{1BA56173-095A-4A24-8F9A-F31924FE34E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1BA56173-095A-4A24-8F9A-F31924FE34E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1BA56173-095A-4A24-8F9A-F31924FE34E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1BA56173-095A-4A24-8F9A-F31924FE34E7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3AB5D6B8-BCDB-4095-ADB1-FFBE9D42D76B}
EndGlobalSection
EndGlobal