cscg22-gearboy

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

testgles2_VS2008.vcproj (5091B)


      1<?xml version="1.0" encoding="Windows-1252"?>
      2<VisualStudioProject
      3	ProjectType="Visual C++"
      4	Version="9.00"
      5	Name="testgl2"
      6	ProjectGUID="{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}"
      7	RootNamespace="testgl2"
      8	TargetFrameworkVersion="131072"
      9	>
     10	<Platforms>
     11		<Platform
     12			Name="Win32"
     13		/>
     14	</Platforms>
     15	<ToolFiles>
     16	</ToolFiles>
     17	<Configurations>
     18		<Configuration
     19			Name="Debug|Win32"
     20			OutputDirectory=".\Debug"
     21			IntermediateDirectory=".\Debug"
     22			ConfigurationType="1"
     23			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
     24			UseOfMFC="0"
     25			ATLMinimizesCRunTimeLibraryUsage="false"
     26			>
     27			<Tool
     28				Name="VCPreBuildEventTool"
     29			/>
     30			<Tool
     31				Name="VCCustomBuildTool"
     32			/>
     33			<Tool
     34				Name="VCXMLDataGeneratorTool"
     35			/>
     36			<Tool
     37				Name="VCWebServiceProxyGeneratorTool"
     38			/>
     39			<Tool
     40				Name="VCMIDLTool"
     41				PreprocessorDefinitions="_DEBUG"
     42				MkTypLibCompatible="true"
     43				SuppressStartupBanner="true"
     44				TargetEnvironment="1"
     45				TypeLibraryName=".\Debug/testgl2.tlb"
     46			/>
     47			<Tool
     48				Name="VCCLCompilerTool"
     49				Optimization="0"
     50				AdditionalIncludeDirectories="..\..\..\include"
     51				PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
     52				RuntimeLibrary="3"
     53				UsePrecompiledHeader="0"
     54				PrecompiledHeaderFile=".\Debug/testgles2.pch"
     55				WarningLevel="3"
     56				SuppressStartupBanner="true"
     57				DebugInformationFormat="4"
     58				CompileAs="0"
     59			/>
     60			<Tool
     61				Name="VCManagedResourceCompilerTool"
     62			/>
     63			<Tool
     64				Name="VCResourceCompilerTool"
     65				PreprocessorDefinitions="_DEBUG"
     66				Culture="1033"
     67			/>
     68			<Tool
     69				Name="VCPreLinkEventTool"
     70			/>
     71			<Tool
     72				Name="VCLinkerTool"
     73				AdditionalOptions="/MACHINE:I386"
     74				AdditionalDependencies="opengl32.lib"
     75				LinkIncremental="2"
     76				SuppressStartupBanner="true"
     77				GenerateDebugInformation="true"
     78				ProgramDatabaseFile=".\Debug/testgles2.pdb"
     79				SubSystem="2"
     80				RandomizedBaseAddress="1"
     81				DataExecutionPrevention="0"
     82			/>
     83			<Tool
     84				Name="VCALinkTool"
     85			/>
     86			<Tool
     87				Name="VCManifestTool"
     88			/>
     89			<Tool
     90				Name="VCXDCMakeTool"
     91			/>
     92			<Tool
     93				Name="VCBscMakeTool"
     94			/>
     95			<Tool
     96				Name="VCFxCopTool"
     97			/>
     98			<Tool
     99				Name="VCAppVerifierTool"
    100			/>
    101			<Tool
    102				Name="VCPostBuildEventTool"
    103			/>
    104		</Configuration>
    105		<Configuration
    106			Name="Release|Win32"
    107			OutputDirectory=".\Release"
    108			IntermediateDirectory=".\Release"
    109			ConfigurationType="1"
    110			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
    111			UseOfMFC="0"
    112			ATLMinimizesCRunTimeLibraryUsage="false"
    113			>
    114			<Tool
    115				Name="VCPreBuildEventTool"
    116			/>
    117			<Tool
    118				Name="VCCustomBuildTool"
    119			/>
    120			<Tool
    121				Name="VCXMLDataGeneratorTool"
    122			/>
    123			<Tool
    124				Name="VCWebServiceProxyGeneratorTool"
    125			/>
    126			<Tool
    127				Name="VCMIDLTool"
    128				PreprocessorDefinitions="NDEBUG"
    129				MkTypLibCompatible="true"
    130				SuppressStartupBanner="true"
    131				TargetEnvironment="1"
    132				TypeLibraryName=".\Release/testgles2.tlb"
    133			/>
    134			<Tool
    135				Name="VCCLCompilerTool"
    136				InlineFunctionExpansion="1"
    137				AdditionalIncludeDirectories="..\..\..\include"
    138				PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
    139				StringPooling="true"
    140				RuntimeLibrary="2"
    141				EnableFunctionLevelLinking="true"
    142				UsePrecompiledHeader="0"
    143				PrecompiledHeaderFile=".\Release/testgles2.pch"
    144				WarningLevel="3"
    145				SuppressStartupBanner="true"
    146				CompileAs="0"
    147			/>
    148			<Tool
    149				Name="VCManagedResourceCompilerTool"
    150			/>
    151			<Tool
    152				Name="VCResourceCompilerTool"
    153				PreprocessorDefinitions="NDEBUG"
    154				Culture="1033"
    155			/>
    156			<Tool
    157				Name="VCPreLinkEventTool"
    158			/>
    159			<Tool
    160				Name="VCLinkerTool"
    161				AdditionalOptions="/MACHINE:I386"
    162				AdditionalDependencies="opengl32.lib"
    163				LinkIncremental="1"
    164				SuppressStartupBanner="true"
    165				ProgramDatabaseFile=".\Release/testgles2.pdb"
    166				SubSystem="2"
    167				RandomizedBaseAddress="1"
    168				DataExecutionPrevention="0"
    169			/>
    170			<Tool
    171				Name="VCALinkTool"
    172			/>
    173			<Tool
    174				Name="VCManifestTool"
    175			/>
    176			<Tool
    177				Name="VCXDCMakeTool"
    178			/>
    179			<Tool
    180				Name="VCBscMakeTool"
    181			/>
    182			<Tool
    183				Name="VCFxCopTool"
    184			/>
    185			<Tool
    186				Name="VCAppVerifierTool"
    187			/>
    188			<Tool
    189				Name="VCPostBuildEventTool"
    190			/>
    191		</Configuration>
    192	</Configurations>
    193	<References>
    194		<ProjectReference
    195			ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
    196			CopyLocal="false"
    197			CopyLocalDependencies="false"
    198			CopyLocalSatelliteAssemblies="false"
    199			RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
    200		/>
    201		<ProjectReference
    202			ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
    203			CopyLocal="false"
    204			CopyLocalDependencies="false"
    205			CopyLocalSatelliteAssemblies="false"
    206			RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
    207		/>
    208	</References>
    209	<Files>
    210		<File
    211			RelativePath="..\..\..\test\testgles2.c"
    212			>
    213		</File>
    214	</Files>
    215	<Globals>
    216	</Globals>
    217</VisualStudioProject>