Subversion Repositories gelsvn

Rev

Rev 39 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 39 Rev 95
Line 1... Line 1...
1
<?xml version="1.0" encoding="Windows-1252"?>
1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
2
<VisualStudioProject
3
	ProjectType="Visual C++"
3
	ProjectType="Visual C++"
4
	Version="7.10"
4
	Version="7.10"
5
	Name="Geometry"
5
	Name="Geometry"
-
 
6
	ProjectGUID="{F83DC6AF-FECA-1BAD-235F-99F8500DC3D9}"
-
 
7
	SccProjectName=""
6
	Keyword="Win32Proj">
8
	SccLocalPath="">
7
	<Platforms>
9
	<Platforms>
8
		<Platform
10
		<Platform
9
			Name="Win32"/>
11
			Name="Win32"/>
10
	</Platforms>
12
	</Platforms>
11
	<Configurations>
13
	<Configurations>
12
		<Configuration
14
		<Configuration
13
			Name="Debug|Win32"
15
			Name="Release|Win32"
14
			OutputDirectory="..\..\lib"
16
			OutputDirectory="..\..\lib"
15
			IntermediateDirectory="Debug"
17
			IntermediateDirectory="Release\Geometry"
16
			ConfigurationType="4"
18
			ConfigurationType="4"
-
 
19
			UseOfMFC="0"
-
 
20
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
17
			CharacterSet="2">
21
			CharacterSet="0">
18
			<Tool
22
			<Tool
19
				Name="VCCLCompilerTool"
23
				Name="VCCLCompilerTool"
20
				Optimization="0"
24
				Optimization="3"
21
				AdditionalIncludeDirectories="..\..\src"
25
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
22
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
26
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
23
				MinimalRebuild="TRUE"
27
				MinimalRebuild="FALSE"
24
				BasicRuntimeChecks="3"
28
				ExceptionHandling="TRUE"
25
				RuntimeLibrary="5"
29
				RuntimeLibrary="0"
26
				UsePrecompiledHeader="0"
30
				BufferSecurityCheck="TRUE"
-
 
31
				EnableFunctionLevelLinking="TRUE"
-
 
32
				TreatWChar_tAsBuiltInType="TRUE"
-
 
33
				ForceConformanceInForLoopScope="TRUE"
-
 
34
				RuntimeTypeInfo="TRUE"
27
				WarningLevel="3"
35
				WarningLevel="3"
-
 
36
				SuppressStartupBanner="TRUE"
28
				Detect64BitPortabilityProblems="TRUE"
37
				Detect64BitPortabilityProblems="FALSE"
29
				DebugInformationFormat="4"/>
38
				DebugInformationFormat="3"/>
30
			<Tool
39
			<Tool
31
				Name="VCCustomBuildTool"/>
40
				Name="VCCustomBuildTool"/>
32
			<Tool
41
			<Tool
33
				Name="VCLibrarianTool"
42
				Name="VCLibrarianTool"
34
				OutputFile="$(OutDir)/$(ProjectName)d.lib"/>
43
				OutputFile="..\..\lib\Geometry.lib"
-
 
44
				TargetMachine="1"/>
35
			<Tool
45
			<Tool
36
				Name="VCMIDLTool"/>
46
				Name="VCPostBuildEventTool"
37
			<Tool
47
			/>
38
				Name="VCPostBuildEventTool"/>
-
 
39
			<Tool
48
			<Tool
40
				Name="VCPreBuildEventTool"/>
49
				Name="VCPreBuildEventTool"
-
 
50
			/>
41
			<Tool
51
			<Tool
42
				Name="VCPreLinkEventTool"/>
52
				Name="VCPreLinkEventTool"/>
43
			<Tool
53
			<Tool
44
				Name="VCResourceCompilerTool"/>
54
				Name="VCResourceCompilerTool"
-
 
55
				PreprocessorDefinitions="NDEBUG"
-
 
56
				Culture="1033"
-
 
57
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
45
			<Tool
