CompilerIdCXX.vcxproj 2.7 KB

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