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>TestFonts</ProjectName>
15    <ProjectGuid>{AE33EFD3-6F6D-48C0-AF3D-EF190406BEDC}</ProjectGuid>
16    <RootNamespace>TestFonts</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/TestFonts.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/TestFonts.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\TestFonts.pdb</ProgramDatabaseFile>
78      <SubSystem>Windows</SubSystem>
79      <DataExecutionPrevention>
80      </DataExecutionPrevention>
81      <TargetMachine>NotSet</TargetMachine>
82    </Link>
83    <PostBuildEvent>
84      <Message>
85      </Message>
86      <Command>
87      </Command>
88    </PostBuildEvent>
89  </ItemDefinitionGroup>
90  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91    <ClCompile>
92      <Optimization>MaxSpeed</Optimization>
93      <IntrinsicFunctions>true</IntrinsicFunctions>
94      <AdditionalIncludeDirectories>..\..\sdlgfx;..\..\SDL-1.2.15\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
95      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
96      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
97      <FunctionLevelLinking>false</FunctionLevelLinking>
98      <PrecompiledHeader>
99      </PrecompiledHeader>
100      <WarningLevel>Level3</WarningLevel>
101      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
102      <CompileAs>Default</CompileAs>
103      <OmitDefaultLibName>false</OmitDefaultLibName>
104    </ClCompile>
105    <Link>
106      <AdditionalDependencies>SDL.lib;SDLmain.lib;SDL_gfx.lib;%(AdditionalDependencies)</AdditionalDependencies>
107      <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>
108      <GenerateDebugInformation>true</GenerateDebugInformation>
109      <SubSystem>Windows</SubSystem>
110      <OptimizeReferences>true</OptimizeReferences>
111      <EnableCOMDATFolding>true</EnableCOMDATFolding>
112      <EntryPointSymbol>
113      </EntryPointSymbol>
114      <RandomizedBaseAddress>false</RandomizedBaseAddress>
115      <DataExecutionPrevention>
116      </DataExecutionPrevention>
117      <TargetMachine>NotSet</TargetMachine>
118    </Link>
119    <PostBuildEvent>
120      <Message>Copy dependent DLLs</Message>
121      <Command>copy $(&lt;ProjectDir&gt;)..\..\sdlgfx\Debug\SDL_gfx.dll $(&lt;TargetDir&gt;)
122copy $(&lt;ProjectDir&gt;)..\..\SDL-1.2.15\VisualC\SDL\Debug\SDL.dll $(&lt;TargetDir&gt;)</Command>
123    </PostBuildEvent>
124  </ItemDefinitionGroup>
125  <ItemGroup>
126    <ClCompile Include="TestFonts.c" />
127  </ItemGroup>
128  <ItemGroup>
129    <ProjectReference Include="..\SDL_gfx_VS2010.vcxproj">
130      <Project>{ae22efd3-6e6d-48c0-af3d-ef190406bedc}</Project>
131      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
132    </ProjectReference>
133  </ItemGroup>
134  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
135  <ImportGroup Label="ExtensionTargets">
136  </ImportGroup>
137</Project>