58
			<Tool
46
				Name="VCWebServiceProxyGeneratorTool"/>
59
				Name="VCWebServiceProxyGeneratorTool"/>
47
			<Tool
60
			<Tool
48
				Name="VCXMLDataGeneratorTool"/>
61
				Name="VCWebDeploymentTool"/>
49
			<Tool
-
 
50
				Name="VCManagedWrapperGeneratorTool"/>
-
 
51
			<Tool
-
 
52
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
53
		</Configuration>
62
		</Configuration>
54
		<Configuration
63
		<Configuration
55
			Name="Release|Win32"
64
			Name="Debug|Win32"
56
			OutputDirectory="..\..\lib"
65
			OutputDirectory="..\..\lib"
57
			IntermediateDirectory="Release"
66
			IntermediateDirectory="Debug\Geometry"
58
			ConfigurationType="4"
67
			ConfigurationType="4"
-
 
68
			UseOfMFC="0"
-
 
69
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
59
			CharacterSet="2">
70
			CharacterSet="0">
60
			<Tool
71
			<Tool
61
				Name="VCCLCompilerTool"
72
				Name="VCCLCompilerTool"
-
 
73
				Optimization="0"
62
				AdditionalIncludeDirectories="..\..\src"
74
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
63
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
75
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
-
 
76
				MinimalRebuild="FALSE"
-
 
77
				ExceptionHandling="TRUE"
-
 
78
				BasicRuntimeChecks="3"
64
				RuntimeLibrary="4"
79
				RuntimeLibrary="1"
65
				UsePrecompiledHeader="0"
80
				BufferSecurityCheck="TRUE"
-
 
81
				EnableFunctionLevelLinking="TRUE"
-
 
82
				TreatWChar_tAsBuiltInType="TRUE"
-
 
83
				ForceConformanceInForLoopScope="TRUE"
-
 
84
				RuntimeTypeInfo="TRUE"
-
 
85
				ProgramDataBaseFileName="..\..\lib\Geometryd.pdb"
66
				WarningLevel="3"
86
				WarningLevel="3"
-
 
87
				SuppressStartupBanner="TRUE"
67
				Detect64BitPortabilityProblems="TRUE"
88
				Detect64BitPortabilityProblems="FALSE"
68
				DebugInformationFormat="3"/>
89
				DebugInformationFormat="3"/>
69
			<Tool
90
			<Tool
70
				Name="VCCustomBuildTool"/>
91
				Name="VCCustomBuildTool"/>
71
			<Tool
92
			<Tool
72
				Name="VCLibrarianTool"
93
				Name="VCLibrarianTool"
73
				OutputFile="$(OutDir)/$(ProjectName).lib"/>
94
				OutputFile="..\..\lib\Geometryd.lib"
-
 
95
				TargetMachine="1"/>
74
			<Tool
96
			<Tool
75
				Name="VCMIDLTool"/>
97
				Name="VCPostBuildEventTool"
76
			<Tool
98
			/>
77
				Name="VCPostBuildEventTool"/>
-
 
78
			<Tool
99
			<Tool
79
				Name="VCPreBuildEventTool"/>
100
				Name="VCPreBuildEventTool"
-
 
101
			/>
80
			<Tool
102
			<Tool
81
				Name="VCPreLinkEventTool"/>
103
				Name="VCPreLinkEventTool"/>
82
			<Tool
104
			<Tool
83
				Name="VCResourceCompilerTool"/>
105
				Name="VCResourceCompilerTool"
-
 
106
				PreprocessorDefinitions="_DEBUG"
-
 
107
				Culture="1033"
-
 
108
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
84
			<Tool
109
			<Tool
85
				Name="VCWebServiceProxyGeneratorTool"/>
110
				Name="VCWebServiceProxyGeneratorTool"/>
86
			<Tool
111
			<Tool
87
				Name="VCXMLDataGeneratorTool"/>
112
				Name="VCWebDeploymentTool"/>
88
			<Tool
-
 
