cscg22-gearboy

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

testfile_VS2010.vcxproj (11235B)


      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>testfile</ProjectName>
     23    <RootNamespace>testfile</RootNamespace>
     24    <ProjectGuid>{CAE4F1D0-314F-4B10-805B-0EFD670133A0}</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  </ItemDefinitionGroup>
    109  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    110    <Midl>
    111      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    112      <MkTypLibCompatible>true</MkTypLibCompatible>
    113      <SuppressStartupBanner>true</SuppressStartupBanner>
    114    </Midl>
    115    <ClCompile>
    116      <Optimization>Disabled</Optimization>
    117      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    118      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    119      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    120      <PrecompiledHeader>
    121      </PrecompiledHeader>
    122      <WarningLevel>Level3</WarningLevel>
    123      <SuppressStartupBanner>true</SuppressStartupBanner>
    124      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    125      <CompileAs>Default</CompileAs>
    126    </ClCompile>
    127    <ResourceCompile>
    128      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    129      <Culture>0x0409</Culture>
    130    </ResourceCompile>
    131    <Link>
    132      <SuppressStartupBanner>true</SuppressStartupBanner>
    133      <GenerateDebugInformation>true</GenerateDebugInformation>
    134      <SubSystem>Windows</SubSystem>
    135      <ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
    136    </Link>
    137  </ItemDefinitionGroup>
    138  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    139    <Midl>
    140      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    141      <MkTypLibCompatible>true</MkTypLibCompatible>
    142      <SuppressStartupBanner>true</SuppressStartupBanner>
    143      <TargetEnvironment>Win32</TargetEnvironment>
    144    </Midl>
    145    <ClCompile>
    146      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    147      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    148      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    149      <StringPooling>true</StringPooling>
    150      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    151      <FunctionLevelLinking>true</FunctionLevelLinking>
    152      <PrecompiledHeader>
    153      </PrecompiledHeader>
    154      <WarningLevel>Level3</WarningLevel>
    155      <SuppressStartupBanner>true</SuppressStartupBanner>
    156      <CompileAs>Default</CompileAs>
    157    </ClCompile>
    158    <ResourceCompile>
    159      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    160      <Culture>0x0409</Culture>
    161    </ResourceCompile>
    162    <Link>
    163      <SuppressStartupBanner>true</SuppressStartupBanner>
    164      <SubSystem>Windows</SubSystem>
    165    </Link>
    166  </ItemDefinitionGroup>
    167  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    168    <Midl>
    169      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    170      <MkTypLibCompatible>true</MkTypLibCompatible>
    171      <SuppressStartupBanner>true</SuppressStartupBanner>
    172    </Midl>
    173    <ClCompile>
    174      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
    175      <AdditionalIncludeDirectories>..\..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
    176      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    177      <StringPooling>true</StringPooling>
    178      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
    179      <FunctionLevelLinking>true</FunctionLevelLinking>
    180      <PrecompiledHeader>
    181      </PrecompiledHeader>
    182      <WarningLevel>Level3</WarningLevel>
    183      <SuppressStartupBanner>true</SuppressStartupBanner>
    184      <CompileAs>Default</CompileAs>
    185    </ClCompile>
    186    <ResourceCompile>
    187      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    188      <Culture>0x0409</Culture>
    189    </ResourceCompile>
    190    <Link>
    191      <SuppressStartupBanner>true</SuppressStartupBanner>
    192      <SubSystem>Windows</SubSystem>
    193    </Link>
    194  </ItemDefinitionGroup>
    195  <ItemGroup>
    196    <ClCompile Include="..\..\..\Test\testfile.c" />
    197  </ItemGroup>
    198  <ItemGroup>
    199    <ProjectReference Include="..\..\SDLmain\SDLmain_VS2010.vcxproj">
    200      <Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project>
    201    </ProjectReference>
    202    <ProjectReference Include="..\..\SDL\SDL_VS2010.vcxproj">
    203      <Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project>
    204    </ProjectReference>
    205  </ItemGroup>
    206  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
    207  <ImportGroup Label="ExtensionTargets">
    208  </ImportGroup>
    209</Project>