Edit

kc3-lang/SDL/VisualC/tests/testshape/testshape_VS2008.vcproj

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2013-08-11 19:56:43
    Hash : 1ad936eb
    Message : Fixed bug 2027 - Full-screen appears to be broken - hang in SDL_DestroyWindow() Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen.

  • VisualC/tests/testshape/testshape_VS2008.vcproj
  • <?xml version="1.0" encoding="Windows-1252"?>
    <VisualStudioProject
    	ProjectType="Visual C++"
    	Version="9.00"
    	Name="testshape"
    	ProjectGUID="{31A3E4E1-AAE9-4EF3-9B23-18D0924BE4D2}"
    	RootNamespace="testshape"
    	TargetFrameworkVersion="131072"
    	>
    	<Platforms>
    		<Platform
    			Name="Win32"
    		/>
    	</Platforms>
    	<ToolFiles>
    	</ToolFiles>
    	<Configurations>
    		<Configuration
    			Name="Release|Win32"
    			OutputDirectory=".\Release"
    			IntermediateDirectory=".\Release"
    			ConfigurationType="1"
    			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
    			UseOfMFC="0"
    			ATLMinimizesCRunTimeLibraryUsage="false"
    			>
    			<Tool
    				Name="VCPreBuildEventTool"
    			/>
    			<Tool
    				Name="VCCustomBuildTool"
    			/>
    			<Tool
    				Name="VCXMLDataGeneratorTool"
    			/>
    			<Tool
    				Name="VCWebServiceProxyGeneratorTool"
    			/>
    			<Tool
    				Name="VCMIDLTool"
    				PreprocessorDefinitions="NDEBUG"
    				MkTypLibCompatible="true"
    				SuppressStartupBanner="true"
    				TargetEnvironment="1"
    				TypeLibraryName=".\Release/testshape.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				InlineFunctionExpansion="1"
    				AdditionalIncludeDirectories="..\..\..\include"
    				PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
    				StringPooling="true"
    				RuntimeLibrary="2"
    				EnableFunctionLevelLinking="true"
    				UsePrecompiledHeader="0"
    				PrecompiledHeaderFile=".\Release/testshape.pch"
    				WarningLevel="3"
    				SuppressStartupBanner="true"
    				CompileAs="0"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    				PreprocessorDefinitions="NDEBUG"
    				Culture="1033"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				AdditionalOptions="/MACHINE:I386"
    				LinkIncremental="1"
    				SuppressStartupBanner="true"
    				ProgramDatabaseFile=".\Release/testshape.pdb"
    				SubSystem="2"
    				RandomizedBaseAddress="1"
    				DataExecutionPrevention="0"
    			/>
    			<Tool
    				Name="VCALinkTool"
    			/>
    			<Tool
    				Name="VCManifestTool"
    			/>
    			<Tool
    				Name="VCXDCMakeTool"
    			/>
    			<Tool
    				Name="VCBscMakeTool"
    			/>
    			<Tool
    				Name="VCFxCopTool"
    			/>
    			<Tool
    				Name="VCAppVerifierTool"
    			/>
    			<Tool
    				Name="VCPostBuildEventTool"
    				Description="Copy SDL"
    				CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
    			/>
    		</Configuration>
    		<Configuration
    			Name="Debug|Win32"
    			OutputDirectory=".\Debug"
    			IntermediateDirectory=".\Debug"
    			ConfigurationType="1"
    			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
    			UseOfMFC="0"
    			ATLMinimizesCRunTimeLibraryUsage="false"
    			>
    			<Tool
    				Name="VCPreBuildEventTool"
    			/>
    			<Tool
    				Name="VCCustomBuildTool"
    			/>
    			<Tool
    				Name="VCXMLDataGeneratorTool"
    			/>
    			<Tool
    				Name="VCWebServiceProxyGeneratorTool"
    			/>
    			<Tool
    				Name="VCMIDLTool"
    				PreprocessorDefinitions="_DEBUG"
    				MkTypLibCompatible="true"
    				SuppressStartupBanner="true"
    				TargetEnvironment="1"
    				TypeLibraryName=".\Debug/testshape.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				Optimization="0"
    				AdditionalIncludeDirectories="..\..\..\include"
    				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
    				RuntimeLibrary="3"
    				UsePrecompiledHeader="0"
    				PrecompiledHeaderFile=".\Debug/testshape.pch"
    				WarningLevel="3"
    				SuppressStartupBanner="true"
    				DebugInformationFormat="4"
    				CompileAs="0"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    				PreprocessorDefinitions="_DEBUG"
    				Culture="1033"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				AdditionalOptions="/MACHINE:I386"
    				LinkIncremental="2"
    				SuppressStartupBanner="true"
    				GenerateDebugInformation="true"
    				ProgramDatabaseFile=".\Debug/testshape.pdb"
    				SubSystem="2"
    				RandomizedBaseAddress="1"
    				DataExecutionPrevention="0"
    			/>
    			<Tool
    				Name="VCALinkTool"
    			/>
    			<Tool
    				Name="VCManifestTool"
    			/>
    			<Tool
    				Name="VCXDCMakeTool"
    			/>
    			<Tool
    				Name="VCBscMakeTool"
    			/>
    			<Tool
    				Name="VCFxCopTool"
    			/>
    			<Tool
    				Name="VCAppVerifierTool"
    			/>
    			<Tool
    				Name="VCPostBuildEventTool"
    				Description="Copy SDL"
    				CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL2.dll&quot; &quot;$(TargetDir)\SDL2.dll&quot;"
    			/>
    		</Configuration>
    	</Configurations>
    	<References>
    	</References>
    	<Files>
    		<File
    			RelativePath="..\..\..\test\testshape.c"
    			>
    		</File>
    	</Files>
    	<Globals>
    	</Globals>
    </VisualStudioProject>