Skip to content

Commit 3d6dbfc

Browse files
authored
Removed ARM64 from VS 2019 projects (#253)
1 parent 481b0c3 commit 3d6dbfc

12 files changed

+11
-286
lines changed

DirectXMesh/DirectXMesh_Desktop_2019.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>

DirectXMesh/DirectXMesh_Desktop_2019_Win10.vcxproj

Lines changed: 1 addition & 131 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
4-
<ProjectConfiguration Include="Debug|ARM64">
5-
<Configuration>Debug</Configuration>
6-
<Platform>ARM64</Platform>
7-
</ProjectConfiguration>
84
<ProjectConfiguration Include="Debug|Win32">
95
<Configuration>Debug</Configuration>
106
<Platform>Win32</Platform>
@@ -13,10 +9,6 @@
139
<Configuration>Debug</Configuration>
1410
<Platform>x64</Platform>
1511
</ProjectConfiguration>
16-
<ProjectConfiguration Include="Profile|ARM64">
17-
<Configuration>Profile</Configuration>
18-
<Platform>ARM64</Platform>
19-
</ProjectConfiguration>
2012
<ProjectConfiguration Include="Profile|Win32">
2113
<Configuration>Profile</Configuration>
2214
<Platform>Win32</Platform>
@@ -25,10 +17,6 @@
2517
<Configuration>Profile</Configuration>
2618
<Platform>x64</Platform>
2719
</ProjectConfiguration>
28-
<ProjectConfiguration Include="Release|ARM64">
29-
<Configuration>Release</Configuration>
30-
<Platform>ARM64</Platform>
31-
</ProjectConfiguration>
3220
<ProjectConfiguration Include="Release|Win32">
3321
<Configuration>Release</Configuration>
3422
<Platform>Win32</Platform>
@@ -59,12 +47,6 @@
5947
<CharacterSet>Unicode</CharacterSet>
6048
<PlatformToolset>v142</PlatformToolset>
6149
</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>
6850
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6951
<ConfigurationType>StaticLibrary</ConfigurationType>
7052
<CharacterSet>Unicode</CharacterSet>
@@ -75,11 +57,6 @@
7557
<CharacterSet>Unicode</CharacterSet>
7658
<PlatformToolset>v142</PlatformToolset>
7759
</PropertyGroup>
78-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
79-
<ConfigurationType>StaticLibrary</ConfigurationType>
80-
<CharacterSet>Unicode</CharacterSet>
81-
<PlatformToolset>v142</PlatformToolset>
82-
</PropertyGroup>
8360
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="Configuration">
8461
<ConfigurationType>StaticLibrary</ConfigurationType>
8562
<CharacterSet>Unicode</CharacterSet>
@@ -90,11 +67,6 @@
9067
<CharacterSet>Unicode</CharacterSet>
9168
<PlatformToolset>v142</PlatformToolset>
9269
</PropertyGroup>
93-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|ARM64'" Label="Configuration">
94-
<ConfigurationType>StaticLibrary</ConfigurationType>
95-
<CharacterSet>Unicode</CharacterSet>
96-
<PlatformToolset>v142</PlatformToolset>
97-
</PropertyGroup>
9870
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
9971
<ImportGroup Label="ExtensionSettings" />
10072
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'" Label="PropertySheets">
@@ -109,21 +81,12 @@
10981
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
11082
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
11183
</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>
11584
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
11685
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
11786
</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>
12187
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
12288
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
12389
</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>
12790
<PropertyGroup Label="UserMacros" />
12891
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
12992
<OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir>
@@ -137,12 +100,6 @@
137100
<TargetName>DirectXMesh</TargetName>
138101
<GenerateManifest>true</GenerateManifest>
139102
</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>
146103
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
147104
<OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir>
148105
<IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir>
@@ -155,12 +112,6 @@
155112
<TargetName>DirectXMesh</TargetName>
156113
<GenerateManifest>true</GenerateManifest>
157114
</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>
164115
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
165116
<OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</OutDir>
166117
<IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)\</IntDir>
@@ -173,12 +124,6 @@
173124
<TargetName>DirectXMesh</TargetName>
174125
<GenerateManifest>true</GenerateManifest>
175126
</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>
182127
<PropertyGroup Condition="'$(SpectreMitigation)'!='' AND '$(SpectreMitigation)'!='false'">
183128
<OutDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)Spectre\</OutDir>
184129
<IntDir>Bin\Desktop_2019_Win10\$(Platform)\$(Configuration)Spectre\</IntDir>
@@ -235,31 +180,6 @@
235180
<EnableDPIAwareness>false</EnableDPIAwareness>
236181
</Manifest>
237182
</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>
263183
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
264184
<ClCompile>
265185
<WarningLevel>EnableAllWarnings</WarningLevel>
@@ -310,31 +230,6 @@
310230
<EnableDPIAwareness>false</EnableDPIAwareness>
311231
</Manifest>
312232
</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>
338233
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|Win32'">
339234
<ClCompile>
340235
<WarningLevel>EnableAllWarnings</WarningLevel>
@@ -385,31 +280,6 @@
385280
<EnableDPIAwareness>false</EnableDPIAwareness>
386281
</Manifest>
387282
</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>
413283
<ItemGroup />
414284
<ItemGroup>
415285
<ClCompile Include="DirectXMeshConcat.cpp" />

