1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Release|Win32">
9      <Configuration>Release</Configuration>
10      <Platform>Win32</Platform>
11    </ProjectConfiguration>
12  </ItemGroup>
13  <PropertyGroup Label="Globals">
14    <ProjectName>TestABGR</ProjectName>
15    <ProjectGuid>{AE22EFD3-7F7D-48C0-AF3D-EF190406BEDC}</ProjectGuid>
16    <RootNamespace>TestABGR</RootNamespace>
17    <Keyword>Win32Proj</Keyword>
18  </PropertyGroup>
19  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
21    <ConfigurationType>Application</ConfigurationType>
22    <CharacterSet>NotSet</CharacterSet>
23    <WholeProgramOptimization>false</WholeProgramOptimization>
24  </PropertyGroup>
25  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26    <ConfigurationType>Application</ConfigurationType>
27    <CharacterSet>Unicode</CharacterSet>
28  </PropertyGroup>
29  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
30  <ImportGroup Label="ExtensionSettings">
31  </ImportGroup>
32  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
33    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
34  </ImportGroup>
35  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
36    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37  </ImportGroup>
38  <PropertyGroup Label="UserMacros" />
39  <PropertyGroup>
40    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
41    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</OutDir>
42    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">.\Debug\</IntDir>
43    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
44    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Debug\</OutDir>
45    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\Debug\</IntDir>
46    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</LinkIncremental>
47    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
48    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
49    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
50    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
52    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
53  </PropertyGroup>
54  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55    <ClCompile>
56      <Optimization>Disabled</Optimization>
57      <AdditionalIncludeDirectories>..\..\sdlgfx;..\..\SDL-1.2.15\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
58      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
59      <MinimalRebuild>false</MinimalRebuild>
60      <BasicRuntimeChecks>Default</BasicRuntimeChecks>
61      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
62      <PrecompiledHeader>
63      </PrecompiledHeader>
64      <PrecompiledHeaderOutputFile>.\Debug/TestABGR.pch</PrecompiledHeaderOutputFile>
65      <AssemblerListingLocation>.\Debug/</AssemblerListingLocation>
66      <ObjectFileName>.\Debug/</ObjectFileName>
67      <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName>
68      <WarningLevel>Level3</WarningLevel>
69      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
70      <CompileAs>Default</CompileAs>
71    </ClCompile>
72    <Link>
73      <AdditionalDependencies>SDL.lib;SDLmain.lib;SDL_gfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
74      <OutputFile>.\Debug/TestABGR.exe</OutputFile>
75      <AdditionalLibraryDirectories>..\..\sdlgfx\Debug;..\..\SDL-1.2.15\VisualC\SDLmain\Debug;..\..\SDL-1.2.15\VisualC\SDL\Debug;..\..\SDL-1.2.15\VisualC\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
76      <GenerateDebugInformation>true</GenerateDebugInformation>
77      <ProgramDatabaseFile>./Debug\TestABGR.pdb</ProgramDatabaseFile>
78      <SubSystem>Windows</SubSystem>
79      <DataExecutionPrevention>
80      </DataExecutionPrevention>
81      <TargetMachine>NotSet</TargetMachine>
82    </Link>
83  </ItemDefinitionGroup>
84  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85    <ClCompile>
86      <Optimization>MaxSpeed</Optimization>
87      <IntrinsicFunctions>true</IntrinsicFunctions>
88      <AdditionalIncludeDirectories>..\..\sdlgfx;..\..\SDL-1.2.15\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
89      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
91      <FunctionLevelLinking>false</FunctionLevelLinking>
92      <PrecompiledHeader>
93      </PrecompiledHeader>
94      <WarningLevel>Level3</WarningLevel>
95      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
96      <CompileAs>Default</CompileAs>
97      <OmitDefaultLibName>false</OmitDefaultLibName>
98    </ClCompile>
99    <Link>
100      <AdditionalDependencies>SDL.lib;SDLmain.lib;SDL_gfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
101      <AdditionalLibraryDirectories>..\..\sdlgfx\Debug;..\..\SDL-1.2.15\VisualC\SDLmain\Debug;..\..\SDL-1.2.15\VisualC\SDL\Debug;..\..\SDL-1.2.15\VisualC\Debug;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
102      <GenerateDebugInformation>true</GenerateDebugInformation>
103      <SubSystem>Windows</SubSystem>
104      <OptimizeReferences>true</OptimizeReferences>
105      <EnableCOMDATFolding>true</EnableCOMDATFolding>
106      <EntryPointSymbol>
107      </EntryPointSymbol>
108      <RandomizedBaseAddress>false</RandomizedBaseAddress>
109      <DataExecutionPrevention>
110      </DataExecutionPrevention>
111      <TargetMachine>NotSet</TargetMachine>
112    </Link>
113  </ItemDefinitionGroup>
114  <ItemGroup>
115    <ClCompile Include="TestABGR.c" />
116  </ItemGroup>
117  <ItemGroup>
118    <ProjectReference Include="..\SDL_gfx_VS2010.vcxproj">
119      <Project>{ae22efd3-6e6d-48c0-af3d-ef190406bedc}</Project>
120      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
121    </ProjectReference>
122  </ItemGroup>
123  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
124  <ImportGroup Label="ExtensionTargets">
125  </ImportGroup>
126</Project>