VCTargetsPath.vcxproj 1.1 KB

12345678910111213141516171819202122232425262728
  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|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. </ItemGroup>
  9. <PropertyGroup Label="Globals">
  10. <ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid>
  11. <Keyword>Win32Proj</Keyword>
  12. <Platform>Win32</Platform>
  13. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/>
  16. <PropertyGroup Label="Configuration">
  17. <ConfigurationType>Utility</ConfigurationType>
  18. <CharacterSet>MultiByte</CharacterSet>
  19. <PlatformToolset>v141</PlatformToolset>
  20. </PropertyGroup>
  21. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/>
  22. <ItemDefinitionGroup>
  23. <PostBuildEvent>
  24. <Command>echo VCTargetsPath=$(VCTargetsPath)</Command>
  25. </PostBuildEvent>
  26. </ItemDefinitionGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/>
  28. </Project>