1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="TestFramerate"
6	ProjectGUID="{AE22EFD3-6F6D-21C0-AF2D-EF190406BEDC}"
7	RootNamespace="TestFramerate"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="196613"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory=".\Debug"
22			IntermediateDirectory=".\Debug"
23			ConfigurationType="1"
24			CharacterSet="1"
25			>
26			<Tool
27				Name="VCPreBuildEventTool"
28			/>
29			<Tool
30				Name="VCCustomBuildTool"
31			/>
32			<Tool
33				Name="VCXMLDataGeneratorTool"
34			/>
35			<Tool
36				Name="VCWebServiceProxyGeneratorTool"
37			/>
38			<Tool
39				Name="VCMIDLTool"
40			/>
41			<Tool
42				Name="VCCLCompilerTool"
43				Optimization="0"
44				AdditionalIncludeDirectories="..\..\sdlgfx;&quot;..\..\SDL-1.2.14\include&quot;"
45				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS"
46				MinimalRebuild="false"
47				BasicRuntimeChecks="0"
48				RuntimeLibrary="2"
49				UsePrecompiledHeader="0"
50				PrecompiledHeaderFile=".\Debug/TestFramerate.pch"
51				AssemblerListingLocation=".\Debug/"
52				ObjectFile=".\Debug/"
53				ProgramDataBaseFileName=".\Debug/"
54				WarningLevel="3"
55				DebugInformationFormat="4"
56				CompileAs="0"
57			/>
58			<Tool
59				Name="VCManagedResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCPreLinkEventTool"
66			/>
67			<Tool
68				Name="VCLinkerTool"
69				AdditionalDependencies="SDL.lib SDLmain.lib SDL_gfx.lib"
70				OutputFile=".\Debug/TestFramerate.exe"
71				LinkIncremental="2"
72				AdditionalLibraryDirectories="..\..\sdlgfx\Debug;&quot;..\..\SDL-1.2.14\VisualC\SDLmain\Debug&quot;;&quot;..\..\SDL-1.2.14\VisualC\SDL\Debug&quot;"
73				GenerateDebugInformation="true"
74				ProgramDatabaseFile="./Debug\TestFramerate.pdb"
75				SubSystem="2"
76				DataExecutionPrevention="0"
77				TargetMachine="0"
78			/>
79			<Tool
80				Name="VCALinkTool"
81			/>
82			<Tool
83				Name="VCManifestTool"
84			/>
85			<Tool
86				Name="VCXDCMakeTool"
87			/>
88			<Tool
89				Name="VCBscMakeTool"
90			/>
91			<Tool
92				Name="VCFxCopTool"
93			/>
94			<Tool
95				Name="VCAppVerifierTool"
96			/>
97			<Tool
98				Name="VCPostBuildEventTool"
99			/>
100		</Configuration>
101		<Configuration
102			Name="Release|Win32"
103			OutputDirectory=".\Debug"
104			IntermediateDirectory=".\Debug"
105			ConfigurationType="1"
106			CharacterSet="0"
107			WholeProgramOptimization="0"
108			>
109			<Tool
110				Name="VCPreBuildEventTool"
111			/>
112			<Tool
113				Name="VCCustomBuildTool"
114			/>
115			<Tool
116				Name="VCXMLDataGeneratorTool"
117			/>
118			<Tool
119				Name="VCWebServiceProxyGeneratorTool"
120			/>
121			<Tool
122				Name="VCMIDLTool"
123			/>
124			<Tool
125				Name="VCCLCompilerTool"
126				Optimization="2"
127				EnableIntrinsicFunctions="true"
128				AdditionalIncludeDirectories="..\..\sdlgfx;&quot;..\..\SDL-1.2.14\include&quot;"
129				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
130				RuntimeLibrary="2"
131				EnableFunctionLevelLinking="false"
132				UsePrecompiledHeader="0"
133				WarningLevel="3"
134				DebugInformationFormat="3"
135				CompileAs="0"
136				OmitDefaultLibName="false"
137			/>
138			<Tool
139				Name="VCManagedResourceCompilerTool"
140			/>
141			<Tool
142				Name="VCResourceCompilerTool"
143			/>
144			<Tool
145				Name="VCPreLinkEventTool"
146			/>
147			<Tool
148				Name="VCLinkerTool"
149				AdditionalDependencies="SDL.lib SDLmain.lib SDL_gfx.lib"
150				LinkIncremental="2"
151				AdditionalLibraryDirectories="..\..\sdlgfx\Debug;&quot;..\..\SDL-1.2.14\VisualC\SDLmain\Debug&quot;;&quot;..\..\SDL-1.2.14\VisualC\SDL\Debug&quot;"
152				GenerateDebugInformation="true"
153				SubSystem="2"
154				OptimizeReferences="2"
155				EnableCOMDATFolding="2"
156				EntryPointSymbol=""
157				RandomizedBaseAddress="1"
158				DataExecutionPrevention="0"
159				TargetMachine="0"
160			/>
161			<Tool
162				Name="VCALinkTool"
163			/>
164			<Tool
165				Name="VCManifestTool"
166			/>
167			<Tool
168				Name="VCXDCMakeTool"
169			/>
170			<Tool
171				Name="VCBscMakeTool"
172			/>
173			<Tool
174				Name="VCFxCopTool"
175			/>
176			<Tool
177				Name="VCAppVerifierTool"
178			/>
179			<Tool
180				Name="VCPostBuildEventTool"
181			/>
182		</Configuration>
183	</Configurations>
184	<References>
185	</References>
186	<Files>
187		<Filter
188			Name="Source Files"
189			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
190			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
191			>
192			<File
193				RelativePath="TestFramerate.c"
194				>
195			</File>
196		</Filter>
197	</Files>
198	<Globals>
199	</Globals>
200</VisualStudioProject>
201