Edit

kc3-lang/SDL/VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj

Branch :

  • Show log

    Commit

  • Author : David Ludwig
    Date : 2014-12-03 10:55:23
    Hash : 70438be2
    Message : WinRT: fixed bug whereby SDL would override an app's default orientation WinRT apps can set a default, preferred orientation via a .appxmanifest file. SDL was overriding this on app startup, and making the app use all possible orientations (landscape and portrait). Thanks to Eric Wing for the heads up on this!

  • VisualC/tests/testoverlay2/testoverlay2_VS2008.vcproj
  • <?xml version="1.0" encoding="Windows-1252"?>
    <VisualStudioProject
    	ProjectType="Visual C++"
    	Version="9.00"
    	Name="testoverlay2"
    	ProjectGUID="{B51E0D74-F0A2-45A2-BD2A-8B7D95B8204A}"
    	RootNamespace="testoverlay2"
    	TargetFrameworkVersion="131072"
    	>
    	<Platforms>
    		<Platform
    			Name="Win32"
    		/>
    	</Platforms>
    	<ToolFiles>
    	</ToolFiles>
    	<Configurations>
    		<Configuration
    			Name="Release|Win32"
    			OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
    			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    			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/testoverlay2.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				InlineFunctionExpansion="1"
    				AdditionalIncludeDirectories="..\..\..\include"
    				PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
    				StringPooling="true"
    				RuntimeLibrary="2"
    				EnableFunctionLevelLinking="true"
    				UsePrecompiledHeader="0"
    				PrecompiledHeaderFile=".\Release/testoverlay2.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/testoverlay2.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"
    			/>
    		</Configuration>
    		<Configuration
    			Name="Debug|Win32"
    			OutputDirectory="$(SolutionDir)\$(PlatformName)\$(ConfigurationName)\"
    			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)\"
    			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/testoverlay2.tlb"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				Optimization="0"
    				AdditionalIncludeDirectories="..\..\..\include"
    				PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
    				RuntimeLibrary="3"
    				UsePrecompiledHeader="0"
    				PrecompiledHeaderFile=".\Debug/testoverlay2.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/testoverlay2.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"
    			/>
    		</Configuration>
    	</Configurations>
    	<References>
    		<ProjectReference
    			ReferencedProjectIdentifier="{81CE8DAF-EBB2-4761-8E45-B71ABCCA8C68}"
    			CopyLocal="false"
    			CopyLocalDependencies="false"
    			CopyLocalSatelliteAssemblies="false"
    			RelativePathToProject=".\SDL\SDL_VS2008.vcproj"
    		/>
    		<ProjectReference
    			ReferencedProjectIdentifier="{DA956FD3-E142-46F2-9DD5-C78BEBB56B7A}"
    			CopyLocal="false"
    			CopyLocalDependencies="false"
    			CopyLocalSatelliteAssemblies="false"
    			RelativePathToProject=".\SDLmain\SDLmain_VS2008.vcproj"
    		/>
    	</References>
    	<Files>
    		<File
    			RelativePath="..\..\..\test\moose.dat"
    			>
    			<FileConfiguration
    				Name="Release|Win32"
    				>
    				<Tool
    					Name="VCCustomBuildTool"
    					Description="Copying $(InputFileName)"
    					CommandLine="copy $(InputPath) $(ProjectDir)\"
    					Outputs="$(ProjectDir)\$(InputFileName)"
    				/>
    			</FileConfiguration>
    			<FileConfiguration
    				Name="Debug|Win32"
    				>
    				<Tool
    					Name="VCCustomBuildTool"
    					Description="Copying $(InputFileName)"
    					CommandLine="copy $(InputPath) $(ProjectDir)\"
    					Outputs="$(ProjectDir)\$(InputFileName)"
    				/>
    			</FileConfiguration>
    		</File>
    		<File
    			RelativePath="..\..\..\test\testoverlay2.c"
    			>
    		</File>
    	</Files>
    	<Globals>
    	</Globals>
    </VisualStudioProject>