cscg22-gearboy

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

testautomation_VS2008.vcproj (7010B)


      1<?xml version="1.0" encoding="Windows-1252"?>
      2<VisualStudioProject
      3	ProjectType="Visual C++"
      4	Version="9.00"
      5	Name="testautomation"
      6	ProjectGUID="{9C7E8C03-3130-436D-A97E-E8F8ED1AC4EA}"
      7	RootNamespace="testautomation"
      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="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
     21			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
     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/testautomation.tlb"
     46			/>
     47			<Tool
     48				Name="VCCLCompilerTool"
     49				Optimization="0"
     50				AdditionalIncludeDirectories="..\..\..\include"
     51				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
     52				RuntimeLibrary="3"
     53				UsePrecompiledHeader="0"
     54				PrecompiledHeaderFile=".\Debug/testautomation.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				LinkIncremental="2"
     75				SuppressStartupBanner="true"
     76				GenerateDebugInformation="true"
     77				ProgramDatabaseFile=".\Debug/testautomation.pdb"
     78				SubSystem="2"
     79				RandomizedBaseAddress="1"
     80				DataExecutionPrevention="0"
     81			/>
     82			<Tool
     83				Name="VCALinkTool"
     84			/>
     85			<Tool
     86				Name="VCManifestTool"
     87			/>
     88			<Tool
     89				Name="VCXDCMakeTool"
     90			/>
     91			<Tool
     92				Name="VCBscMakeTool"
     93			/>
     94			<Tool
     95				Name="VCFxCopTool"
     96			/>
     97			<Tool
     98				Name="VCAppVerifierTool"
     99			/>
    100			<Tool
    101				Name="VCPostBuildEventTool"
    102			/>
    103		</Configuration>
    104		<Configuration
    105			Name="Release|Win32"
    106			OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
    107			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    108			ConfigurationType="1"
    109			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
    110			UseOfMFC="0"
    111			ATLMinimizesCRunTimeLibraryUsage="false"
    112			>
    113			<Tool
    114				Name="VCPreBuildEventTool"
    115			/>
    116			<Tool
    117				Name="VCCustomBuildTool"
    118			/>
    119			<Tool
    120				Name="VCXMLDataGeneratorTool"
    121			/>
    122			<Tool
    123				Name="VCWebServiceProxyGeneratorTool"
    124			/>
    125			<Tool
    126				Name="VCMIDLTool"
    127				PreprocessorDefinitions="NDEBUG"
    128				MkTypLibCompatible="true"
    129				SuppressStartupBanner="true"
    130				TargetEnvironment="1"
    131				TypeLibraryName=".\Release/testautomation.tlb"
    132			/>
    133			<Tool
    134				Name="VCCLCompilerTool"
    135				InlineFunctionExpansion="1"
    136				AdditionalIncludeDirectories="..\..\..\include"
    137				PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
    138				StringPooling="true"
    139				RuntimeLibrary="2"
    140				EnableFunctionLevelLinking="true"
    141				UsePrecompiledHeader="0"
    142				PrecompiledHeaderFile=".\Release/testautomation.pch"
    143				WarningLevel="3"
    144				SuppressStartupBanner="true"
    145				CompileAs="0"
    146			/>
    147			<Tool
    148				Name="VCManagedResourceCompilerTool"
    149			/>
    150			<Tool
    151				Name="VCResourceCompilerTool"
    152				PreprocessorDefinitions="NDEBUG"
    153				Culture="1033"
    154			/>
    155			<Tool
    156				Name="VCPreLinkEventTool"
    157			/>
    158			<Tool
    159				Name="VCLinkerTool"
    160				AdditionalOptions="/MACHINE:I386"
    161				LinkIncremental="1"
    162				SuppressStartupBanner="true"
    163				ProgramDatabaseFile=".\Release/testautomation.pdb"
    164				SubSystem="2"
    165				RandomizedBaseAddress="1"
    166				DataExecutionPrevention="0"
    167			/>
    168			<Tool
    169				Name="VCALinkTool"
    170			/>
    171			<Tool
    172				Name="VCManifestTool"
    173			/>
    174			<Tool
    175				Name="VCXDCMakeTool"
    176			/>
    177			<Tool
    178				Name="VCBscMakeTool"
    179			/>
    180			<Tool
    181				Name="VCFxCopTool"
    182			/>
    183			<Tool
    184				Name="VCAppVerifierTool"
    185			/>
    186			<Tool
    187				Name="VCPostBuildEventTool"
    188			/>
    189		</Configuration>
    190	</Configurations>
    191	<References>
    192		<ProjectReference
    193			ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
    194			CopyLocal="false"
    195			CopyLocalDependencies="false"
    196			CopyLocalSatelliteAssemblies="false"
    197			RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
    198		/>
    199		<ProjectReference
    200			ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
    201			CopyLocal="false"
    202			CopyLocalDependencies="false"
    203			CopyLocalSatelliteAssemblies="false"
    204			RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
    205		/>
    206		<ProjectReference
    207			ReferencedProjectIdentifier="{DA956FD3-E143-46F2-9FE5-C77BEBC56B1A}"
    208			CopyLocal="false"
    209			CopyLocalDependencies="false"
    210			CopyLocalSatelliteAssemblies="false"
    211			RelativePathToProject=".\SDLtest\SDLtest_VS2008.vcproj"
    212		/>
    213	</References>
    214	<Files>
    215		<File
    216			RelativePath="..\..\..\Test\testautomation.c"
    217			>
    218		</File>
    219		<File
    220			RelativePath="..\..\..\test\testautomation_audio.c"
    221			>
    222		</File>
    223		<File
    224			RelativePath="..\..\..\test\testautomation_clipboard.c"
    225			>
    226		</File>
    227		<File
    228			RelativePath="..\..\..\test\testautomation_events.c"
    229			>
    230		</File>
    231		<File
    232			RelativePath="..\..\..\test\testautomation_hints.c"
    233			>
    234		</File>
    235		<File
    236			RelativePath="..\..\..\test\testautomation_keyboard.c"
    237			>
    238		</File>
    239		<File
    240			RelativePath="..\..\..\test\testautomation_main.c"
    241			>
    242		</File>
    243		<File
    244			RelativePath="..\..\..\test\testautomation_mouse.c"
    245			>
    246		</File>
    247		<File
    248			RelativePath="..\..\..\test\testautomation_pixels.c"
    249			>
    250		</File>
    251		<File
    252			RelativePath="..\..\..\test\testautomation_platform.c"
    253			>
    254		</File>
    255		<File
    256			RelativePath="..\..\..\test\testautomation_rect.c"
    257			>
    258		</File>
    259		<File
    260			RelativePath="..\..\..\test\testautomation_render.c"
    261			>
    262		</File>
    263		<File
    264			RelativePath="..\..\..\test\testautomation_rwops.c"
    265			>
    266		</File>
    267		<File
    268			RelativePath="..\..\..\test\testautomation_sdltest.c"
    269			>
    270		</File>
    271		<File
    272			RelativePath="..\..\..\test\testautomation_stdlib.c"
    273			>
    274		</File>
    275		<File
    276			RelativePath="..\..\..\test\testautomation_suites.h"
    277			>
    278		</File>
    279		<File
    280			RelativePath="..\..\..\test\testautomation_surface.c"
    281			>
    282		</File>
    283		<File
    284			RelativePath="..\..\..\test\testautomation_syswm.c"
    285			>
    286		</File>
    287		<File
    288			RelativePath="..\..\..\test\testautomation_timer.c"
    289			>
    290		</File>
    291		<File
    292			RelativePath="..\..\..\test\testautomation_video.c"
    293			>
    294		</File>
    295	</Files>
    296	<Globals>
    297	</Globals>
    298</VisualStudioProject>