File size: 2,798 Bytes
5a29263
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8"?>

<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <ItemGroup Label="ProjectConfigurations">

    <ProjectConfiguration Include="Debug|x64">

      <Configuration>Debug</Configuration>

      <Platform>x64</Platform>

    </ProjectConfiguration>

  </ItemGroup>

  <PropertyGroup Label="Globals">

    <ProjectGuid>{CAE07175-D007-4FC3-BFE8-47B392814159}</ProjectGuid>

    <RootNamespace>CompilerIdC</RootNamespace>

    <Keyword>Win32Proj</Keyword>

    

    

    <WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>

    

    

    

    

  </PropertyGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

  

  <PropertyGroup>

    <PreferredToolArchitecture>x64</PreferredToolArchitecture>

  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">

    <ConfigurationType>Application</ConfigurationType>

    <PlatformToolset>v143</PlatformToolset>

    

    <CharacterSet>MultiByte</CharacterSet>

  </PropertyGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

  <ImportGroup Label="ExtensionSettings">

    

  </ImportGroup>

  <PropertyGroup>

    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>

    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\</OutDir>

    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>

    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkIncremental>

  </PropertyGroup>

  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">

    <ClCompile>

      <Optimization>Disabled</Optimization>

      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>

      <MinimalRebuild>false</MinimalRebuild>

      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>

      <RuntimeLibrary Condition="'$(ApplicationType)'!='Android'">MultiThreadedDebugDLL</RuntimeLibrary>

      <PrecompiledHeader>

      </PrecompiledHeader>

      <WarningLevel>TurnOffAllWarnings</WarningLevel>

      <DebugInformationFormat>

      </DebugInformationFormat>

    </ClCompile>

    

    <Link>

      <GenerateDebugInformation>false</GenerateDebugInformation>

      <SubSystem>Console</SubSystem>

      

    </Link>

    <PostBuildEvent>

      <Command>for %%i in (cl.exe) do %40echo CMAKE_C_COMPILER=%%~$PATH:i</Command>

    </PostBuildEvent>

  </ItemDefinitionGroup>

  <ItemGroup>

    <ClCompile Include="CMakeCCompilerId.c" />

  </ItemGroup>

  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />

  <ImportGroup Label="ExtensionTargets">

    

  </ImportGroup>

</Project>