root/trunk/win/VC90/g3dlite.vcproj @ 250

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