cscg22-gearboy

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

testrendercopyex.vcxproj (7389B)


      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="Release|Win32">
      9      <Configuration>Release</Configuration>
     10      <Platform>Win32</Platform>
     11    </ProjectConfiguration>
     12  </ItemGroup>
     13  <PropertyGroup Label="Globals">
     14    <ProjectGuid>{4F5CC446-A806-DD43-A1C4-73C4C37D1895}</ProjectGuid>
     15    <RootNamespace>testrendercopyex</RootNamespace>
     16    <Keyword>Win32Proj</Keyword>
     17  </PropertyGroup>
     18  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
     19  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     20    <ConfigurationType>Application</ConfigurationType>
     21    <UseDebugLibraries>true</UseDebugLibraries>
     22    <CharacterSet>MultiByte</CharacterSet>
     23  </PropertyGroup>
     24  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     25    <ConfigurationType>Application</ConfigurationType>
     26    <UseDebugLibraries>false</UseDebugLibraries>
     27    <CharacterSet>MultiByte</CharacterSet>
     28  </PropertyGroup>
     29  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
     30  <ImportGroup Label="ExtensionSettings">
     31  </ImportGroup>
     32  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
     33    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     34  </ImportGroup>
     35  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
     36    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
     37  </ImportGroup>
     38  <PropertyGroup Label="UserMacros" />
     39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     40    <OutDir>Win32\Debug\</OutDir>
     41    <IntDir>obj\Debug\</IntDir>
     42    <TargetName>testrendercopyex</TargetName>
     43    <TargetExt>.exe</TargetExt>
     44    <LinkIncremental>true</LinkIncremental>
     45  </PropertyGroup>
     46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     47    <OutDir>Win32\Release\</OutDir>
     48    <IntDir>obj\Release\</IntDir>
     49    <TargetName>testrendercopyex</TargetName>
     50    <TargetExt>.exe</TargetExt>
     51    <LinkIncremental>false</LinkIncremental>
     52  </PropertyGroup>
     53  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     54    <ClCompile>
     55      <Optimization>Disabled</Optimization>
     56      <AdditionalIncludeDirectories>..\..;..\..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     57      <PreprocessorDefinitions>USING_PREMAKE_CONFIG_H;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     58      <MinimalRebuild>true</MinimalRebuild>
     59      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
     60      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
     61      <FunctionLevelLinking>true</FunctionLevelLinking>
     62      <PrecompiledHeader></PrecompiledHeader>
     63      <WarningLevel>Level3</WarningLevel>
     64    <ExceptionHandling>false</ExceptionHandling>
     65      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     66      <ProgramDataBaseFileName>$(OutDir)testrendercopyex.pdb</ProgramDataBaseFileName>
     67      <CompileAs>CompileAsC</CompileAs>
     68    </ClCompile>
     69    <ResourceCompile>
     70      <PreprocessorDefinitions>USING_PREMAKE_CONFIG_H;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     71      <AdditionalIncludeDirectories>..\..;..\..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     72    </ResourceCompile>
     73    <Link>
     74      <SubSystem>Console</SubSystem>
     75      <GenerateDebugInformation>true</GenerateDebugInformation>
     76      <OutputFile>$(OutDir)testrendercopyex.exe</OutputFile>
     77      <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
     78    </Link>
     79    <PostBuildEvent>
     80      <Command>if not exist &quot;.\Win32\Debug&quot; ( mkdir &quot;.\Win32\Debug&quot; )&#x0D;&#x0A;copy &quot;.\..\..\SDL2\Win32\Debug\SDL2.dll&quot; &quot;.\Win32\Debug\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;.\..\..\..\..\..\test\icon.bmp&quot; &quot;.\Win32\Debug\icon.bmp&quot;&#x0D;&#x0A;copy &quot;.\..\..\..\..\..\test\sample.bmp&quot; &quot;.\Win32\Debug\sample.bmp&quot;</Command>
     81    </PostBuildEvent>
     82  </ItemDefinitionGroup>
     83  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     84    <ClCompile>
     85      <Optimization>MaxSpeed</Optimization>
     86      <AdditionalIncludeDirectories>..\..;..\..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     87      <PreprocessorDefinitions>USING_PREMAKE_CONFIG_H;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     88      <MinimalRebuild>false</MinimalRebuild>
     89      <StringPooling>true</StringPooling>
     90      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
     91      <FunctionLevelLinking>true</FunctionLevelLinking>
     92      <PrecompiledHeader></PrecompiledHeader>
     93      <WarningLevel>Level3</WarningLevel>
     94    <ExceptionHandling>false</ExceptionHandling>
     95      <DebugInformationFormat></DebugInformationFormat>
     96      <CompileAs>CompileAsC</CompileAs>
     97    </ClCompile>
     98    <ResourceCompile>
     99      <PreprocessorDefinitions>USING_PREMAKE_CONFIG_H;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    100      <AdditionalIncludeDirectories>..\..;..\..\..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    101    </ResourceCompile>
    102    <Link>
    103      <SubSystem>Console</SubSystem>
    104      <GenerateDebugInformation>false</GenerateDebugInformation>
    105      <EnableCOMDATFolding>true</EnableCOMDATFolding>
    106      <OptimizeReferences>true</OptimizeReferences>
    107      <OutputFile>$(OutDir)testrendercopyex.exe</OutputFile>
    108      <EntryPointSymbol>mainCRTStartup</EntryPointSymbol>
    109    </Link>
    110    <PostBuildEvent>
    111      <Command>if not exist &quot;.\Win32\Release&quot; ( mkdir &quot;.\Win32\Release&quot; )&#x0D;&#x0A;copy &quot;.\..\..\SDL2\Win32\Release\SDL2.dll&quot; &quot;.\Win32\Release\SDL2.dll&quot;&#x0D;&#x0A;copy &quot;.\..\..\..\..\..\test\icon.bmp&quot; &quot;.\Win32\Release\icon.bmp&quot;&#x0D;&#x0A;copy &quot;.\..\..\..\..\..\test\sample.bmp&quot; &quot;.\Win32\Release\sample.bmp&quot;</Command>
    112    </PostBuildEvent>
    113  </ItemDefinitionGroup>
    114  <ItemGroup>
    115    <ClCompile Include="..\..\..\..\..\test\testrendercopyex.c">
    116    </ClCompile>
    117  </ItemGroup>
    118  <ItemGroup>
    119    <ProjectReference Include="..\..\SDL2main\SDL2main.vcxproj">
    120      <Project>{859DF586-61E5-5749-AE72-0B8CC7C817D7}</Project>
    121    </ProjectReference>
    122    <ProjectReference Include="..\..\SDL2test\SDL2test.vcxproj">
    123      <Project>{72D8473C-9ED1-6041-877A-B45552307F3A}</Project>
    124    </ProjectReference>
    125    <ProjectReference Include="..\..\SDL2\SDL2.vcxproj">
    126      <Project>{A114B178-D2BB-CF42-A049-034C4C50596F}</Project>
    127    </ProjectReference>
    128  </ItemGroup>
    129  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    130  <ImportGroup Label="ExtensionTargets">
    131  </ImportGroup>
    132</Project>