VCTargetsPath.vcxproj 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid>
  11. <Keyword>Win32Proj</Keyword>
  12. <Platform>x64</Platform>
  13. <WindowsTargetPlatformVersion>10.0.26100.0</WindowsTargetPlatformVersion>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  16. <PropertyGroup>
  17. <PreferredToolArchitecture>x64</PreferredToolArchitecture>
  18. </PropertyGroup>
  19. <PropertyGroup Label="Configuration">
  20. <ConfigurationType>Utility</ConfigurationType>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. <PlatformToolset>v143</PlatformToolset>
  23. </PropertyGroup>
  24. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  25. <ItemDefinitionGroup>
  26. <PostBuildEvent>
  27. <Command>echo VCTargetsPath=$(VCTargetsPath)</Command>
  28. </PostBuildEvent>
  29. </ItemDefinitionGroup>
  30. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  31. </Project>