cscg22-gearboy

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

testgl2_VS2010.vcxproj (11821B)


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