DirectXMesh/DirectXMesh_Desktop_2022.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>

DirectXMesh/DirectXMesh_Desktop_2022_Win10.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|ARM64">
55
<Configuration>Debug</Configuration>

DirectXMesh/DirectXMesh_GDKX_2022.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Gaming.Xbox.Scarlett.x64">
55
<Configuration>Debug</Configuration>

DirectXMesh/DirectXMesh_GDK_2019.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Gaming.Desktop.x64">
55
<Configuration>Debug</Configuration>

DirectXMesh/DirectXMesh_GDK_2022.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Gaming.Desktop.x64">
55
<Configuration>Debug</Configuration>

DirectXMesh_Desktop_2019_Win10.sln

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,49 +13,34 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "meshconvert", "Meshconvert\
1313
EndProject
1414
Global
1515
GlobalSection(SolutionConfigurationPlatforms) = preSolution
16-
Debug|ARM64 = Debug|ARM64
1716
Debug|x64 = Debug|x64
1817
Debug|x86 = Debug|x86
19-
Profile|ARM64 = Profile|ARM64
2018
Profile|x64 = Profile|x64
2119
Profile|x86 = Profile|x86
22-
Release|ARM64 = Release|ARM64
2320
Release|x64 = Release|x64
2421
Release|x86 = Release|x86
2522
EndGlobalSection
2623
GlobalSection(ProjectConfigurationPlatforms) = postSolution
27-
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Debug|ARM64.ActiveCfg = Debug|ARM64
28-
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Debug|ARM64.Build.0 = Debug|ARM64
2924
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Debug|x64.ActiveCfg = Debug|x64
3025
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Debug|x64.Build.0 = Debug|x64
3126
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Debug|x86.ActiveCfg = Debug|Win32
3227
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Debug|x86.Build.0 = Debug|Win32
33-
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Profile|ARM64.ActiveCfg = Profile|ARM64
34-
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Profile|ARM64.Build.0 = Profile|ARM64
3528
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Profile|x64.ActiveCfg = Profile|x64
3629
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Profile|x64.Build.0 = Profile|x64
3730
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Profile|x86.ActiveCfg = Profile|Win32
3831
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Profile|x86.Build.0 = Profile|Win32
39-
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Release|ARM64.ActiveCfg = Release|ARM64
40-
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Release|ARM64.Build.0 = Release|ARM64
4132
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Release|x64.ActiveCfg = Release|x64
4233
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Release|x64.Build.0 = Release|x64
4334
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Release|x86.ActiveCfg = Release|Win32
4435
{6857F086-F6FE-4150-9ED7-7446F1C1C220}.Release|x86.Build.0 = Release|Win32
45-
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Debug|ARM64.ActiveCfg = Debug|ARM64
46-
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Debug|ARM64.Build.0 = Debug|ARM64
4736
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Debug|x64.ActiveCfg = Debug|x64
4837
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Debug|x64.Build.0 = Debug|x64
4938
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Debug|x86.ActiveCfg = Debug|Win32
5039
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Debug|x86.Build.0 = Debug|Win32
51-
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Profile|ARM64.ActiveCfg = Profile|ARM64
52-
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Profile|ARM64.Build.0 = Profile|ARM64
5340
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Profile|x64.ActiveCfg = Profile|x64
5441
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Profile|x64.Build.0 = Profile|x64
5542
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Profile|x86.ActiveCfg = Profile|Win32
5643
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Profile|x86.Build.0 = Profile|Win32
57-
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Release|ARM64.ActiveCfg = Release|ARM64
58-
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Release|ARM64.Build.0 = Release|ARM64
5944
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Release|x64.ActiveCfg = Release|x64
6045
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Release|x64.Build.0 = Release|x64
6146
{6D4CFD0E-8772-462A-9AC1-7DBAD9C16880}.Release|x86.ActiveCfg = Release|Win32

Meshconvert/Meshconvert_Desktop_2019.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?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">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
55
<Configuration>Debug</Configuration>

0 commit comments

Comments
 (0)