Subversion Repositories gelsvn

Rev

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

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