111 |
bj |
1 |
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
2 |
<VisualStudioProject
|
|
|
3 |
ProjectType="Visual C++"
|
|
|
4 |
Version="7.10"
|
|
|
5 |
Name="VolumePolygonize"
|
|
|
6 |
ProjectGUID="{B26ED770-FECA-1BAD-0000-000093CC9B41}"
|
|
|
7 |
SccProjectName=""
|
|
|
8 |
SccLocalPath="">
|
|
|
9 |
<Platforms>
|
|
|
10 |
<Platform
|
|
|
11 |
Name="Win32"/>
|
|
|
12 |
</Platforms>
|
|
|
13 |
<Configurations>
|
|
|
14 |
<Configuration
|
|
|
15 |
Name="Release|Win32"
|
|
|
16 |
OutputDirectory="../../bin"
|
|
|
17 |
IntermediateDirectory="Release\VolumePolygonize"
|
|
|
18 |
ConfigurationType="1"
|
|
|
19 |
UseOfMFC="0"
|
|
|
20 |
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
21 |
CharacterSet="0">
|
|
|
22 |
<Tool
|
|
|
23 |
Name="VCCLCompilerTool"
|
|
|
24 |
Optimization="3"
|
|
|
25 |
AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
|
|
|
26 |
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
|
|
|
27 |
MinimalRebuild="FALSE"
|
|
|
28 |
ExceptionHandling="TRUE"
|
|
|
29 |
RuntimeLibrary="0"
|
|
|
30 |
BufferSecurityCheck="TRUE"
|
|
|
31 |
EnableFunctionLevelLinking="TRUE"
|
|
|
32 |
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
33 |
ForceConformanceInForLoopScope="TRUE"
|
|
|
34 |
RuntimeTypeInfo="TRUE"
|
|
|
35 |
WarningLevel="3"
|
|
|
36 |
SuppressStartupBanner="TRUE"
|
|
|
37 |
Detect64BitPortabilityProblems="FALSE"
|
|
|
38 |
DebugInformationFormat="3"/>
|
|
|
39 |
<Tool
|
|
|
40 |
Name="VCCustomBuildTool"/>
|
|
|
41 |
<Tool
|
|
|
42 |
Name="VCLinkerTool"
|
|
|
43 |
AdditionalDependencies="IMeshUtil.lib IMesh.lib HMeshUtil.lib HMesh.lib Graphics.lib Geometry.lib LinAlg.lib Util.lib CGLA.lib ILU.lib ILUT.lib DevIL.lib Glui32.lib"
|
|
|
44 |
OutputFile="$(OutDir)\$(ProjectName).exe"
|
|
|
45 |
LinkIncremental="1"
|
|
|
46 |
SuppressStartupBanner="TRUE"
|
|
|
47 |
AdditionalLibraryDirectories=".;..\..\lib;$(GELEXT)\lib\windows"
|
|
|
48 |
IgnoreDefaultLibraryNames="LIBC; LIBCD"
|
|
|
49 |
GenerateDebugInformation="TRUE"
|
|
|
50 |
SubSystem="1"
|
|
|
51 |
OptimizeReferences="2"
|
|
|
52 |
EnableCOMDATFolding="2"
|
|
|
53 |
TargetMachine="1"/>
|
|
|
54 |
<Tool
|
|
|
55 |
Name="VCPostBuildEventTool"
|
|
|
56 |
/>
|
|
|
57 |
<Tool
|
|
|
58 |
Name="VCPreBuildEventTool"
|
|
|
59 |
/>
|
|
|
60 |
<Tool
|
|
|
61 |
Name="VCPreLinkEventTool"/>
|
|
|
62 |
<Tool
|
|
|
63 |
Name="VCResourceCompilerTool"
|
|
|
64 |
PreprocessorDefinitions="NDEBUG"
|
|
|
65 |
Culture="1033"
|
|
|
66 |
AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
|
|
|
67 |
<Tool
|
|
|
68 |
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
69 |
<Tool
|
|
|
70 |
Name="VCWebDeploymentTool"/>
|
|
|
71 |
</Configuration>
|
|
|
72 |
<Configuration
|
|
|
73 |
Name="Debug|Win32"
|
|
|
74 |
OutputDirectory="../../bin"
|
|
|
75 |
IntermediateDirectory="Debug\VolumePolygonize"
|
|
|
76 |
ConfigurationType="1"
|
|
|
77 |
UseOfMFC="0"
|
|
|
78 |
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
79 |
CharacterSet="0">
|
|
|
80 |
<Tool
|
|
|
81 |
Name="VCCLCompilerTool"
|
|
|
82 |
Optimization="0"
|
|
|
83 |
AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
|
|
|
84 |
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
|
|
|
85 |
MinimalRebuild="FALSE"
|
|
|
86 |
ExceptionHandling="TRUE"
|
|
|
87 |
BasicRuntimeChecks="3"
|
|
|
88 |
RuntimeLibrary="1"
|
|
|
89 |
BufferSecurityCheck="TRUE"
|
|
|
90 |
EnableFunctionLevelLinking="TRUE"
|
|
|
91 |
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
92 |
ForceConformanceInForLoopScope="TRUE"
|
|
|
93 |
RuntimeTypeInfo="TRUE"
|
|
|
94 |
ProgramDataBaseFileName="Debug\VolumePolygonize/"
|
|
|
95 |
WarningLevel="3"
|
|
|
96 |
SuppressStartupBanner="TRUE"
|
|
|
97 |
Detect64BitPortabilityProblems="FALSE"
|
|
|
98 |
DebugInformationFormat="3"/>
|
|
|
99 |
<Tool
|
|
|
100 |
Name="VCCustomBuildTool"/>
|
|
|
101 |
<Tool
|
|
|
102 |
Name="VCLinkerTool"
|
|
|
103 |
AdditionalDependencies="IMeshUtild.lib IMeshd.lib HMeshUtild.lib HMeshd.lib Graphicsd.lib Geometryd.lib LinAlgd.lib Utild.lib CGLAd.lib ILU.lib ILUT.lib DevIL.lib Glui32.lib"
|
|
|
104 |
OutputFile="$(OutDir)\$(ProjectName)d.exe"
|
|
|
105 |
LinkIncremental="1"
|
|
|
106 |
SuppressStartupBanner="TRUE"
|
|
|
107 |
AdditionalLibraryDirectories=".;..\..\lib;$(GELEXT)\lib\windows"
|
|
|
108 |
IgnoreDefaultLibraryNames="LIBCD"
|
|
|
109 |
GenerateDebugInformation="TRUE"
|
|
|
110 |
SubSystem="1"
|
|
|
111 |
TargetMachine="1"/>
|
|
|
112 |
<Tool
|
|
|
113 |
Name="VCPostBuildEventTool"
|
|
|
114 |
/>
|
|
|
115 |
<Tool
|
|
|
116 |
Name="VCPreBuildEventTool"
|
|
|
117 |
/>
|
|
|
118 |
<Tool
|
|
|
119 |
Name="VCPreLinkEventTool"/>
|
|
|
120 |
<Tool
|
|
|
121 |
Name="VCResourceCompilerTool"
|
|
|
122 |
PreprocessorDefinitions="_DEBUG"
|
|
|
123 |
Culture="1033"
|
|
|
124 |
AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
|
|
|
125 |
<Tool
|
|
|
126 |
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
127 |
<Tool
|
|
|
128 |
Name="VCWebDeploymentTool"/>
|
|
|
129 |
</Configuration>
|
|
|
130 |
<Configuration
|
|
|
131 |
Name="Install|Win32"
|
|
|
132 |
OutputDirectory="$(GELEXT)\bin"
|
|
|
133 |
IntermediateDirectory="Install\VolumePolygonize"
|
|
|
134 |
ConfigurationType="1"
|
|
|
135 |
UseOfMFC="0"
|
|
|
136 |
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
|
137 |
CharacterSet="0">
|
|
|
138 |
<Tool
|
|
|
139 |
Name="VCCLCompilerTool"
|
|
|
140 |
Optimization="3"
|
|
|
141 |
AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
|
|
|
142 |
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
|
|
|
143 |
MinimalRebuild="FALSE"
|
|
|
144 |
ExceptionHandling="TRUE"
|
|
|
145 |
RuntimeLibrary="0"
|
|
|
146 |
BufferSecurityCheck="TRUE"
|
|
|
147 |
EnableFunctionLevelLinking="TRUE"
|
|
|
148 |
TreatWChar_tAsBuiltInType="TRUE"
|
|
|
149 |
ForceConformanceInForLoopScope="TRUE"
|
|
|
150 |
RuntimeTypeInfo="TRUE"
|
|
|
151 |
WarningLevel="3"
|
|
|
152 |
SuppressStartupBanner="TRUE"
|
|
|
153 |
Detect64BitPortabilityProblems="FALSE"
|
|
|
154 |
DebugInformationFormat="3"/>
|
|
|
155 |
<Tool
|
|
|
156 |
Name="VCCustomBuildTool"/>
|
|
|
157 |
<Tool
|
|
|
158 |
Name="VCLinkerTool"
|
|
|
159 |
AdditionalDependencies="IMeshUtil.lib IMesh.lib HMeshUtil.lib HMesh.lib Graphics.lib Geometry.lib LinAlg.lib Util.lib CGLA.lib ILU.lib ILUT.lib DevIL.lib Glui32.lib"
|
|
|
160 |
OutputFile="$(OutDir)\$(ProjectName).exe"
|
|
|
161 |
LinkIncremental="1"
|
|
|
162 |
SuppressStartupBanner="TRUE"
|
|
|
163 |
AdditionalLibraryDirectories=".;..\..\lib;$(GELEXT)\lib\windows"
|
|
|
164 |
IgnoreDefaultLibraryNames="LIBC; LIBCD"
|
|
|
165 |
GenerateDebugInformation="TRUE"
|
|
|
166 |
SubSystem="1"
|
|
|
167 |
OptimizeReferences="2"
|
|
|
168 |
EnableCOMDATFolding="2"
|
|
|
169 |
TargetMachine="1"/>
|
|
|
170 |
<Tool
|
|
|
171 |
Name="VCPostBuildEventTool"
|
|
|
172 |
/>
|
|
|
173 |
<Tool
|
|
|
174 |
Name="VCPreBuildEventTool"
|
|
|
175 |
/>
|
|
|
176 |
<Tool
|
|
|
177 |
Name="VCPreLinkEventTool"/>
|
|
|
178 |
<Tool
|
|
|
179 |
Name="VCResourceCompilerTool"
|
|
|
180 |
PreprocessorDefinitions="NDEBUG"
|
|
|
181 |
Culture="1033"
|
|
|
182 |
AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
|
|
|
183 |
<Tool
|
|
|
184 |
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
185 |
<Tool
|
|
|
186 |
Name="VCWebDeploymentTool"/>
|
|
|
187 |
</Configuration>
|
|
|
188 |
</Configurations>
|
|
|
189 |
<Files>
|
|
|
190 |
<Filter
|
|
|
191 |
Name="Source Files"
|
|
|
192 |
Filter="cpp;cxx;cc;C;c">
|
|
|
193 |
<File
|
|
|
194 |
RelativePath="volpoly.cpp">
|
|
|
195 |
</File>
|
|
|
196 |
</Filter>
|
|
|
197 |
</Files>
|
|
|
198 |
<Globals>
|
|
|
199 |
</Globals>
|
|
|
200 |
</VisualStudioProject>
|