cscg22-gearboy

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

testrendertarget_VS2010.vcxproj (14385B)


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