1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9,00"
5	Name="SimpleOpenGL"
6	ProjectGUID="{A53D047C-2C35-44FB-B7DB-2066FE520950}"
7	RootNamespace="SimpleOpenGL"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="131072"
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="$(ConfigurationName)"
22			IntermediateDirectory="$(ConfigurationName)"
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="..\glut;..\..\include"
45				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46				MinimalRebuild="true"
47				BasicRuntimeChecks="3"
48				RuntimeLibrary="3"
49				UsePrecompiledHeader="0"
50				WarningLevel="3"
51				Detect64BitPortabilityProblems="true"
52				DebugInformationFormat="4"
53			/>
54			<Tool
55				Name="VCManagedResourceCompilerTool"
56			/>
57			<Tool
58				Name="VCResourceCompilerTool"
59			/>
60			<Tool
61				Name="VCPreLinkEventTool"
62			/>
63			<Tool
64				Name="VCLinkerTool"
65				AdditionalDependencies="glut32.lib assimp.lib"
66				OutputFile="$(OutDir)\$(ProjectName)_Debug.exe"
67				LinkIncremental="2"
68				AdditionalLibraryDirectories="..\glut;&quot;..\..\lib\assimp_debug-dll_win32&quot;;..\..\bin\debug\"
69				GenerateDebugInformation="true"
70				SubSystem="1"
71				RandomizedBaseAddress="1"
72				DataExecutionPrevention="0"
73				TargetMachine="1"
74			/>
75			<Tool
76				Name="VCALinkTool"
77			/>
78			<Tool
79				Name="VCManifestTool"
80			/>
81			<Tool
82				Name="VCXDCMakeTool"
83			/>
84			<Tool
85				Name="VCBscMakeTool"
86			/>
87			<Tool
88				Name="VCFxCopTool"
89			/>
90			<Tool
91				Name="VCAppVerifierTool"
92			/>
93			<Tool
94				Name="VCPostBuildEventTool"
95				CommandLine="copy &quot;$(ConfigurationName)\$(TargetFileName)&quot; ..\bin&#x0D;&#x0A;copy ..\..\bin\assimp_debug-dll_Win32\Assimp32d.dll ..\bin&#x0D;&#x0A;"
96			/>
97		</Configuration>
98		<Configuration
99			Name="Release|Win32"
100			OutputDirectory="$(ConfigurationName)"
101			IntermediateDirectory="$(ConfigurationName)"
102			ConfigurationType="1"
103			CharacterSet="1"
104			WholeProgramOptimization="1"
105			>
106			<Tool
107				Name="VCPreBuildEventTool"
108			/>
109			<Tool
110				Name="VCCustomBuildTool"
111			/>
112			<Tool
113				Name="VCXMLDataGeneratorTool"
114			/>
115			<Tool
116				Name="VCWebServiceProxyGeneratorTool"
117			/>
118			<Tool
119				Name="VCMIDLTool"
120			/>
121			<Tool
122				Name="VCCLCompilerTool"
123				AdditionalIncludeDirectories="..\glut;..\..\include"
124				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
125				RuntimeLibrary="2"
126				UsePrecompiledHeader="0"
127				WarningLevel="3"
128				Detect64BitPortabilityProblems="true"
129				DebugInformationFormat="3"
130			/>
131			<Tool
132				Name="VCManagedResourceCompilerTool"
133			/>
134			<Tool
135				Name="VCResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCPreLinkEventTool"
139			/>
140			<Tool
141				Name="VCLinkerTool"
142				AdditionalDependencies="glut32.lib assimp.lib"
143				LinkIncremental="1"
144				AdditionalLibraryDirectories="..\glut;&quot;..\..\lib\assimp_release-dll_win32&quot;"
145				GenerateDebugInformation="true"
146				SubSystem="1"
147				OptimizeReferences="2"
148				EnableCOMDATFolding="2"
149				RandomizedBaseAddress="1"
150				DataExecutionPrevention="0"
151				TargetMachine="1"
152			/>
153			<Tool
154				Name="VCALinkTool"
155			/>
156			<Tool
157				Name="VCManifestTool"
158			/>
159			<Tool
160				Name="VCXDCMakeTool"
161			/>
162			<Tool
163				Name="VCBscMakeTool"
164			/>
165			<Tool
166				Name="VCFxCopTool"
167			/>
168			<Tool
169				Name="VCAppVerifierTool"
170			/>
171			<Tool
172				Name="VCPostBuildEventTool"
173				CommandLine="copy &quot;$(ConfigurationName)\$(TargetFileName)&quot; ..\bin&#x0D;&#x0A;copy ..\..\bin\assimp_release-dll_Win32\Assimp32.dll ..\bin&#x0D;&#x0A;"
174			/>
175		</Configuration>
176	</Configurations>
177	<References>
178	</References>
179	<Files>
180		<Filter
181			Name="res"
182			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
183			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
184			>
185		</Filter>
186		<Filter
187			Name="source"
188			Filter="h;hpp;hxx;hm;inl;inc;xsd"
189			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
190			>
191			<File
192				RelativePath="Sample_SimpleOpenGL.c"
193				>
194			</File>
195		</Filter>
196	</Files>
197	<Globals>
198	</Globals>
199</VisualStudioProject>
200