source: GTP/trunk/App/Demos/Vis/FriendlyCulling/Converter.vcproj @ 3357

Revision 3357, 5.7 KB checked in by mattausch, 15 years ago (diff)
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="Converter"
6        ProjectGUID="{93A522E1-76F0-4D46-9C97-30DC2DDB531D}"
7        RootNamespace="Converter"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)\$(ProjectName)\bin\$(ConfigurationName)"
21                        IntermediateDirectory="$(SolutionDir)\$(ProjectName)\obj\$(ConfigurationName)"
22                        ConfigurationType="1"
23                        CharacterSet="1"
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                                AdditionalOptions=" /D &quot;_CRT_SECURE_NO_WARNINGS&quot;"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="libs\Zlib\include"
45                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46                                MinimalRebuild="true"
47                                BasicRuntimeChecks="3"
48                                RuntimeLibrary="3"
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                        />
60                        <Tool
61                                Name="VCPreLinkEventTool"
62                        />
63                        <Tool
64                                Name="VCLinkerTool"
65                                AdditionalDependencies="zlib.lib"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="libs\Zlib\lib"
68                                IgnoreDefaultLibraryNames="libCMT"
69                                GenerateDebugInformation="true"
70                                SubSystem="1"
71                                LargeAddressAware="2"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="$(SolutionDir)\$(ProjectName)\bin\$(ConfigurationName)"
102                        IntermediateDirectory="$(SolutionDir)\$(ProjectName)\obj\$(ConfigurationName)"
103                        ConfigurationType="1"
104                        CharacterSet="1"
105                        WholeProgramOptimization="1"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                AdditionalOptions=" /D &quot;_CRT_SECURE_NO_WARNINGS&quot;"
125                                Optimization="3"
126                                InlineFunctionExpansion="2"
127                                EnableIntrinsicFunctions="true"
128                                FavorSizeOrSpeed="1"
129                                OmitFramePointers="true"
130                                EnableFiberSafeOptimizations="true"
131                                AdditionalIncludeDirectories="libs\Zlib\include"
132                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
133                                StringPooling="true"
134                                RuntimeLibrary="2"
135                                BufferSecurityCheck="false"
136                                EnableEnhancedInstructionSet="2"
137                                RuntimeTypeInfo="false"
138                                UsePrecompiledHeader="0"
139                                WarningLevel="3"
140                                Detect64BitPortabilityProblems="true"
141                                DebugInformationFormat="3"
142                        />
143                        <Tool
144                                Name="VCManagedResourceCompilerTool"
145                        />
146                        <Tool
147                                Name="VCResourceCompilerTool"
148                        />
149                        <Tool
150                                Name="VCPreLinkEventTool"
151                        />
152                        <Tool
153                                Name="VCLinkerTool"
154                                AdditionalDependencies="zlib.lib"
155                                LinkIncremental="1"
156                                AdditionalLibraryDirectories="libs\Zlib\lib"
157                                IgnoreDefaultLibraryNames="libCMT"
158                                GenerateDebugInformation="true"
159                                SubSystem="1"
160                                LargeAddressAware="2"
161                                OptimizeReferences="2"
162                                EnableCOMDATFolding="2"
163                                TargetMachine="1"
164                        />
165                        <Tool
166                                Name="VCALinkTool"
167                        />
168                        <Tool
169                                Name="VCManifestTool"
170                        />
171                        <Tool
172                                Name="VCXDCMakeTool"
173                        />
174                        <Tool
175                                Name="VCBscMakeTool"
176                        />
177                        <Tool
178                                Name="VCFxCopTool"
179                        />
180                        <Tool
181                                Name="VCAppVerifierTool"
182                        />
183                        <Tool
184                                Name="VCWebDeploymentTool"
185                        />
186                        <Tool
187                                Name="VCPostBuildEventTool"
188                        />
189                </Configuration>
190        </Configurations>
191        <References>
192        </References>
193        <Files>
194                <Filter
195                        Name="Source Files"
196                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
197                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
198                        >
199                        <File
200                                RelativePath=".\Converter\gzstream.cpp"
201                                >
202                        </File>
203                        <File
204                                RelativePath=".\Converter\main.cpp"
205                                >
206                        </File>
207                        <File
208                                RelativePath=".\Converter\ObjConverter.cpp"
209                                >
210                        </File>
211                        <File
212                                RelativePath=".\Converter\ObjConverter2.cpp"
213                                >
214                        </File>
215                        <File
216                                RelativePath=".\Converter\PlyConverter.cpp"
217                                >
218                        </File>
219                        <File
220                                RelativePath=".\Converter\rply.c"
221                                >
222                        </File>
223                        <File
224                                RelativePath=".\Converter\SimpleTri.cpp"
225                                >
226                        </File>
227                        <File
228                                RelativePath=".\Converter\SimpleVec.cpp"
229                                >
230                        </File>
231                </Filter>
232                <Filter
233                        Name="Header Files"
234                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
235                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
236                        >
237                        <File
238                                RelativePath=".\Converter\gzstream.h"
239                                >
240                        </File>
241                        <File
242                                RelativePath=".\Converter\ObjConverter.h"
243                                >
244                        </File>
245                        <File
246                                RelativePath=".\Converter\ObjConverter2.h"
247                                >
248                        </File>
249                        <File
250                                RelativePath=".\Converter\PlyConverter.h"
251                                >
252                        </File>
253                        <File
254                                RelativePath=".\Converter\rply.h"
255                                >
256                        </File>
257                        <File
258                                RelativePath=".\Converter\SimpleTri.h"
259                                >
260                        </File>
261                        <File
262                                RelativePath=".\Converter\SimpleVec.h"
263                                >
264                        </File>
265                </Filter>
266        </Files>
267        <Globals>
268        </Globals>
269</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.