89
				Name="VCManagedWrapperGeneratorTool"/>
-
 
90
			<Tool
-
 
91
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
92
		</Configuration>
113
		</Configuration>
93
		<Configuration
114
		<Configuration
94
			Name="Install|Win32"
115
			Name="Install|Win32"
95
			OutputDirectory="$(GELEXT)\lib\windows"
116
			OutputDirectory="$(GELEXT)\lib\windows"
96
			IntermediateDirectory="$(ConfigurationName)"
117
			IntermediateDirectory="Install\Geometry"
97
			ConfigurationType="4"
118
			ConfigurationType="4"
-
 
119
			UseOfMFC="0"
-
 
120
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
98
			CharacterSet="2">
121
			CharacterSet="0">
99
			<Tool
122
			<Tool
100
				Name="VCCLCompilerTool"
123
				Name="VCCLCompilerTool"
-
 
124
				Optimization="3"
101
				AdditionalIncludeDirectories="..\..\src"
125
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
102
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
126
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
127
				MinimalRebuild="FALSE"
-
 
128
				ExceptionHandling="TRUE"
103
				RuntimeLibrary="4"
129
				RuntimeLibrary="0"
104
				UsePrecompiledHeader="0"
130
				BufferSecurityCheck="TRUE"
-
 
131
				EnableFunctionLevelLinking="TRUE"
-
 
132
				TreatWChar_tAsBuiltInType="TRUE"
-
 
133
				ForceConformanceInForLoopScope="TRUE"
-
 
134
				RuntimeTypeInfo="TRUE"
105
				WarningLevel="3"
135
				WarningLevel="3"
-
 
136
				SuppressStartupBanner="TRUE"
106
				Detect64BitPortabilityProblems="TRUE"
137
				Detect64BitPortabilityProblems="FALSE"
107
				DebugInformationFormat="3"/>
138
				DebugInformationFormat="3"/>
108
			<Tool
139
			<Tool
109
				Name="VCCustomBuildTool"/>
140
				Name="VCCustomBuildTool"/>
110
			<Tool
141
			<Tool
111
				Name="VCLibrarianTool"
142
				Name="VCLibrarianTool"
112
				OutputFile="$(OutDir)/$(ProjectName).lib"/>
143
				OutputFile="$(GELEXT)\lib\windows\Geometry.lib"
113
			<Tool
-
 
114
				Name="VCMIDLTool"/>
144
				TargetMachine="1"/>
115
			<Tool
145
			<Tool
116
				Name="VCPostBuildEventTool"
146
				Name="VCPostBuildEventTool"
117
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
147
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"
-
 
148
			/>
118
			<Tool
149
			<Tool
119
				Name="VCPreBuildEventTool"/>
150
				Name="VCPreBuildEventTool"
-
 
151
			/>
120
			<Tool
152
			<Tool
121
				Name="VCPreLinkEventTool"/>
153
				Name="VCPreLinkEventTool"/>
122
			<Tool
154
			<Tool
123
				Name="VCResourceCompilerTool"/>
155
				Name="VCResourceCompilerTool"
-
 
156
				PreprocessorDefinitions="NDEBUG"
-
 
157
				Culture="1033"
-
 
158
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
124
			<Tool
159
			<Tool
125
				Name="VCWebServiceProxyGeneratorTool"/>
160
				Name="VCWebServiceProxyGeneratorTool"/>
126
			<Tool
161
			<Tool
127
				Name="VCXMLDataGeneratorTool"/>
162
				Name="VCWebDeploymentTool"/>
128
			<Tool
-
 
129
				Name="VCManagedWrapperGeneratorTool"/>
-
 
130
			<Tool
-
 
131
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
132
		</Configuration>
163
		</Configuration>
133
	</Configurations>
164
	</Configurations>
134
	<References>
-
 
135
		<ProjectReference
-
 
136
			ReferencedProjectIdentifier="{A1A846B0-3F18-4219-92B1-EF0981D0771F}"
-
 
