cscg22-gearboy

CSCG 2022 Challenge 'Gearboy'
git clone https://git.sinitax.com/sinitax/cscg22-gearboy
Log | Files | Refs | sfeed.txt

checkkeys_VS2010.vcxproj (11878B)


      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    <ProjectConfiguration Include="Debug|x64">
      9      <Configuration>Debug</Configuration>
     10      <Platform>x64</Platform>
     11    </ProjectConfiguration>
     12    <ProjectConfiguration Include="Release|Win32">
     13      <Configuration>Release</Configuration>
     14      <Platform>Win32</Platform>
     15    </ProjectConfiguration>
     16    <ProjectConfiguration Include="Release|x64">
     17      <Configuration>Release</Configuration>
     18      <Platform>x64</Platform>
     19    </ProjectConfiguration>
     20  </ItemGroup>
     21  <PropertyGroup Label="Globals">
     22    <ProjectName>checkkeys</ProjectName>
     23    <RootNamespace>checkkeys</RootNamespace>
     24    <ProjectGuid>{26828762-C95D-4637-9CB1-7F0979523813}</ProjectGuid>
     25  </PropertyGroup>
     26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     28    <ConfigurationType>Application</ConfigurationType>
     29    <UseOfMfc>false</UseOfMfc>
     30  </PropertyGroup>
     31  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     32    <ConfigurationType>Application</ConfigurationType>
     33    <UseOfMfc>false</UseOfMfc>
     34  </PropertyGroup>
     35  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     36    <ConfigurationType>Application</ConfigurationType>
     37    <UseOfMfc>false</UseOfMfc>
     38  </PropertyGroup>
     39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     40    <ConfigurationType>Application</ConfigurationType>
     41    <UseOfMfc>false</UseOfMfc>
     42    <CharacterSet>MultiByte</CharacterSet>
     43  </PropertyGroup>
     44  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     45  <ImportGroup Label="ExtensionSettings">
     46  </ImportGroup>
     47  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     48    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     49    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
     50  </ImportGroup>
     51  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
     52    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     53    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
     54  </ImportGroup>
     55  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     56    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     57    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
     58  </ImportGroup>
     59  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
     60    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     61    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" />
     62  </ImportGroup>
     63  <PropertyGroup Label="UserMacros" />
     64  <PropertyGroup>
     65    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
     66    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
     69    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
     70    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     71    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
     75    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
     76    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     78  </PropertyGroup>
     79  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     80    <Midl>
     81      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     82      <MkTypLibCompatible>true</MkTypLibCompatible>
     83      <SuppressStartupBanner>true</SuppressStartupBanner>
     84      <TargetEnvironment>Win32</TargetEnvironment>
     85    </Midl>
     86    <ClCompile>
     87      <Optimization>Disabled</Optimization>
     88      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     89      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     90      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     91      <PrecompiledHeader>
     92      </PrecompiledHeader>
     93      <WarningLevel>Level3</WarningLevel>
     94      <SuppressStartupBanner>true</SuppressStartupBanner>
     95      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     96      <CompileAs>Default</CompileAs>
     97    </ClCompile>
     98    <ResourceCompile>
     99      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    100      <Culture>0x0409</Culture>
    101    </ResourceCompile>
    102    <Link>
    103      <SuppressStartupBanner>true</SuppressStartupBanner>
    104      <GenerateDebugInformation>true</GenerateDebugInformation>
    105      <SubSystem>Windows</SubSystem>
    106      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    107    </Link>
    108    <PostBuildEvent>
    109      <Command>
    110      </Command>
    111    </PostBuildEvent>
    112    <PostBuildEvent>
    113      <Message>
    114      </Message>
    115    </PostBuildEvent>
    116  </ItemDefinitionGroup>
    117  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    118    <Midl>
    119      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    120      <MkTypLibCompatible>true</MkTypLibCompatible>
    121      <SuppressStartupBanner>true</SuppressStartupBanner>
    122    </Midl>
    123    <ClCompile>
    124      <Optimization>Disabled</Optimization>
    125      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    126      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    127      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    128      <PrecompiledHeader>
    129      </PrecompiledHeader>
    130      <WarningLevel>Level3</WarningLevel>
    131      <SuppressStartupBanner>true</SuppressStartupBanner>
    132      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    133      <CompileAs>Default</CompileAs>
    134    </ClCompile>
    135    <ResourceCompile>
    136      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    137      <Culture>0x0409</Culture>
    138    </ResourceCompile>
    139    <Link>
    140      <SuppressStartupBanner>true</SuppressStartupBanner>
    141      <GenerateDebugInformation>true</GenerateDebugInformation>
    142      <SubSystem>Windows</SubSystem>
    143      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    144    </Link>
    145    <PostBuildEvent>
    146      <Command>
    147      </Command>
    148    </PostBuildEvent>
    149    <PostBuildEvent>
    150      <Message>
    151      </Message>
    152    </PostBuildEvent>
    153  </ItemDefinitionGroup>
    154  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    155    <Midl>
    156      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    157      <MkTypLibCompatible>true</MkTypLibCompatible>
    158      <SuppressStartupBanner>true</SuppressStartupBanner>
    159      <TargetEnvironment>Win32</TargetEnvironment>
    160    </Midl>
    161    <ClCompile>
    162      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    163      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    164      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    165      <StringPooling>true</StringPooling>
    166      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    167      <FunctionLevelLinking>true</FunctionLevelLinking>
    168      <PrecompiledHeader>
    169      </PrecompiledHeader>
    170      <WarningLevel>Level3</WarningLevel>
    171      <SuppressStartupBanner>true</SuppressStartupBanner>
    172      <CompileAs>Default</CompileAs>
    173    </ClCompile>
    174    <ResourceCompile>
    175      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    176      <Culture>0x0409</Culture>
    177    </ResourceCompile>
    178    <Link>
    179      <SuppressStartupBanner>true</SuppressStartupBanner>
    180      <SubSystem>Windows</SubSystem>
    181    </Link>
    182    <PostBuildEvent>
    183      <Command>
    184      </Command>
    185    </PostBuildEvent>
    186    <PostBuildEvent>
    187      <Message>
    188      </Message>
    189    </PostBuildEvent>
    190  </ItemDefinitionGroup>
    191  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    192    <Midl>
    193      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    194      <MkTypLibCompatible>true</MkTypLibCompatible>
    195      <SuppressStartupBanner>true</SuppressStartupBanner>
    196    </Midl>
    197    <ClCompile>
    198      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    199      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    200      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    201      <StringPooling>true</StringPooling>
    202      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    203      <FunctionLevelLinking>true</FunctionLevelLinking>
    204      <PrecompiledHeader>
    205      </PrecompiledHeader>
    206      <WarningLevel>Level3</WarningLevel>
    207      <SuppressStartupBanner>true</SuppressStartupBanner>
    208      <CompileAs>Default</CompileAs>
    209    </ClCompile>
    210    <ResourceCompile>
    211      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    212      <Culture>0x0409</Culture>
    213    </ResourceCompile>
    214    <Link>
    215      <SuppressStartupBanner>true</SuppressStartupBanner>
    216      <SubSystem>Windows</SubSystem>
    217    </Link>
    218    <PostBuildEvent>
    219      <Command>
    220      </Command>
    221    </PostBuildEvent>
    222    <PostBuildEvent>
    223      <Message>
    224      </Message>
    225    </PostBuildEvent>
    226  </ItemDefinitionGroup>
    227  <ItemGroup>
    228    <ClCompile Include="..\..\..\test\checkkeys.c" />
    229  </ItemGroup>
    230  <ItemGroup>
    231    <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
    232      <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
    233    </ProjectReference>
    234    <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
    235      <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
    236    </ProjectReference>
    237  </ItemGroup>
    238  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    239  <ImportGroup Label="ExtensionTargets">
    240  </ImportGroup>
    241</Project>