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

Revision 3258, 4.8 KB checked in by mattausch, 15 years ago (diff)

worked on new method

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)\$(ConfigurationName)"
21                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
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                                TargetMachine="1"
72                        />
73                        <Tool
74                                Name="VCALinkTool"
75                        />
76                        <Tool
77                                Name="VCManifestTool"
78                        />
79                        <Tool
80                                Name="VCXDCMakeTool"
81                        />
82                        <Tool
83                                Name="VCBscMakeTool"
84                        />
85                        <Tool
86                                Name="VCFxCopTool"
87                        />
88                        <Tool
89                                Name="VCAppVerifierTool"
90                        />
91                        <Tool
92                                Name="VCWebDeploymentTool"
93                        />
94                        <Tool
95                                Name="VCPostBuildEventTool"
96                        />
97                </Configuration>
98                <Configuration
99                        Name="Release|Win32"
100                        OutputDirectory="$(SolutionDir)\$(ProjectName)\$(ConfigurationName)"
101                        IntermediateDirectory="$(ConfigurationName)\$(ProjectName)"
102                        ConfigurationType="1"
103                        CharacterSet="1"
104                        WholeProgramOptimization="1"
105                        >
106                        <Tool
107                                Name="VCPreBuildEventTool"
108                        />
109                        <Tool
110                                Name="VCCustomBuildTool"
111                        />
112                        <Tool
113                                Name="VCXMLDataGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCWebServiceProxyGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCMIDLTool"
120                        />
121                        <Tool
122                                Name="VCCLCompilerTool"
123                                AdditionalOptions=" /D &quot;_CRT_SECURE_NO_WARNINGS&quot;"
124                                AdditionalIncludeDirectories="libs\Zlib\include"
125                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
126                                RuntimeLibrary="2"
127                                UsePrecompiledHeader="0"
128                                WarningLevel="3"
129                                Detect64BitPortabilityProblems="true"
130                                DebugInformationFormat="3"
131                        />
132                        <Tool
133                                Name="VCManagedResourceCompilerTool"
134                        />
135                        <Tool
136                                Name="VCResourceCompilerTool"
137                        />
138                        <Tool
139                                Name="VCPreLinkEventTool"
140                        />
141                        <Tool
142                                Name="VCLinkerTool"
143                                AdditionalDependencies="zlib.lib"
144                                LinkIncremental="1"
145                                AdditionalLibraryDirectories="libs\Zlib\lib"
146                                IgnoreDefaultLibraryNames="libCMT"
147                                GenerateDebugInformation="true"
148                                SubSystem="1"
149                                OptimizeReferences="2"
150                                EnableCOMDATFolding="2"
151                                TargetMachine="1"
152                        />
153                        <Tool
154                                Name="VCALinkTool"
155                        />
156                        <Tool
157                                Name="VCManifestTool"
158                        />
159                        <Tool
160                                Name="VCXDCMakeTool"
161                        />
162                        <Tool
163                                Name="VCBscMakeTool"
164                        />
165                        <Tool
166                                Name="VCFxCopTool"
167                        />
168                        <Tool
169                                Name="VCAppVerifierTool"
170                        />
171                        <Tool
172                                Name="VCWebDeploymentTool"
173                        />
174                        <Tool
175                                Name="VCPostBuildEventTool"
176                        />
177                </Configuration>
178        </Configurations>
179        <References>
180        </References>
181        <Files>
182                <Filter
183                        Name="Source Files"
184                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186                        >
187                        <File
188                                RelativePath=".\Converter\gzstream.cpp"
189                                >
190                        </File>
191                        <File
192                                RelativePath=".\Converter\main.cpp"
193                                >
194                        </File>
195                        <File
196                                RelativePath=".\Converter\ObjConverter.cpp"
197                                >
198                        </File>
199                        <File
200                                RelativePath=".\Converter\SimpleTri.cpp"
201                                >
202                        </File>
203                        <File
204                                RelativePath=".\Converter\SimpleVec.cpp"
205                                >
206                        </File>
207                </Filter>
208                <Filter
209                        Name="Header Files"
210                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
211                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
212                        >
213                        <File
214                                RelativePath=".\Converter\gzstream.h"
215                                >
216                        </File>
217                        <File
218                                RelativePath=".\Converter\ObjConverter.h"
219                                >
220                        </File>
221                        <File
222                                RelativePath=".\Converter\SimpleTri.h"
223                                >
224                        </File>
225                        <File
226                                RelativePath=".\Converter\SimpleVec.h"
227                                >
228                        </File>
229                </Filter>
230        </Files>
231        <Globals>
232        </Globals>
233</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.