1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <ItemGroup Label =" ProjectConfigurations" >
4+ <ProjectConfiguration Include =" Debug|Win32" >
5+ <Configuration >Debug</Configuration >
6+ <Platform >Win32</Platform >
7+ </ProjectConfiguration >
8+ <ProjectConfiguration Include =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</Platform >
15+ </ProjectConfiguration >
16+ <ProjectConfiguration Include =" Release|x64" >
17+ <Configuration >Release</Configuration >
18+ <Platform >x64</Platform >
19+ </ProjectConfiguration >
20+ </ItemGroup >
21+ <PropertyGroup Label =" Globals" >
22+ <VCProjectVersion >17.0</VCProjectVersion >
23+ <Keyword >Win32Proj</Keyword >
24+ <ProjectGuid >{b8850c81-3339-46a9-9668-caa004e84629}</ProjectGuid >
25+ <RootNamespace >Terrain3D</RootNamespace >
26+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >Application</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v143</PlatformToolset >
33+ <CharacterSet >Unicode</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v143</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >Unicode</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >Makefile</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v143</PlatformToolset >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >Application</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v143</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >Unicode</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
74+ <NMakeBuildCommandLine >scons dev_build=yes</NMakeBuildCommandLine >
75+ <NMakeReBuildCommandLine >scons dev_build=yes</NMakeReBuildCommandLine >
76+ <NMakeCleanCommandLine >scons --clean</NMakeCleanCommandLine >
77+ <NMakeIncludeSearchPath >$(SolutionDir)\src;$(SolutionDir)\godot-cpp\gdextension;$(SolutionDir)\godot-cpp\gen\include;$(SolutionDir)\godot-cpp\include</NMakeIncludeSearchPath >
78+ <AdditionalOptions >/std:c++17</AdditionalOptions >
79+ <OutDir >.vs</OutDir >
80+ <IntDir >.vs</IntDir >
81+ </PropertyGroup >
82+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
83+ <ClCompile >
84+ <WarningLevel >Level3</WarningLevel >
85+ <SDLCheck >true</SDLCheck >
86+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87+ <ConformanceMode >true</ConformanceMode >
88+ </ClCompile >
89+ <Link >
90+ <SubSystem >Console</SubSystem >
91+ <GenerateDebugInformation >true</GenerateDebugInformation >
92+ </Link >
93+ </ItemDefinitionGroup >
94+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
95+ <ClCompile >
96+ <WarningLevel >Level3</WarningLevel >
97+ <FunctionLevelLinking >true</FunctionLevelLinking >
98+ <IntrinsicFunctions >true</IntrinsicFunctions >
99+ <SDLCheck >true</SDLCheck >
100+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
101+ <ConformanceMode >true</ConformanceMode >
102+ </ClCompile >
103+ <Link >
104+ <SubSystem >Console</SubSystem >
105+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
106+ <OptimizeReferences >true</OptimizeReferences >
107+ <GenerateDebugInformation >true</GenerateDebugInformation >
108+ </Link >
109+ </ItemDefinitionGroup >
110+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
111+ <ClCompile >
112+ <WarningLevel >Level3</WarningLevel >
113+ <SDLCheck >true</SDLCheck >
114+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115+ <ConformanceMode >true</ConformanceMode >
116+ </ClCompile >
117+ <Link >
118+ <SubSystem >Console</SubSystem >
119+ <GenerateDebugInformation >true</GenerateDebugInformation >
120+ </Link >
121+ <BuildLog >
122+ <Path >.vs/Terrain3D-build.log</Path >
123+ </BuildLog >
124+ </ItemDefinitionGroup >
125+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
126+ <ClCompile >
127+ <WarningLevel >Level3</WarningLevel >
128+ <FunctionLevelLinking >true</FunctionLevelLinking >
129+ <IntrinsicFunctions >true</IntrinsicFunctions >
130+ <SDLCheck >true</SDLCheck >
131+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132+ <ConformanceMode >true</ConformanceMode >
133+ </ClCompile >
134+ <Link >
135+ <SubSystem >Console</SubSystem >
136+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
137+ <OptimizeReferences >true</OptimizeReferences >
138+ <GenerateDebugInformation >true</GenerateDebugInformation >
139+ </Link >
140+ </ItemDefinitionGroup >
141+ <ItemGroup >
142+ <ClInclude Include =" src\geoclipmap.h" />
143+ <ClInclude Include =" src\register_types.h" />
144+ <ClInclude Include =" src\terrain_3d.h" />
145+ <ClInclude Include =" src\terrain_3d_editor.h" />
146+ <ClInclude Include =" src\terrain_3d_logger.h" />
147+ <ClInclude Include =" src\terrain_3d_storage.h" />
148+ <ClInclude Include =" src\terrain_3d_surface.h" />
149+ <ClInclude Include =" src\terrain_3d_texture.h" />
150+ <ClInclude Include =" src\terrain_3d_texture_list.h" />
151+ </ItemGroup >
152+ <ItemGroup >
153+ <ClCompile Include =" src\geoclipmap.cpp" />
154+ <ClCompile Include =" src\register_types.cpp" />
155+ <ClCompile Include =" src\terrain_3d.cpp" />
156+ <ClCompile Include =" src\terrain_3d_editor.cpp" />
157+ <ClCompile Include =" src\terrain_3d_storage.cpp" />
158+ <ClCompile Include =" src\terrain_3d_surface.cpp" />
159+ <ClCompile Include =" src\terrain_3d_texture.cpp" />
160+ <ClCompile Include =" src\terrain_3d_texture_list.cpp" />
161+ </ItemGroup >
162+ <ItemGroup >
163+ <None Include =" src\shaders\debug_views.glsl" />
164+ <None Include =" src\shaders\main.glsl" />
165+ <None Include =" src\shaders\world_noise.glsl" />
166+ </ItemGroup >
167+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
168+ <ImportGroup Label =" ExtensionTargets" >
169+ </ImportGroup >
170+ </Project >
0 commit comments