Update Platform toolset to v143 and allow all Windows SDKs above v10.0.19041.0

This commit is contained in:
Akash Trehan 2023-04-13 19:19:44 -07:00 коммит произвёл Akash Trehan
Родитель 921bee2fa2
Коммит 9bea0844c1
2 изменённых файлов: 23 добавлений и 21 удалений

Просмотреть файл

@ -38,11 +38,12 @@
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{40020A21-05FF-4EBD-B562-23D4214D2425}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<ProjectName>dtrace.exe</ProjectName>
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries Condition="'$(Configuration)'=='Debug'">true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<OutDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
<IntDir>$(OutDir)tmp\</IntDir>
<ExtensionsToDeleteOnClean>*.exp;*.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean>

Просмотреть файл

@ -38,11 +38,12 @@
<VCProjectVersion>15.0</VCProjectVersion>
<ProjectGuid>{74999117-0440-4E16-84FD-42B5703E59EC}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformMinVersion>10.0.19041.0</WindowsTargetPlatformMinVersion>
<ProjectName>dtrace.dll</ProjectName>
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries Condition="'$(Configuration)'=='Debug'">true</UseDebugLibraries>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<OutDir>$(SolutionDir)build\$(Platform)\$(Configuration)\$(MSBuildProjectName)\</OutDir>
<IntDir>$(OutDir)tmp\</IntDir>
<ExtensionsToDeleteOnClean>*.exp;*.cdf;*.cache;*.obj;*.obj.enc;*.ilk;*.ipdb;*.iobj;*.resources;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;*.pgc;*.pgd;*.meta;*.tlog;*.manifest;*.res;*.pch;*.exp;*.idb;*.rep;*.xdc;*.pdb;*_manifest.rc;*.bsc;*.sbr;*.xml;*.metagen;*.bi</ExtensionsToDeleteOnClean>
@ -213,25 +214,25 @@
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<ClCompile Include="ucpp\assert.c" />
<ClCompile Include="ucpp\cpp.c" />
<ClCompile Include="ucpp\eval.c" />
<ClCompile Include="ucpp\lexer.c" />
<ClCompile Include="ucpp\macro.c" />
<ClCompile Include="ucpp\mem.c" />
<ClCompile Include="ucpp\nhash.c" />
<ClCompile Include="ucpp\assert.c" />
<ClCompile Include="ucpp\cpp.c" />
<ClCompile Include="ucpp\eval.c" />
<ClCompile Include="ucpp\lexer.c" />
<ClCompile Include="ucpp\macro.c" />
<ClCompile Include="ucpp\mem.c" />
<ClCompile Include="ucpp\nhash.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="ucpp\arith.h" />
<ClInclude Include="ucpp\arith.c" />
<ClInclude Include="ucpp\config.h" />
<ClInclude Include="ucpp\cpp.h" />
<ClInclude Include="ucpp\hash.h" />
<ClInclude Include="ucpp\mem.h" />
<ClInclude Include="ucpp\nhash.h" />
<ClInclude Include="ucpp\tune.h" />
<ClInclude Include="ucpp\ucpp.1" />
<ClInclude Include="ucpp\ucppi.h" />
<ClInclude Include="ucpp\arith.h" />
<ClInclude Include="ucpp\arith.c" />
<ClInclude Include="ucpp\config.h" />
<ClInclude Include="ucpp\cpp.h" />
<ClInclude Include="ucpp\hash.h" />
<ClInclude Include="ucpp\mem.h" />
<ClInclude Include="ucpp\nhash.h" />
<ClInclude Include="ucpp\tune.h" />
<ClInclude Include="ucpp\ucpp.1" />
<ClInclude Include="ucpp\ucppi.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
</Project>