|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <ItemGroup Label="ProjectConfigurations"> |
4 | | - <ProjectConfiguration Include="Debug|ARM64"> |
5 | | - <Configuration>Debug</Configuration> |
6 | | - <Platform>ARM64</Platform> |
7 | | - </ProjectConfiguration> |
8 | 4 | <ProjectConfiguration Include="Debug|Win32"> |
9 | 5 | <Configuration>Debug</Configuration> |
10 | 6 | <Platform>Win32</Platform> |
|
13 | 9 | <Configuration>Debug</Configuration> |
14 | 10 | <Platform>x64</Platform> |
15 | 11 | </ProjectConfiguration> |
16 | | - <ProjectConfiguration Include="Profile|ARM64"> |
17 | | - <Configuration>Profile</Configuration> |
18 | | - <Platform>ARM64</Platform> |
19 | | - </ProjectConfiguration> |
20 | 12 | <ProjectConfiguration Include="Profile|Win32"> |
21 | 13 | <Configuration>Profile</Configuration> |
22 | 14 | <Platform>Win32</Platform> |
|
25 | 17 | <Configuration>Profile</Configuration> |
26 | 18 | <Platform>x64</Platform> |
27 | 19 | </ProjectConfiguration> |
28 | | - <ProjectConfiguration Include="Release|ARM64"> |
29 | | - <Configuration>Release</Configuration> |
30 | | - <Platform>ARM64</Platform> |
31 | | - </ProjectConfiguration> |
32 | 20 | <ProjectConfiguration Include="Release|Win32"> |
33 | 21 | <Configuration>Release</Configuration> |
34 | 22 | <Platform>Win32</Platform> |
|
59 | 47 | <CharacterSet>Unicode</CharacterSet> |
60 | 48 | <PlatformToolset>v142</PlatformToolset> |
61 | 49 | </PropertyGroup> |
62 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
63 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
64 | | - <UseDebugLibraries>true</UseDebugLibraries> |
65 | | - <CharacterSet>Unicode</CharacterSet> |
66 | | - <PlatformToolset>v142</PlatformToolset> |
67 | | - </PropertyGroup> |
68 | 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
69 | 51 | <ConfigurationType>StaticLibrary</ConfigurationType> |
70 | 52 | <CharacterSet>Unicode</CharacterSet> |
|
75 | 57 | <CharacterSet>Unicode</CharacterSet> |
76 | 58 | <PlatformToolset>v142</PlatformToolset> |
77 | 59 | </PropertyGroup> |
78 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
79 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
80 | | - <CharacterSet>Unicode</CharacterSet> |
81 | | - <PlatformToolset>v142</PlatformToolset> |
82 | | - </PropertyGroup> |
83 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration"> |
84 | 61 | <ConfigurationType>StaticLibrary</ConfigurationType> |
85 | 62 | <CharacterSet>Unicode</CharacterSet> |
|
90 | 67 | <CharacterSet>Unicode</CharacterSet> |
91 | 68 | <PlatformToolset>v142</PlatformToolset> |
92 | 69 | </PropertyGroup> |
93 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'" Label="Configuration"> |
94 | | - <ConfigurationType>StaticLibrary</ConfigurationType> |
95 | | - <CharacterSet>Unicode</CharacterSet> |
96 | | - <PlatformToolset>v142</PlatformToolset> |
97 | | - </PropertyGroup> |
98 | 70 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
99 | 71 | <ImportGroup Label="ExtensionSettings" /> |
100 | 72 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets"> |
|
109 | 81 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets"> |
110 | 82 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
111 | 83 | </ImportGroup> |
112 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'" Label="PropertySheets"> |
113 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
114 | | - </ImportGroup> |
115 | 84 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
116 | 85 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
117 | 86 | </ImportGroup> |
118 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> |
119 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
120 | | - </ImportGroup> |
121 | 87 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
122 | 88 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
123 | 89 | </ImportGroup> |
124 | | - <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets"> |
125 | | - <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
126 | | - </ImportGroup> |
127 | 90 | <PropertyGroup Label="UserMacros" /> |
128 | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
129 | 92 | <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir> |
|
137 | 100 | <TargetName>DirectXMesh</TargetName> |
138 | 101 | <GenerateManifest>true</GenerateManifest> |
139 | 102 | </PropertyGroup> |
140 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
141 | | - <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir> |
142 | | - <IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir> |
143 | | - <TargetName>DirectXMesh</TargetName> |
144 | | - <GenerateManifest>true</GenerateManifest> |
145 | | - </PropertyGroup> |
146 | 103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
147 | 104 | <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir> |
148 | 105 | <IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir> |
|
155 | 112 | <TargetName>DirectXMesh</TargetName> |
156 | 113 | <GenerateManifest>true</GenerateManifest> |
157 | 114 | </PropertyGroup> |
158 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
159 | | - <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir> |
160 | | - <IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir> |
161 | | - <TargetName>DirectXMesh</TargetName> |
162 | | - <GenerateManifest>true</GenerateManifest> |
163 | | - </PropertyGroup> |
164 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> |
165 | 116 | <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir> |
166 | 117 | <IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir> |
|
173 | 124 | <TargetName>DirectXMesh</TargetName> |
174 | 125 | <GenerateManifest>true</GenerateManifest> |
175 | 126 | </PropertyGroup> |
176 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'"> |
177 | | - <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir> |
178 | | - <IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir> |
179 | | - <TargetName>DirectXMesh</TargetName> |
180 | | - <GenerateManifest>true</GenerateManifest> |
181 | | - </PropertyGroup> |
182 | 127 | <PropertyGroup Condition="'$(SpectreMitigation)'!='' AND '$(SpectreMitigation)'!='false'"> |
183 | 128 | <OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)Spectre\</OutDir> |
184 | 129 | <IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)Spectre\</IntDir> |
|
235 | 180 | <EnableDPIAwareness>false</EnableDPIAwareness> |
236 | 181 | </Manifest> |
237 | 182 | </ItemDefinitionGroup> |
238 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
239 | | - <ClCompile> |
240 | | - <WarningLevel>EnableAllWarnings</WarningLevel> |
241 | | - <Optimization>Disabled</Optimization> |
242 | | - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
243 | | - <SDLCheck>true</SDLCheck> |
244 | | - <FloatingPointModel>Fast</FloatingPointModel> |
245 | | - <ConformanceMode>true</ConformanceMode> |
246 | | - <PreprocessorDefinitions>WIN32;_DEBUG;DEBUG;PROFILE;_WINDOWS;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
247 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
248 | | - <PrecompiledHeaderFile>DirectXMeshP.h</PrecompiledHeaderFile> |
249 | | - <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
250 | | - <AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> |
251 | | - <ExternalWarningLevel>Level4</ExternalWarningLevel> |
252 | | - <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
253 | | - <SupportJustMyCode>false</SupportJustMyCode> |
254 | | - </ClCompile> |
255 | | - <Link> |
256 | | - <SubSystem>Windows</SubSystem> |
257 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
258 | | - </Link> |
259 | | - <Manifest> |
260 | | - <EnableDPIAwareness>false</EnableDPIAwareness> |
261 | | - </Manifest> |
262 | | - </ItemDefinitionGroup> |
263 | 183 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
264 | 184 | <ClCompile> |
265 | 185 | <WarningLevel>EnableAllWarnings</WarningLevel> |
|
310 | 230 | <EnableDPIAwareness>false</EnableDPIAwareness> |
311 | 231 | </Manifest> |
312 | 232 | </ItemDefinitionGroup> |
313 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
314 | | - <ClCompile> |
315 | | - <WarningLevel>EnableAllWarnings</WarningLevel> |
316 | | - <Optimization>MaxSpeed</Optimization> |
317 | | - <SDLCheck>true</SDLCheck> |
318 | | - <FloatingPointModel>Fast</FloatingPointModel> |
319 | | - <ConformanceMode>true</ConformanceMode> |
320 | | - <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
321 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
322 | | - <PrecompiledHeaderFile>DirectXMeshP.h</PrecompiledHeaderFile> |
323 | | - <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
324 | | - <AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> |
325 | | - <ExternalWarningLevel>Level4</ExternalWarningLevel> |
326 | | - <GuardEHContMetadata>true</GuardEHContMetadata> |
327 | | - </ClCompile> |
328 | | - <Link> |
329 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
330 | | - <SubSystem>Windows</SubSystem> |
331 | | - <OptimizeReferences>true</OptimizeReferences> |
332 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
333 | | - </Link> |
334 | | - <Manifest> |
335 | | - <EnableDPIAwareness>false</EnableDPIAwareness> |
336 | | - </Manifest> |
337 | | - </ItemDefinitionGroup> |
338 | 233 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'"> |
339 | 234 | <ClCompile> |
340 | 235 | <WarningLevel>EnableAllWarnings</WarningLevel> |
|
385 | 280 | <EnableDPIAwareness>false</EnableDPIAwareness> |
386 | 281 | </Manifest> |
387 | 282 | </ItemDefinitionGroup> |
388 | | - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'"> |
389 | | - <ClCompile> |
390 | | - <WarningLevel>EnableAllWarnings</WarningLevel> |
391 | | - <Optimization>MaxSpeed</Optimization> |
392 | | - <SDLCheck>true</SDLCheck> |
393 | | - <FloatingPointModel>Fast</FloatingPointModel> |
394 | | - <ConformanceMode>true</ConformanceMode> |
395 | | - <PreprocessorDefinitions>WIN32;NDEBUG;PROFILE;_WINDOWS;_LIB;_WIN32_WINNT=0x0A00;_CRT_STDIO_ARBITRARY_WIDE_SPECIFIERS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
396 | | - <PrecompiledHeader>Use</PrecompiledHeader> |
397 | | - <PrecompiledHeaderFile>DirectXMeshP.h</PrecompiledHeaderFile> |
398 | | - <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName> |
399 | | - <AdditionalOptions>/Zc:__cplusplus /ZH:SHA_256 %(AdditionalOptions)</AdditionalOptions> |
400 | | - <ExternalWarningLevel>Level4</ExternalWarningLevel> |
401 | | - <GuardEHContMetadata>true</GuardEHContMetadata> |
402 | | - </ClCompile> |
403 | | - <Link> |
404 | | - <GenerateDebugInformation>true</GenerateDebugInformation> |
405 | | - <SubSystem>Windows</SubSystem> |
406 | | - <OptimizeReferences>true</OptimizeReferences> |
407 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
408 | | - </Link> |
409 | | - <Manifest> |
410 | | - <EnableDPIAwareness>false</EnableDPIAwareness> |
411 | | - </Manifest> |
412 | | - </ItemDefinitionGroup> |
413 | 283 | <ItemGroup /> |
414 | 284 | <ItemGroup> |
415 | 285 | <ClCompile Include="DirectXMeshConcat.cpp" /> |
|
0 commit comments