cscg22-gearboy

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

testgamecontroller_VS2010.vcxproj (15771B)


      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>testgamecontroller</ProjectName>
     23    <RootNamespace>testgamecontroller</RootNamespace>
     24    <ProjectGuid>{55812185-D13C-4022-9C81-32E0F4A08336}</ProjectGuid>
     25  </PropertyGroup>
     26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     28    <ConfigurationType>Application</ConfigurationType>
     29    <UseOfMfc>false</UseOfMfc>
     30  </PropertyGroup>
     31  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     32    <ConfigurationType>Application</ConfigurationType>
     33    <UseOfMfc>false</UseOfMfc>
     34    <CharacterSet>MultiByte</CharacterSet>
     35  </PropertyGroup>
     36  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     37    <ConfigurationType>Application</ConfigurationType>
     38    <UseOfMfc>false</UseOfMfc>
     39  </PropertyGroup>
     40  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     41    <ConfigurationType>Application</ConfigurationType>
     42    <UseOfMfc>false</UseOfMfc>
     43  </PropertyGroup>
     44  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     45  <ImportGroup Label="ExtensionSettings">
     46  </ImportGroup>
     47  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|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)'=='Debug|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)'=='Release|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)'=='Release|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)'=='Release|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     67    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     68    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
     69    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
     70    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     71    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     72    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     73    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)\$(Platform)\$(Configuration)\</OutDir>
     74    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
     75    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
     76    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     77    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     78  </PropertyGroup>
     79  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     80    <Midl>
     81      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     82      <MkTypLibCompatible>true</MkTypLibCompatible>
     83      <SuppressStartupBanner>true</SuppressStartupBanner>
     84      <TargetEnvironment>Win32</TargetEnvironment>
     85    </Midl>
     86    <ClCompile>
     87      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
     88      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     89      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     90      <StringPooling>true</StringPooling>
     91      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     92      <FunctionLevelLinking>true</FunctionLevelLinking>
     93      <PrecompiledHeader>
     94      </PrecompiledHeader>
     95      <WarningLevel>Level3</WarningLevel>
     96      <SuppressStartupBanner>true</SuppressStartupBanner>
     97      <CompileAs>Default</CompileAs>
     98    </ClCompile>
     99    <ResourceCompile>
    100      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    101      <Culture>0x0409</Culture>
    102    </ResourceCompile>
    103    <Link>
    104      <SuppressStartupBanner>true</SuppressStartupBanner>
    105      <SubSystem>Windows</SubSystem>
    106    </Link>
    107  </ItemDefinitionGroup>
    108  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    109    <Midl>
    110      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    111      <MkTypLibCompatible>true</MkTypLibCompatible>
    112      <SuppressStartupBanner>true</SuppressStartupBanner>
    113    </Midl>
    114    <ClCompile>
    115      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    116      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    117      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    118      <StringPooling>true</StringPooling>
    119      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    120      <FunctionLevelLinking>true</FunctionLevelLinking>
    121      <PrecompiledHeader>
    122      </PrecompiledHeader>
    123      <WarningLevel>Level3</WarningLevel>
    124      <SuppressStartupBanner>true</SuppressStartupBanner>
    125      <CompileAs>Default</CompileAs>
    126    </ClCompile>
    127    <ResourceCompile>
    128      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    129      <Culture>0x0409</Culture>
    130    </ResourceCompile>
    131    <Link>
    132      <SuppressStartupBanner>true</SuppressStartupBanner>
    133      <SubSystem>Windows</SubSystem>
    134    </Link>
    135  </ItemDefinitionGroup>
    136  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    137    <Midl>
    138      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    139      <MkTypLibCompatible>true</MkTypLibCompatible>
    140      <SuppressStartupBanner>true</SuppressStartupBanner>
    141      <TargetEnvironment>Win32</TargetEnvironment>
    142    </Midl>
    143    <ClCompile>
    144      <Optimization>Disabled</Optimization>
    145      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    146      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    147      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    148      <PrecompiledHeader>
    149      </PrecompiledHeader>
    150      <WarningLevel>Level3</WarningLevel>
    151      <SuppressStartupBanner>true</SuppressStartupBanner>
    152      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
    153      <CompileAs>Default</CompileAs>
    154    </ClCompile>
    155    <ResourceCompile>
    156      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    157      <Culture>0x0409</Culture>
    158    </ResourceCompile>
    159    <Link>
    160      <SuppressStartupBanner>true</SuppressStartupBanner>
    161      <GenerateDebugInformation>true</GenerateDebugInformation>
    162      <SubSystem>Windows</SubSystem>
    163      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    164    </Link>
    165  </ItemDefinitionGroup>
    166  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    167    <Midl>
    168      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    169      <MkTypLibCompatible>true</MkTypLibCompatible>
    170      <SuppressStartupBanner>true</SuppressStartupBanner>
    171    </Midl>
    172    <ClCompile>
    173      <Optimization>Disabled</Optimization>
    174      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    175      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    176      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    177      <PrecompiledHeader>
    178      </PrecompiledHeader>
    179      <WarningLevel>Level3</WarningLevel>
    180      <SuppressStartupBanner>true</SuppressStartupBanner>
    181      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    182      <CompileAs>Default</CompileAs>
    183    </ClCompile>
    184    <ResourceCompile>
    185      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    186      <Culture>0x0409</Culture>
    187    </ResourceCompile>
    188    <Link>
    189      <SuppressStartupBanner>true</SuppressStartupBanner>
    190      <GenerateDebugInformation>true</GenerateDebugInformation>
    191      <SubSystem>Windows</SubSystem>
    192      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    193    </Link>
    194  </ItemDefinitionGroup>
    195  <ItemGroup>
    196    <ClCompile Include="..\..\..\test\testgamecontroller.c" />
    197  </ItemGroup>
    198  <ItemGroup>
    199    <CustomBuild Include="..\..\..\test\axis.bmp">
    200      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\</Command>
    201      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message>
    202      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    203      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\</Command>
    204      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message>
    205      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    206      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\</Command>
    207      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message>
    208      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    209      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\</Command>
    210      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message>
    211      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    212    </CustomBuild>
    213    <CustomBuild Include="..\..\..\test\button.bmp">
    214      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\</Command>
    215      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message>
    216      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    217      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\</Command>
    218      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message>
    219      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    220      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\</Command>
    221      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message>
    222      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    223      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\</Command>
    224      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message>
    225      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    226    </CustomBuild>
    227    <CustomBuild Include="..\..\..\test\controllermap.bmp">
    228      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy %(FullPath) $(ProjectDir)\</Command>
    229      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Copying %(Filename)%(Extension)</Message>
    230      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    231      <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy %(FullPath) $(ProjectDir)\</Command>
    232      <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Copying %(Filename)%(Extension)</Message>
    233      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    234      <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy %(FullPath) $(ProjectDir)\</Command>
    235      <Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Copying %(Filename)%(Extension)</Message>
    236      <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    237      <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy %(FullPath) $(ProjectDir)\</Command>
    238      <Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Copying %(Filename)%(Extension)</Message>
    239      <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectDir)\%(Filename)%(Extension)</Outputs>
    240    </CustomBuild>
    241  </ItemGroup>
    242  <ItemGroup>
    243    <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
    244      <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
    245    </ProjectReference>
    246    <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
    247      <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
    248    </ProjectReference>
    249  </ItemGroup>
    250  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    251  <ImportGroup Label="ExtensionTargets">
    252  </ImportGroup>
    253</Project>