Mercurial > sdl-ios-xcode
comparison VisualC/tests/testgl2/testgl2_VS2005.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 | VisualC/tests/testgl2/testgl2.vcproj@d63e9f5944ae |
children |
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="8.00" | |
5 Name="testgl2" | |
6 ProjectGUID="{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}" | |
7 > | |
8 <Platforms> | |
9 <Platform | |
10 Name="Win32" | |
11 /> | |
12 </Platforms> | |
13 <ToolFiles> | |
14 </ToolFiles> | |
15 <Configurations> | |
16 <Configuration | |
17 Name="Debug|Win32" | |
18 OutputDirectory=".\Debug" | |
19 IntermediateDirectory=".\Debug" | |
20 ConfigurationType="1" | |
21 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" | |
22 UseOfMFC="0" | |
23 ATLMinimizesCRunTimeLibraryUsage="false" | |
24 > | |
25 <Tool | |
26 Name="VCPreBuildEventTool" | |
27 /> | |
28 <Tool | |
29 Name="VCCustomBuildTool" | |
30 /> | |
31 <Tool | |
32 Name="VCXMLDataGeneratorTool" | |
33 /> | |
34 <Tool | |
35 Name="VCWebServiceProxyGeneratorTool" | |
36 /> | |
37 <Tool | |
38 Name="VCMIDLTool" | |
39 PreprocessorDefinitions="_DEBUG" | |
40 MkTypLibCompatible="true" | |
41 SuppressStartupBanner="true" | |
42 TargetEnvironment="1" | |
43 TypeLibraryName=".\Debug/testgl2.tlb" | |
44 /> | |
45 <Tool | |
46 Name="VCCLCompilerTool" | |
47 Optimization="0" | |
48 AdditionalIncludeDirectories="..\..\..\include" | |
49 PreprocessorDefinitions="_DEBUG,WIN32,_WINDOWS,HAVE_OPENGL" | |
50 RuntimeLibrary="2" | |
51 UsePrecompiledHeader="0" | |
52 PrecompiledHeaderFile=".\Debug/testgl2.pch" | |
53 AssemblerListingLocation=".\Debug/" | |
54 ObjectFile=".\Debug/" | |
55 ProgramDataBaseFileName=".\Debug/" | |
56 WarningLevel="3" | |
57 SuppressStartupBanner="true" | |
58 DebugInformationFormat="4" | |
59 CompileAs="0" | |
60 /> | |
61 <Tool | |
62 Name="VCManagedResourceCompilerTool" | |
63 /> | |
64 <Tool | |
65 Name="VCResourceCompilerTool" | |
66 PreprocessorDefinitions="_DEBUG" | |
67 Culture="1033" | |
68 /> | |
69 <Tool | |
70 Name="VCPreLinkEventTool" | |
71 /> | |
72 <Tool | |
73 Name="VCLinkerTool" | |
74 AdditionalOptions="/MACHINE:I386" | |
75 AdditionalDependencies="opengl32.lib" | |
76 OutputFile=".\Debug/testgl2.exe" | |
77 LinkIncremental="2" | |
78 SuppressStartupBanner="true" | |
79 GenerateDebugInformation="true" | |
80 ProgramDatabaseFile=".\Debug/testgl2.pdb" | |
81 SubSystem="2" | |
82 /> | |
83 <Tool | |
84 Name="VCALinkTool" | |
85 /> | |
86 <Tool | |
87 Name="VCManifestTool" | |
88 /> | |
89 <Tool | |
90 Name="VCXDCMakeTool" | |
91 /> | |
92 <Tool | |
93 Name="VCBscMakeTool" | |
94 /> | |
95 <Tool | |
96 Name="VCFxCopTool" | |
97 /> | |
98 <Tool | |
99 Name="VCAppVerifierTool" | |
100 /> | |
101 <Tool | |
102 Name="VCWebDeploymentTool" | |
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/testgl2.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/testgl2.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/testgl2.exe" | |
170 LinkIncremental="1" | |
171 SuppressStartupBanner="true" | |
172 ProgramDatabaseFile=".\Release/testgl2.pdb" | |
173 SubSystem="2" | |
174 /> | |
175 <Tool | |
176 Name="VCALinkTool" | |
177 /> | |
178 <Tool | |
179 Name="VCManifestTool" | |
180 /> | |
181 <Tool | |
182 Name="VCXDCMakeTool" | |
183 /> | |
184 <Tool | |
185 Name="VCBscMakeTool" | |
186 /> | |
187 <Tool | |
188 Name="VCFxCopTool" | |
189 /> | |
190 <Tool | |
191 Name="VCAppVerifierTool" | |
192 /> | |
193 <Tool | |
194 Name="VCWebDeploymentTool" | |
195 /> | |
196 <Tool | |
197 Name="VCPostBuildEventTool" | |
198 /> | |
199 </Configuration> | |
200 </Configurations> | |
201 <References> | |
202 </References> | |
203 <Files> | |
204 <File | |
205 RelativePath="..\..\..\test\common.c" | |
206 > | |
207 </File> | |
208 <File | |
209 RelativePath="..\..\Sdl\Debug\SDL.lib" | |
210 > | |
211 </File> | |
212 <File | |
213 RelativePath="..\..\SDLmain\Debug\SDLmain.lib" | |
214 > | |
215 </File> | |
216 <File | |
217 RelativePath="..\..\..\test\testgl2.c" | |
218 > | |
219 </File> | |
220 </Files> | |
221 <Globals> | |
222 </Globals> | |
223 </VisualStudioProject> |