CompilerIdCXX.vcxproj 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>
  11. <RootNamespace>CompilerIdCXX</RootNamespace>
  12. <Keyword>Win32Proj</Keyword>
  13. <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
  14. </PropertyGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  16. <PropertyGroup>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>Application</ConfigurationType>
  20. <PlatformToolset>v141</PlatformToolset>
  21. <CharacterSet>MultiByte</CharacterSet>
  22. </PropertyGroup>
  23. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  24. <ImportGroup Label="ExtensionSettings">
  25. </ImportGroup>
  26. <PropertyGroup>
  27. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  28. <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\</OutDir>
  29. <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
  30. <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
  31. </PropertyGroup>
  32. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  33. <ClCompile>
  34. <Optimization>Disabled</Optimization>
  35. <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
  36. <MinimalRebuild>false</MinimalRebuild>
  37. <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
  38. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  39. <PrecompiledHeader>
  40. </PrecompiledHeader>
  41. <WarningLevel>TurnOffAllWarnings</WarningLevel>
  42. <DebugInformationFormat>
  43. </DebugInformationFormat>
  44. </ClCompile>
  45. <Link>
  46. <GenerateDebugInformation>false</GenerateDebugInformation>
  47. <SubSystem>Console</SubSystem>
  48. </Link>
  49. <PostBuildEvent>
  50. <Command>for %%i in (cl.exe) do %40echo CMAKE_CXX_COMPILER=%%~$PATH:i</Command>
  51. </PostBuildEvent>
  52. </ItemDefinitionGroup>
  53. <ItemGroup>
  54. <ClCompile Include="CMakeCXXCompilerId.cpp" />
  55. </ItemGroup>
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  57. <ImportGroup Label="ExtensionTargets">
  58. </ImportGroup>
  59. </Project>