137
			Name="LinAlg"/>
-
 
138
	</References>
-
 
139
	<Files>
165
	<Files>
140
		<Filter
166
		<Filter
141
			Name="Source Files"
167
			Name="Source Files"
142
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
168
			Filter="cpp;cxx;cc;C;c">
-
 
169
			<File
143
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
170
				RelativePath="GradientFilter.cpp">
-
 
171
			</File>
-
 
172
			<File
-
 
173
				RelativePath="load_raw.cpp">
-
 
174
			</File>
-
 
175
			<File
-
 
176
				RelativePath="Neighbours.cpp">
-
 
177
			</File>
-
 
178
			<File
-
 
179
				RelativePath="obj_load.cpp">
-
 
180
			</File>
-
 
181
			<File
-
 
182
				RelativePath="Polygonizer.cpp">
-
 
183
			</File>
-
 
184
			<File
-
 
185
				RelativePath="QEM.cpp">
-
 
186
			</File>
-
 
187
			<File
-
 
188
				RelativePath="Texmap.cpp">
-
 
189
			</File>
-
 
190
			<File
-
 
191
				RelativePath="ThreeDDDA.cpp">
-
 
192
			</File>
-
 
193
			<File
-
 
194
				RelativePath="TrilinFilter.cpp">
-
 
195
			</File>
144
			<File
196
			<File
145
				RelativePath=".\QEM.cpp">
197
				RelativePath="TriMesh.cpp">
146
			</File>
198
			</File>
147
		</Filter>
199
		</Filter>
148
		<Filter
200
		<Filter
149
			Name="Header Files"
201
			Name="Header Files"
150
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
202
			Filter="h;hpp;hxx;hh">
-
 
203
			<File
-
 
204
				RelativePath="AncestorGrid.h">
-
 
205
			</File>
-
 
206
			<File
-
 
207
				RelativePath="Cell.h">
-
 
208
			</File>
-
 
209
			<File
-
 
210
				RelativePath="GradientFilter.h">
-
 
211
			</File>
-
 
212
			<File
-
 
213
				RelativePath="GridAlgorithm.h">
-
 
214
			</File>
-
 
215
			<File
-
 
216
				RelativePath="HGrid.h">
-
 
217
			</File>
-
 
218
			<File
151
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
219
				RelativePath="IndexedFaceSet.h">
-
 
220
			</File>
-
 
221
			<File
-
 
222
				RelativePath="KDTree.h">
-
 
223
			</File>
-
 
224
			<File
-
 
225
				RelativePath="load_raw.h">
-
 
226
			</File>
-
 
227
			<File
-
 
228
				RelativePath="Material.h">
-
 
229
			</File>
-
 
230
			<File
-
 
231
				RelativePath="Neighbours.h">
-
 
232
			</File>
-
 
233
			<File
-
 
234
				RelativePath="obj_load.h">
-
 
235
			</File>
-
 
236
			<File
-
 
237
				RelativePath="Polygonizer.h">
-
 
238
			</File>
-
 
239
			<File
-
 
240
				RelativePath="QEM.h">
-
 
241
			</File>
-
 
242
			<File
-
 
243
				RelativePath="RGrid.h">
-
 
244
			</File>
-
 
245
			<File
-
 
246
				RelativePath="save_raw.h">
-
 
247
			</File>
-
 
248
			<File
-
 
249
				RelativePath="Texmap.h">
-
 
250
			</File>
-
 
251
			<File
-
 
252
				RelativePath="ThreeDDDA.h">
-
 
253
			</File>
-
 
254
			<File
-
 
255
				RelativePath="TrilinFilter.h">
-
 
256
			</File>
152
			<File
257
			<File
153
				RelativePath=".\QEM.h">
258
				RelativePath="TriMesh.h">
154
			</File>
259
			</File>
155
		</Filter>
260
		</Filter>
156
	</Files>
261
	</Files>
157
	<Globals>
262
	<Globals>
158
	</Globals>
263
	</Globals>