comparison VisualC/tests/testgl/testgl_VS2008.vcproj @ 4479:223ab94286a3

Split out the Visual C++ 2005 and 2008 projects explicitly. Added the test programs to the Visual C++ 2008 project.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 05 Jul 2010 17:10:34 -0700
parents
children 92e65e3041c2
comparison
equal deleted inserted replaced
4478:c84712de8433 4479:223ab94286a3
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="9.00"
5 Name="testgl"
6 ProjectGUID="{272D976B-A1DF-4DEB-BD7F-5C0D330E0C7D}"
7 TargetFrameworkVersion="131072"
8 >
9 <Platforms>
10 <Platform
11 Name="Win32"
12 />
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory=".\Debug"
20 IntermediateDirectory=".\Debug"
21 ConfigurationType="1"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23 UseOfMFC="0"
24 ATLMinimizesCRunTimeLibraryUsage="false"
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 PreprocessorDefinitions="_DEBUG"
41 MkTypLibCompatible="true"
42 SuppressStartupBanner="true"
43 TargetEnvironment="1"
44 TypeLibraryName=".\Debug/testgl.tlb"
45 />
46 <Tool
47 Name="VCCLCompilerTool"
48 Optimization="0"
49 AdditionalIncludeDirectories="..\..\..\include"
50 PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
51 RuntimeLibrary="2"
52 UsePrecompiledHeader="0"
53 PrecompiledHeaderFile=".\Debug/testgl.pch"
54 AssemblerListingLocation=".\Debug/"
55 ObjectFile=".\Debug/"
56 ProgramDataBaseFileName=".\Debug/"
57 WarningLevel="3"
58 SuppressStartupBanner="true"
59 DebugInformationFormat="4"
60 CompileAs="0"
61 />
62 <Tool
63 Name="VCManagedResourceCompilerTool"
64 />
65 <Tool
66 Name="VCResourceCompilerTool"
67 PreprocessorDefinitions="_DEBUG"
68 Culture="1033"
69 />
70 <Tool
71 Name="VCPreLinkEventTool"
72 />
73 <Tool
74 Name="VCLinkerTool"
75 AdditionalOptions="/MACHINE:I386"
76 AdditionalDependencies="opengl32.lib"
77 OutputFile=".\Debug/testgl.exe"
78 LinkIncremental="2"
79 SuppressStartupBanner="true"
80 GenerateDebugInformation="true"
81 ProgramDatabaseFile=".\Debug/testgl.pdb"
82 SubSystem="2"
83 RandomizedBaseAddress="1"
84 DataExecutionPrevention="0"
85 />
86 <Tool
87 Name="VCALinkTool"
88 />
89 <Tool
90 Name="VCManifestTool"
91 />
92 <Tool
93 Name="VCXDCMakeTool"
94 />
95 <Tool
96 Name="VCBscMakeTool"
97 />
98 <Tool
99 Name="VCFxCopTool"
100 />
101 <Tool
102 Name="VCAppVerifierTool"
103 />
104 <Tool
105 Name="VCPostBuildEventTool"
106 />
107 </Configuration>
108 <Configuration
109 Name="Release|Win32"
110 OutputDirectory=".\Release"
111 IntermediateDirectory=".\Release"
112 ConfigurationType="1"
113 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
114 UseOfMFC="0"
115 ATLMinimizesCRunTimeLibraryUsage="false"
116 >
117 <Tool
118 Name="VCPreBuildEventTool"
119 />
120 <Tool
121 Name="VCCustomBuildTool"
122 />
123 <Tool
124 Name="VCXMLDataGeneratorTool"
125 />
126 <Tool
127 Name="VCWebServiceProxyGeneratorTool"
128 />
129 <Tool
130 Name="VCMIDLTool"
131 PreprocessorDefinitions="NDEBUG"
132 MkTypLibCompatible="true"
133 SuppressStartupBanner="true"
134 TargetEnvironment="1"
135 TypeLibraryName=".\Release/testgl.tlb"
136 />
137 <Tool
138 Name="VCCLCompilerTool"
139 InlineFunctionExpansion="1"
140 AdditionalIncludeDirectories="..\..\..\include"
141 PreprocessorDefinitions="NDEBUG,WIN32,_WINDOWS,HAVE_OPENGL"
142 StringPooling="true"
143 RuntimeLibrary="2"
144 EnableFunctionLevelLinking="true"
145 UsePrecompiledHeader="0"
146 PrecompiledHeaderFile=".\Release/testgl.pch"
147 AssemblerListingLocation=".\Release/"
148 ObjectFile=".\Release/"
149 ProgramDataBaseFileName=".\Release/"
150 WarningLevel="3"
151 SuppressStartupBanner="true"
152 CompileAs="0"
153 />
154 <Tool
155 Name="VCManagedResourceCompilerTool"
156 />
157 <Tool
158 Name="VCResourceCompilerTool"
159 PreprocessorDefinitions="NDEBUG"
160 Culture="1033"
161 />
162 <Tool
163 Name="VCPreLinkEventTool"
164 />
165 <Tool
166 Name="VCLinkerTool"
167 AdditionalOptions="/MACHINE:I386"
168 AdditionalDependencies="opengl32.lib"
169 OutputFile=".\Release/testgl.exe"
170 LinkIncremental="1"
171 SuppressStartupBanner="true"
172 ProgramDatabaseFile=".\Release/testgl.pdb"
173 SubSystem="2"
174 RandomizedBaseAddress="1"
175 DataExecutionPrevention="0"
176 />
177 <Tool
178 Name="VCALinkTool"
179 />
180 <Tool
181 Name="VCManifestTool"
182 />
183 <Tool
184 Name="VCXDCMakeTool"
185 />
186 <Tool
187 Name="VCBscMakeTool"
188 />
189 <Tool
190 Name="VCFxCopTool"
191 />
192 <Tool
193 Name="VCAppVerifierTool"
194 />
195 <Tool
196 Name="VCPostBuildEventTool"
197 />
198 </Configuration>
199 </Configurations>
200 <References>
201 </References>
202 <Files>
203 <File
204 RelativePath="..\..\Sdl\Debug\SDL.lib"
205 >
206 </File>
207 <File
208 RelativePath="..\..\SDLmain\Debug\SDLmain.lib"
209 >
210 </File>
211 <File
212 RelativePath="..\..\..\test\testgl.c"
213 >
214 </File>
215 </Files>
216 <Globals>
217 </Globals>
218 </VisualStudioProject>