root/trunk/win/VC80/g3dlite.vcproj @ 88

Revision 86, 10.6 kB (checked in by yumileroy, 17 years ago)

[svn] Change MSVC project files to use multithreaded (debug) dll runtime libraries. Hopefully this will solve the problems with ACE. Original patch by Derex.

Original author: w12x
Date: 2008-10-21 06:23:46-05:00

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="g3dlite"
6        ProjectGUID="{8072769E-CF10-48BF-B9E1-12752A5DAC6E}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13                <Platform
14                        Name="x64"
15                />
16        </Platforms>
17        <ToolFiles>
18        </ToolFiles>
19        <Configurations>
20                <Configuration
21                        Name="Debug|Win32"
22                        OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
23                        IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
24                        ConfigurationType="4"
25                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                        CharacterSet="2"
27                        >
28                        <Tool
29                                Name="VCPreBuildEventTool"
30                        />
31                        <Tool
32                                Name="VCCustomBuildTool"
33                        />
34                        <Tool
35                                Name="VCXMLDataGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCWebServiceProxyGeneratorTool"
39                        />
40                        <Tool
41                                Name="VCMIDLTool"
42                        />
43                        <Tool
44                                Name="VCCLCompilerTool"
45                                AdditionalOptions="/MP"
46                                Optimization="0"
47                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
48                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
49                                MinimalRebuild="false"
50                                BasicRuntimeChecks="3"
51                                RuntimeLibrary="3"
52                                BufferSecurityCheck="true"
53                                UsePrecompiledHeader="0"
54                                AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
55                                ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
56                                ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
57                                WarningLevel="3"
58                                Detect64BitPortabilityProblems="true"
59                                DebugInformationFormat="4"
60                        />
61                        <Tool
62                                Name="VCManagedResourceCompilerTool"
63                        />
64                        <Tool
65                                Name="VCResourceCompilerTool"
66                        />
67                        <Tool
68                                Name="VCPreLinkEventTool"
69                        />
70                        <Tool
71                                Name="VCLibrarianTool"
72                                OutputFile="$(OutDir)/g3dlite.lib"
73                                IgnoreAllDefaultLibraries="true"
74                        />
75                        <Tool
76                                Name="VCALinkTool"
77                        />
78                        <Tool
79                                Name="VCXDCMakeTool"
80                        />
81                        <Tool
82                                Name="VCBscMakeTool"
83                        />
84                        <Tool
85                                Name="VCFxCopTool"
86                        />
87                        <Tool
88                                Name="VCPostBuildEventTool"
89                        />
90                </Configuration>
91                <Configuration
92                        Name="Debug|x64"
93                        OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
94                        IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
95                        ConfigurationType="4"
96                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
97                        CharacterSet="2"
98                        >
99                        <Tool
100                                Name="VCPreBuildEventTool"
101                        />
102                        <Tool
103                                Name="VCCustomBuildTool"
104                        />
105                        <Tool
106                                Name="VCXMLDataGeneratorTool"
107                        />
108                        <Tool
109                                Name="VCWebServiceProxyGeneratorTool"
110                        />
111                        <Tool
112                                Name="VCMIDLTool"
113                                TargetEnvironment="3"
114                        />
115                        <Tool
116                                Name="VCCLCompilerTool"
117                                AdditionalOptions="/MP"
118                                Optimization="0"
119                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
120                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
121                                MinimalRebuild="false"
122                                BasicRuntimeChecks="3"
123                                RuntimeLibrary="3"
124                                BufferSecurityCheck="true"
125                                UsePrecompiledHeader="0"
126                                AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
127                                ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
128                                ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
129                                WarningLevel="3"
130                                Detect64BitPortabilityProblems="true"
131                                DebugInformationFormat="3"
132                        />
133                        <Tool
134                                Name="VCManagedResourceCompilerTool"
135                        />
136                        <Tool
137                                Name="VCResourceCompilerTool"
138                        />
139                        <Tool
140                                Name="VCPreLinkEventTool"
141                        />
142                        <Tool
143                                Name="VCLibrarianTool"
144                                OutputFile="$(OutDir)/g3dlite.lib"
145                                IgnoreAllDefaultLibraries="true"
146                        />
147                        <Tool
148                                Name="VCALinkTool"
149                        />
150                        <Tool
151                                Name="VCXDCMakeTool"
152                        />
153                        <Tool
154                                Name="VCBscMakeTool"
155                        />
156                        <Tool
157                                Name="VCFxCopTool"
158                        />
159                        <Tool
160                                Name="VCPostBuildEventTool"
161                        />
162                </Configuration>
163                <Configuration
164                        Name="Release|Win32"
165                        OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
166                        IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
167                        ConfigurationType="4"
168                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
169                        CharacterSet="2"
170                        >
171                        <Tool
172                                Name="VCPreBuildEventTool"
173                        />
174                        <Tool
175                                Name="VCCustomBuildTool"
176                        />
177                        <Tool
178                                Name="VCXMLDataGeneratorTool"
179                        />
180                        <Tool
181                                Name="VCWebServiceProxyGeneratorTool"
182                        />
183                        <Tool
184                                Name="VCMIDLTool"
185                        />
186                        <Tool
187                                Name="VCCLCompilerTool"
188                                AdditionalOptions="/MP"
189                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
190                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
191                                RuntimeLibrary="2"
192                                EnableEnhancedInstructionSet="1"
193                                FloatingPointModel="2"
194                                UsePrecompiledHeader="0"
195                                AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
196                                ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
197                                ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
198                                WarningLevel="3"
199                                Detect64BitPortabilityProblems="true"
200                                DebugInformationFormat="3"
201                        />
202                        <Tool
203                                Name="VCManagedResourceCompilerTool"
204                        />
205                        <Tool
206                                Name="VCResourceCompilerTool"
207                        />
208                        <Tool
209                                Name="VCPreLinkEventTool"
210                        />
211                        <Tool
212                                Name="VCLibrarianTool"
213                                OutputFile="$(OutDir)/g3dlite.lib"
214                                IgnoreAllDefaultLibraries="true"
215                        />
216                        <Tool
217                                Name="VCALinkTool"
218                        />
219                        <Tool
220                                Name="VCXDCMakeTool"
221                        />
222                        <Tool
223                                Name="VCBscMakeTool"
224                        />
225                        <Tool
226                                Name="VCFxCopTool"
227                        />
228                        <Tool
229                                Name="VCPostBuildEventTool"
230                        />
231                </Configuration>
232                <Configuration
233                        Name="Release|x64"
234                        OutputDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
235                        IntermediateDirectory=".\g3dlite__$(PlatformName)_$(ConfigurationName)"
236                        ConfigurationType="4"
237                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
238                        CharacterSet="2"
239                        >
240                        <Tool
241                                Name="VCPreBuildEventTool"
242                        />
243                        <Tool
244                                Name="VCCustomBuildTool"
245                        />
246                        <Tool
247                                Name="VCXMLDataGeneratorTool"
248                        />
249                        <Tool
250                                Name="VCWebServiceProxyGeneratorTool"
251                        />
252                        <Tool
253                                Name="VCMIDLTool"
254                                TargetEnvironment="3"
255                        />
256                        <Tool
257                                Name="VCCLCompilerTool"
258                                AdditionalOptions="/MP"
259                                AdditionalIncludeDirectories="..\..\dep\include\g3dlite"
260                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
261                                RuntimeLibrary="2"
262                                EnableEnhancedInstructionSet="0"
263                                FloatingPointModel="2"
264                                UsePrecompiledHeader="0"
265                                AssemblerListingLocation=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
266                                ObjectFile=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
267                                ProgramDataBaseFileName=".\g3dlite__$(PlatformName)_$(ConfigurationName)\"
268                                WarningLevel="3"
269                                Detect64BitPortabilityProblems="true"
270                                DebugInformationFormat="3"
271                        />
272                        <Tool
273                                Name="VCManagedResourceCompilerTool"
274                        />
275                        <Tool
276                                Name="VCResourceCompilerTool"
277                        />
278                        <Tool
279                                Name="VCPreLinkEventTool"
280                        />
281                        <Tool
282                                Name="VCLibrarianTool"
283                                OutputFile="$(OutDir)/g3dlite.lib"
284                                IgnoreAllDefaultLibraries="true"
285                        />
286                        <Tool
287                                Name="VCALinkTool"
288                        />
289                        <Tool
290                                Name="VCXDCMakeTool"
291                        />
292                        <Tool
293                                Name="VCBscMakeTool"
294                        />
295                        <Tool
296                                Name="VCFxCopTool"
297                        />
298                        <Tool
299                                Name="VCPostBuildEventTool"
300                        />
301                </Configuration>
302        </Configurations>
303        <References>
304        </References>
305        <Files>
306                <Filter
307                        Name="Header Files"
308                        >
309                        <File
310                                RelativePath="..\..\dep\include\g3dlite\G3D\AABox.h"
311                                >
312                        </File>
313                        <File
314                                RelativePath="..\..\dep\include\g3dlite\G3D\Array.h"
315                                >
316                        </File>
317                        <File
318                                RelativePath="..\..\dep\include\g3dlite\G3D\Box.h"
319                                >
320                        </File>
321                        <File
322                                RelativePath="..\..\dep\include\g3dlite\G3D\CollisionDetection.h"
323                                >
324                        </File>
325                        <File
326                                RelativePath="..\..\dep\include\g3dlite\G3D\CoordinateFrame.h"
327                                >
328                        </File>
329                        <File
330                                RelativePath="..\..\dep\include\g3dlite\G3D\Crypto.h"
331                                >
332                        </File>
333                        <File
334                                RelativePath="..\..\dep\include\g3dlite\G3D\debug.h"
335                                >
336                        </File>
337                        <File
338                                RelativePath="..\..\dep\include\g3dlite\G3D\format.h"
339                                >
340                        </File>
341                        <File
342                                RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.h"
343                                >
344                        </File>
345                        <File
346                                RelativePath="..\..\dep\include\g3dlite\G3D\g3dmath.inl"
347                                >
348                        </File>
349                        <File
350                                RelativePath="..\..\dep\include\g3dlite\G3D\GCamera.h"
351                                >
352                        </File>
353                        <File
354                                RelativePath="..\..\dep\include\g3dlite\G3D\Line.h"
355                                >
356                        </File>
357                        <File
358                                RelativePath="..\..\dep\include\g3dlite\G3D\Matrix3.h"
359                                >
360                        </File>
361                        <File
362                                RelativePath="..\..\dep\include\g3dlite\G3D\Plane.h"
363                                >
364                        </File>
365                        <File
366                                RelativePath="..\..\dep\include\g3dlite\G3D\platform.h"
367                                >
368                        </File>
369                        <File
370                                RelativePath="..\..\dep\include\g3dlite\G3D\Quat.h"
371                                >
372                        </File>
373                        <File
374                                RelativePath="..\..\dep\include\g3dlite\G3D\Quat.inl"
375                                >
376                        </File>
377                        <File
378                                RelativePath="..\..\dep\include\g3dlite\G3D\Ray.h"
379                                >
380                        </File>
381                        <File
382                                RelativePath="..\..\dep\include\g3dlite\G3D\RegistryUtil.h"
383                                >
384                        </File>
385                        <File
386                                RelativePath="..\..\dep\include\g3dlite\G3D\Sphere.h"
387                                >
388                        </File>
389                        <File
390                                RelativePath="..\..\dep\include\g3dlite\G3D\stringutils.h"
391                                >
392                        </File>
393                        <File
394                                RelativePath="..\..\dep\include\g3dlite\G3D\System.h"
395                                >
396                        </File>
397                        <File
398                                RelativePath="..\..\dep\include\g3dlite\G3D\Table.h"
399                                >
400                        </File>
401                        <File
402                                RelativePath="..\..\dep\include\g3dlite\G3D\Triangle.h"
403                                >
404                        </File>
405                        <File
406                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.h"
407                                >
408                        </File>
409                        <File
410                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector2.inl"
411                                >
412                        </File>
413                        <File
414                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector2int16.h"
415                                >
416                        </File>
417                        <File
418                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.h"
419                                >
420                        </File>
421                        <File
422                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector3.inl"
423                                >
424                        </File>
425                        <File
426                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector3int16.h"
427                                >
428                        </File>
429                        <File
430                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.h"
431                                >
432                        </File>
433                        <File
434                                RelativePath="..\..\dep\include\g3dlite\G3D\Vector4.inl"
435                                >
436                        </File>
437                </Filter>
438                <Filter
439                        Name="Source Files"
440                        >
441                        <File
442                                RelativePath="..\..\dep\src\g3dlite\AABox.cpp"
443                                >
444                        </File>
445                        <File
446                                RelativePath="..\..\dep\src\g3dlite\Box.cpp"
447                                >
448                        </File>
449                        <File
450                                RelativePath="..\..\dep\src\g3dlite\Crypto.cpp"
451                                >
452                        </File>
453                        <File
454                                RelativePath="..\..\dep\src\g3dlite\format.cpp"
455                                >
456                        </File>
457                        <File
458                                RelativePath="..\..\dep\src\g3dlite\Matrix3.cpp"
459                                >
460                        </File>
461                        <File
462                                RelativePath="..\..\dep\src\g3dlite\Plane.cpp"
463                                >
464                        </File>
465                        <File
466                                RelativePath="..\..\dep\src\g3dlite\System.cpp"
467                                >
468                        </File>
469                        <File
470                                RelativePath="..\..\dep\src\g3dlite\Triangle.cpp"
471                                >
472                        </File>
473                        <File
474                                RelativePath="..\..\dep\src\g3dlite\Vector3.cpp"
475                                >
476                        </File>
477                        <File
478                                RelativePath="..\..\dep\src\g3dlite\Vector4.cpp"
479                                >
480                        </File>
481                </Filter>
482        </Files>
483        <Globals>
484        </Globals>
485</VisualStudioProject>
Note: See TracBrowser for help on using the browser.