Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/build/vs2005/drawstuff.vcproj @ 216

Last change on this file since 216 was 216, checked in by mathiask, 17 years ago

[Physik] add ode-0.9

File size: 8.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="drawstuff"
6        ProjectGUID="{B855BC68-59AE-BD44-82BB-88183332A6D9}"
7        RootNamespace="drawstuff"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="DebugDLL|Win32"
20                        OutputDirectory="../../lib/DebugDLL"
21                        IntermediateDirectory="obj/drawstuff/DebugDLL"
22                        ConfigurationType="2"
23                        CharacterSet="2"
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                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="../../include"
44                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
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                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL"
60                                AdditionalIncludeDirectories="../../include"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib"
68                                OutputFile="$(OutDir)/drawstuff.dll"
69                                LinkIncremental="2"
70                                AdditionalLibraryDirectories="../../lib/DebugDLL"
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/drawstuff.pdb"
73                                SubSystem="2"
74                                ImportLibrary="../../lib/DebugDLL/drawstuff.lib"
75                                TargetMachine="1"
76                        />
77                        <Tool
78                                Name="VCALinkTool"
79                        />
80                        <Tool
81                                Name="VCManifestTool"
82                        />
83                        <Tool
84                                Name="VCXDCMakeTool"
85                        />
86                        <Tool
87                                Name="VCBscMakeTool"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCWebDeploymentTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                        />
101                </Configuration>
102                <Configuration
103                        Name="ReleaseDLL|Win32"
104                        OutputDirectory="../../lib/ReleaseDLL"
105                        IntermediateDirectory="obj/drawstuff/ReleaseDLL"
106                        ConfigurationType="2"
107                        CharacterSet="2"
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                                OmitFramePointers="true"
128                                AdditionalIncludeDirectories="../../include"
129                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL"
130                                StringPooling="true"
131                                RuntimeLibrary="2"
132                                EnableFunctionLevelLinking="true"
133                                UsePrecompiledHeader="0"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="0"
137                        />
138                        <Tool
139                                Name="VCManagedResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCResourceCompilerTool"
143                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_DLL;USRDLL"
144                                AdditionalIncludeDirectories="../../include"
145                        />
146                        <Tool
147                                Name="VCPreLinkEventTool"
148                        />
149                        <Tool
150                                Name="VCLinkerTool"
151                                AdditionalDependencies="user32.lib opengl32.lib glu32.lib winmm.lib gdi32.lib"
152                                OutputFile="$(OutDir)/drawstuff.dll"
153                                LinkIncremental="1"
154                                AdditionalLibraryDirectories="../../lib/ReleaseDLL"
155                                GenerateDebugInformation="false"
156                                SubSystem="2"
157                                OptimizeReferences="2"
158                                EnableCOMDATFolding="2"
159                                ImportLibrary="../../lib/ReleaseDLL/drawstuff.lib"
160                                TargetMachine="1"
161                        />
162                        <Tool
163                                Name="VCALinkTool"
164                        />
165                        <Tool
166                                Name="VCManifestTool"
167                        />
168                        <Tool
169                                Name="VCXDCMakeTool"
170                        />
171                        <Tool
172                                Name="VCBscMakeTool"
173                        />
174                        <Tool
175                                Name="VCFxCopTool"
176                        />
177                        <Tool
178                                Name="VCAppVerifierTool"
179                        />
180                        <Tool
181                                Name="VCWebDeploymentTool"
182                        />
183                        <Tool
184                                Name="VCPostBuildEventTool"
185                        />
186                </Configuration>
187                <Configuration
188                        Name="DebugLib|Win32"
189                        OutputDirectory="../../lib/DebugLib"
190                        IntermediateDirectory="obj/drawstuff/DebugLib"
191                        ConfigurationType="4"
192                        CharacterSet="2"
193                        >
194                        <Tool
195                                Name="VCPreBuildEventTool"
196                        />
197                        <Tool
198                                Name="VCCustomBuildTool"
199                        />
200                        <Tool
201                                Name="VCXMLDataGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCWebServiceProxyGeneratorTool"
205                        />
206                        <Tool
207                                Name="VCMIDLTool"
208                        />
209                        <Tool
210                                Name="VCCLCompilerTool"
211                                Optimization="0"
212                                AdditionalIncludeDirectories="../../include"
213                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB"
214                                MinimalRebuild="true"
215                                BasicRuntimeChecks="3"
216                                RuntimeLibrary="3"
217                                EnableFunctionLevelLinking="true"
218                                UsePrecompiledHeader="0"
219                                WarningLevel="3"
220                                Detect64BitPortabilityProblems="true"
221                                DebugInformationFormat="4"
222                        />
223                        <Tool
224                                Name="VCManagedResourceCompilerTool"
225                        />
226                        <Tool
227                                Name="VCResourceCompilerTool"
228                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB"
229                                AdditionalIncludeDirectories="../../include"
230                        />
231                        <Tool
232                                Name="VCPreLinkEventTool"
233                        />
234                        <Tool
235                                Name="VCLibrarianTool"
236                                OutputFile="$(OutDir)/drawstuff.lib"
237                        />
238                        <Tool
239                                Name="VCALinkTool"
240                        />
241                        <Tool
242                                Name="VCManifestTool"
243                        />
244                        <Tool
245                                Name="VCXDCMakeTool"
246                        />
247                        <Tool
248                                Name="VCBscMakeTool"
249                        />
250                        <Tool
251                                Name="VCFxCopTool"
252                        />
253                        <Tool
254                                Name="VCAppVerifierTool"
255                        />
256                        <Tool
257                                Name="VCWebDeploymentTool"
258                        />
259                        <Tool
260                                Name="VCPostBuildEventTool"
261                        />
262                </Configuration>
263                <Configuration
264                        Name="ReleaseLib|Win32"
265                        OutputDirectory="../../lib/ReleaseLib"
266                        IntermediateDirectory="obj/drawstuff/ReleaseLib"
267                        ConfigurationType="4"
268                        CharacterSet="2"
269                        >
270                        <Tool
271                                Name="VCPreBuildEventTool"
272                        />
273                        <Tool
274                                Name="VCCustomBuildTool"
275                        />
276                        <Tool
277                                Name="VCXMLDataGeneratorTool"
278                        />
279                        <Tool
280                                Name="VCWebServiceProxyGeneratorTool"
281                        />
282                        <Tool
283                                Name="VCMIDLTool"
284                        />
285                        <Tool
286                                Name="VCCLCompilerTool"
287                                Optimization="2"
288                                OmitFramePointers="true"
289                                AdditionalIncludeDirectories="../../include"
290                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB"
291                                StringPooling="true"
292                                RuntimeLibrary="2"
293                                EnableFunctionLevelLinking="true"
294                                UsePrecompiledHeader="0"
295                                WarningLevel="3"
296                                Detect64BitPortabilityProblems="true"
297                                DebugInformationFormat="0"
298                        />
299                        <Tool
300                                Name="VCManagedResourceCompilerTool"
301                        />
302                        <Tool
303                                Name="VCResourceCompilerTool"
304                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;DS_LIB"
305                                AdditionalIncludeDirectories="../../include"
306                        />
307                        <Tool
308                                Name="VCPreLinkEventTool"
309                        />
310                        <Tool
311                                Name="VCLibrarianTool"
312                                OutputFile="$(OutDir)/drawstuff.lib"
313                        />
314                        <Tool
315                                Name="VCALinkTool"
316                        />
317                        <Tool
318                                Name="VCManifestTool"
319                        />
320                        <Tool
321                                Name="VCXDCMakeTool"
322                        />
323                        <Tool
324                                Name="VCBscMakeTool"
325                        />
326                        <Tool
327                                Name="VCFxCopTool"
328                        />
329                        <Tool
330                                Name="VCAppVerifierTool"
331                        />
332                        <Tool
333                                Name="VCWebDeploymentTool"
334                        />
335                        <Tool
336                                Name="VCPostBuildEventTool"
337                        />
338                </Configuration>
339        </Configurations>
340        <References>
341        </References>
342        <Files>
343                <Filter
344                        Name="include"
345                        Filter=""
346                        >
347                        <Filter
348                                Name="drawstuff"
349                                Filter=""
350                                >
351                                <File
352                                        RelativePath="..\..\include\drawstuff\drawstuff.h">
353                                </File>
354                                <File
355                                        RelativePath="..\..\include\drawstuff\version.h">
356                                </File>
357                        </Filter>
358                </Filter>
359                <Filter
360                        Name="drawstuff"
361                        Filter=""
362                        >
363                        <Filter
364                                Name="src"
365                                Filter=""
366                                >
367                                <File
368                                        RelativePath="..\..\drawstuff\src\internal.h">
369                                </File>
370                                <File
371                                        RelativePath="..\..\drawstuff\src\drawstuff.cpp">
372                                </File>
373                                <File
374                                        RelativePath="..\..\drawstuff\src\resource.h">
375                                </File>
376                                <File
377                                        RelativePath="..\..\drawstuff\src\resources.rc">
378                                </File>
379                                <File
380                                        RelativePath="..\..\drawstuff\src\windows.cpp">
381                                </File>
382                        </Filter>
383                </Filter>
384        </Files>
385        <Globals>
386        </Globals>
387</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.