cscg22-gearboy

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

testplatform_VS2008.vcproj (5281B)


      1<?xml version="1.0" encoding="Windows-1252"?>
      2<VisualStudioProject
      3	ProjectType="Visual C++"
      4	Version="9.00"
      5	Name="testplatform"
      6	ProjectGUID="{26932B24-EFC6-4E3A-B277-ED653DA37968}"
      7	RootNamespace="testplatform"
      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\UpgradeFromVC60.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/testplatform.tlb"
     46				HeaderFileName=""
     47			/>
     48			<Tool
     49				Name="VCCLCompilerTool"
     50				Optimization="0"
     51				AdditionalIncludeDirectories="..\..\..\include"
     52				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
     53				MinimalRebuild="true"
     54				RuntimeLibrary="3"
     55				PrecompiledHeaderFile=".\Debug/testplatform.pch"
     56				WarningLevel="3"
     57				SuppressStartupBanner="true"
     58				DebugInformationFormat="4"
     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				LinkIncremental="2"
     74				SuppressStartupBanner="true"
     75				GenerateDebugInformation="true"
     76				ProgramDatabaseFile=".\Debug/testplatform.pdb"
     77				SubSystem="2"
     78				RandomizedBaseAddress="1"
     79				DataExecutionPrevention="0"
     80				TargetMachine="1"
     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				SuppressStartupBanner="true"
     94				OutputFile=".\Debug/testplatform.bsc"
     95			/>
     96			<Tool
     97				Name="VCFxCopTool"
     98			/>
     99			<Tool
    100				Name="VCAppVerifierTool"
    101			/>
    102			<Tool
    103				Name="VCPostBuildEventTool"
    104			/>
    105		</Configuration>
    106		<Configuration
    107			Name="Release|Win32"
    108			OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
    109			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    110			ConfigurationType="1"
    111			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
    112			UseOfMFC="0"
    113			ATLMinimizesCRunTimeLibraryUsage="false"
    114			>
    115			<Tool
    116				Name="VCPreBuildEventTool"
    117			/>
    118			<Tool
    119				Name="VCCustomBuildTool"
    120			/>
    121			<Tool
    122				Name="VCXMLDataGeneratorTool"
    123			/>
    124			<Tool
    125				Name="VCWebServiceProxyGeneratorTool"
    126			/>
    127			<Tool
    128				Name="VCMIDLTool"
    129				PreprocessorDefinitions="NDEBUG"
    130				MkTypLibCompatible="true"
    131				SuppressStartupBanner="true"
    132				TargetEnvironment="1"
    133				TypeLibraryName=".\Release/testplatform.tlb"
    134				HeaderFileName=""
    135			/>
    136			<Tool
    137				Name="VCCLCompilerTool"
    138				Optimization="2"
    139				InlineFunctionExpansion="1"
    140				AdditionalIncludeDirectories="..\..\..\include"
    141				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
    142				StringPooling="true"
    143				RuntimeLibrary="2"
    144				EnableFunctionLevelLinking="true"
    145				PrecompiledHeaderFile=".\Release/testplatform.pch"
    146				WarningLevel="3"
    147				SuppressStartupBanner="true"
    148			/>
    149			<Tool
    150				Name="VCManagedResourceCompilerTool"
    151			/>
    152			<Tool
    153				Name="VCResourceCompilerTool"
    154				PreprocessorDefinitions="NDEBUG"
    155				Culture="1033"
    156			/>
    157			<Tool
    158				Name="VCPreLinkEventTool"
    159			/>
    160			<Tool
    161				Name="VCLinkerTool"
    162				LinkIncremental="1"
    163				SuppressStartupBanner="true"
    164				ProgramDatabaseFile=".\Release/testplatform.pdb"
    165				SubSystem="2"
    166				RandomizedBaseAddress="1"
    167				DataExecutionPrevention="0"
    168				TargetMachine="1"
    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				SuppressStartupBanner="true"
    182				OutputFile=".\Release/testplatform.bsc"
    183			/>
    184			<Tool
    185				Name="VCFxCopTool"
    186			/>
    187			<Tool
    188				Name="VCAppVerifierTool"
    189			/>
    190			<Tool
    191				Name="VCPostBuildEventTool"
    192			/>
    193		</Configuration>
    194	</Configurations>
    195	<References>
    196		<ProjectReference
    197			ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
    198			CopyLocal="false"
    199			CopyLocalDependencies="false"
    200			CopyLocalSatelliteAssemblies="false"
    201			RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
    202		/>
    203		<ProjectReference
    204			ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
    205			CopyLocal="false"
    206			CopyLocalDependencies="false"
    207			CopyLocalSatelliteAssemblies="false"
    208			RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
    209		/>
    210	</References>
    211	<Files>
    212		<File
    213			RelativePath="..\..\..\Test\testplatform.c"
    214			>
    215		</File>
    216	</Files>
    217	<Globals>
    218	</Globals>
    219</VisualStudioProject>