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="CGLA"
5
	Name="CGLA"
6
	ProjectGUID="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
6
	ProjectGUID="{390433A2-FECA-1BAD-7383-8A67E0803017}"
-
 
7
	SccProjectName=""
7
	Keyword="Win32Proj">
8
	SccLocalPath="">
8
	<Platforms>
9
	<Platforms>
9
		<Platform
10
		<Platform
10
			Name="Win32"/>
11
			Name="Win32"/>
11
	</Platforms>
12
	</Platforms>
12
	<Configurations>
13
	<Configurations>
13
		<Configuration
14
		<Configuration
14
			Name="Debug|Win32"
15
			Name="Release|Win32"
15
			OutputDirectory="..\..\lib"
16
			OutputDirectory="..\..\lib"
16
			IntermediateDirectory="Debug"
17
			IntermediateDirectory="Release\CGLA"
17
			ConfigurationType="4"
18
			ConfigurationType="4"
-
 
19
			UseOfMFC="0"
-
 
20
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
18
			CharacterSet="2">
21
			CharacterSet="0">
19
			<Tool
22
			<Tool
20
				Name="VCCLCompilerTool"
23
				Name="VCCLCompilerTool"
21
				Optimization="0"
24
				Optimization="3"
-
 
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)/CGLAd.lib"/>
43
				OutputFile="..\..\lib\CGLA.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\CGLA"
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"
-
 
74
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
62
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
75
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
-
 
76
				MinimalRebuild="FALSE"
-
 
77
				ExceptionHandling="TRUE"
-
 
78
				BasicRuntimeChecks="3"
63
				RuntimeLibrary="4"
79
				RuntimeLibrary="1"
64
				UsePrecompiledHeader="0"
80
				BufferSecurityCheck="TRUE"
-
 
81
				EnableFunctionLevelLinking="TRUE"
-
 
82
				TreatWChar_tAsBuiltInType="TRUE"
-
 
83
				ForceConformanceInForLoopScope="TRUE"
-
 
84
				RuntimeTypeInfo="TRUE"
-
 
85
				ProgramDataBaseFileName="..\..\lib\CGLAd.pdb"
65
				WarningLevel="3"
86
				WarningLevel="3"
-
 
87
				SuppressStartupBanner="TRUE"
66
				Detect64BitPortabilityProblems="TRUE"
88
				Detect64BitPortabilityProblems="FALSE"
67
				DebugInformationFormat="3"/>
89
				DebugInformationFormat="3"/>
68
			<Tool
90
			<Tool
69
				Name="VCCustomBuildTool"/>
91
				Name="VCCustomBuildTool"/>
70
			<Tool
92
			<Tool
71
				Name="VCLibrarianTool"
93
				Name="VCLibrarianTool"
72
				OutputFile="$(OutDir)/CGLA.lib"/>
94
				OutputFile="..\..\lib\CGLAd.lib"
-
 
95
				TargetMachine="1"/>
73
			<Tool
96
			<Tool
74
				Name="VCMIDLTool"/>
97
				Name="VCPostBuildEventTool"
75
			<Tool
98
			/>
76
				Name="VCPostBuildEventTool"/>
-
 
77
			<Tool
99
			<Tool
78
				Name="VCPreBuildEventTool"/>
100
				Name="VCPreBuildEventTool"
-
 
101
			/>
79
			<Tool
102
			<Tool
80
				Name="VCPreLinkEventTool"/>
103
				Name="VCPreLinkEventTool"/>
81
			<Tool
104
			<Tool
82
				Name="VCResourceCompilerTool"/>
105
				Name="VCResourceCompilerTool"
-
 
106
				PreprocessorDefinitions="_DEBUG"
-
 
107
				Culture="1033"
-
 
108
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
83
			<Tool
109
			<Tool
84
				Name="VCWebServiceProxyGeneratorTool"/>
110
				Name="VCWebServiceProxyGeneratorTool"/>
85
			<Tool
111
			<Tool
86
				Name="VCXMLDataGeneratorTool"/>
112
				Name="VCWebDeploymentTool"/>
87
			<Tool
-
 
88
				Name="VCManagedWrapperGeneratorTool"/>
-
 
89
			<Tool
-
 
90
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
91
		</Configuration>
113
		</Configuration>
92
		<Configuration
114
		<Configuration
93
			Name="Install|Win32"
115
			Name="Install|Win32"
94
			OutputDirectory="$(GELEXT)\lib\windows"
116
			OutputDirectory="$(GELEXT)\lib\windows"
95
			IntermediateDirectory="$(ConfigurationName)"
117
			IntermediateDirectory="Install\CGLA"
96
			ConfigurationType="4"
118
			ConfigurationType="4"
-
 
119
			UseOfMFC="0"
-
 
120
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
97
			CharacterSet="2">
121
			CharacterSet="0">
98
			<Tool
122
			<Tool
99
				Name="VCCLCompilerTool"
123
				Name="VCCLCompilerTool"
-
 
124
				Optimization="3"
-
 
125
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"
100
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
126
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
-
 
127
				MinimalRebuild="FALSE"
-
 
128
				ExceptionHandling="TRUE"
101
				RuntimeLibrary="4"
129
				RuntimeLibrary="0"
102
				UsePrecompiledHeader="0"
130
				BufferSecurityCheck="TRUE"
-
 
131
				EnableFunctionLevelLinking="TRUE"
-
 
132
				TreatWChar_tAsBuiltInType="TRUE"
-
 
133
				ForceConformanceInForLoopScope="TRUE"
-
 
134
				RuntimeTypeInfo="TRUE"
103
				WarningLevel="3"
135
				WarningLevel="3"
-
 
136
				SuppressStartupBanner="TRUE"
104
				Detect64BitPortabilityProblems="TRUE"
137
				Detect64BitPortabilityProblems="FALSE"
105
				DebugInformationFormat="3"/>
138
				DebugInformationFormat="3"/>
106
			<Tool
139
			<Tool
107
				Name="VCCustomBuildTool"/>
140
				Name="VCCustomBuildTool"/>
108
			<Tool
141
			<Tool
109
				Name="VCLibrarianTool"
142
				Name="VCLibrarianTool"
110
				OutputFile="$(OutDir)/CGLA.lib"/>
143
				OutputFile="$(GELEXT)\lib\windows\CGLA.lib"
111
			<Tool
-
 
112
				Name="VCMIDLTool"/>
144
				TargetMachine="1"/>
113
			<Tool
145
			<Tool
114
				Name="VCPostBuildEventTool"
146
				Name="VCPostBuildEventTool"
115
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
147
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"
-
 
148
			/>
116
			<Tool
149
			<Tool
117
				Name="VCPreBuildEventTool"/>
150
				Name="VCPreBuildEventTool"
-
 
151
			/>
118
			<Tool
152
			<Tool
119
				Name="VCPreLinkEventTool"/>
153
				Name="VCPreLinkEventTool"/>
120
			<Tool
154
			<Tool
121
				Name="VCResourceCompilerTool"/>
155
				Name="VCResourceCompilerTool"
-
 
156
				PreprocessorDefinitions="NDEBUG"
-
 
157
				Culture="1033"
-
 
158
				AdditionalIncludeDirectories="..\..\src;$(GELEXT)\include"/>
122
			<Tool
159
			<Tool
123
				Name="VCWebServiceProxyGeneratorTool"/>
160
				Name="VCWebServiceProxyGeneratorTool"/>
124
			<Tool
161
			<Tool
125
				Name="VCXMLDataGeneratorTool"/>
162
				Name="VCWebDeploymentTool"/>
126
			<Tool
-
 
127
				Name="VCManagedWrapperGeneratorTool"/>
-
 
128
			<Tool
-
 
129
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-
 
130
		</Configuration>
163
		</Configuration>
131
	</Configurations>
164
	</Configurations>
132
	<References>
-
 
133
	</References>
-
 
134
	<Files>
165
	<Files>
135
		<Filter
166
		<Filter
136
			Name="Source Files"
167
			Name="Source Files"
137
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
168
			Filter="cpp;cxx;cc;C;c">
-
 
169
			<File
138
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
170
				RelativePath="ArithSqMat3x3Float.cpp">
-
 
171
			</File>
139
			<File
172
			<File
140
				RelativePath=".\ArithSqMat3x3Float.cpp">
173
				RelativePath="ArithSqMat4x4Float.cpp">
141
			</File>
174
			</File>
142
			<File
175
			<File
143
				RelativePath=".\ArithSqMat4x4Float.cpp">
176
				RelativePath="ArithVec2Float.cpp">
144
			</File>
177
			</File>
145
			<File
178
			<File
146
				RelativePath=".\ArithVec2Float.cpp">
179
				RelativePath="ArithVec3Float.cpp">
147
			</File>
180
			</File>
148
			<File
181
			<File
149
				RelativePath=".\ArithVec3Float.cpp">
182
				RelativePath="eigensolution.cpp">
150
			</File>
183
			</File>
151
			<File
184
			<File
152
				RelativePath=".\eigensolution.cpp">
185
				RelativePath="Mat3x3f.cpp">
153
			</File>
186
			</File>
154
			<File
187
			<File
155
				RelativePath=".\Mat3x3f.cpp">
188
				RelativePath="Mat4x4d.cpp">
156
			</File>
189
			</File>
157
			<File
190
			<File
158
				RelativePath=".\Mat4x4f.cpp">
191
				RelativePath="Mat4x4f.cpp">
159
			</File>
192
			</File>
160
			<File
193
			<File
161
				RelativePath=".\Quaternion.cpp">
194
				RelativePath="Quaternion.cpp">
162
			</File>
195
			</File>
163
			<File
196
			<File
164
				RelativePath=".\statistics.cpp">
197
				RelativePath="statistics.cpp">
165
			</File>
198
			</File>
166
			<File
199
			<File
167
				RelativePath=".\TableTrigonometry.cpp">
200
				RelativePath="TableTrigonometry.cpp">
168
			</File>
201
			</File>
169
			<File
202
			<File
170
				RelativePath=".\Vec2i.cpp">
203
				RelativePath="Vec2i.cpp">
171
			</File>
204
			</File>
172
			<File
205
			<File
173
				RelativePath=".\Vec3f.cpp">
206
				RelativePath="Vec3f.cpp">
174
			</File>
207
			</File>
175
			<File
208
			<File
176
				RelativePath=".\Vec3i.cpp">
209
				RelativePath="Vec3i.cpp">
177
			</File>
210
			</File>
178
		</Filter>
211
		</Filter>
179
		<Filter
212
		<Filter
180
			Name="Header Files"
213
			Name="Header Files"
181
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
214
			Filter="h;hpp;hxx;hh">
-
 
215
			<File
-
 
216
				RelativePath="ArithMatFloat.h">
-
 
217
			</File>
-
 
218
			<File
-
 
219
				RelativePath="ArithSqMat2x2Float.h">
-
 
220
			</File>
-
 
221
			<File
-
 
222
				RelativePath="ArithSqMat3x3Float.h">
-
 
223
			</File>
-
 
224
			<File
182
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
225
				RelativePath="ArithSqMat4x4Float.h">
-
 
226
			</File>
-
 
227
			<File
-
 
228
				RelativePath="ArithSqMatFloat.h">
-
 
229
			</File>
-
 
230
			<File
-
 
231
				RelativePath="ArithVec.h">
-
 
232
			</File>
183
			<File
233
			<File
184
				RelativePath=".\ArithMatFloat.h">
234
				RelativePath="ArithVec2Float.h">
185
			</File>
235
			</File>
186
			<File
236
			<File
187
				RelativePath=".\ArithSqMat2x2Float.h">
237
				RelativePath="ArithVec3Float.h">
188
			</File>
238
			</File>
189
			<File
239
			<File
190
				RelativePath=".\ArithSqMat3x3Float.h">
240
				RelativePath="ArithVec3Int.h">
191
			</File>
241
			</File>
192
			<File
242
			<File
193
				RelativePath=".\ArithSqMat4x4Float.h">
243
				RelativePath="ArithVec4Float.h">
194
			</File>
244
			</File>
195
			<File
245
			<File
196
				RelativePath=".\ArithSqMatFloat.h">
246
				RelativePath="ArithVecFloat.h">
197
			</File>
247
			</File>
198
			<File
248
			<File
199
				RelativePath=".\ArithVec.h">
249
				RelativePath="ArithVecInt.h">
200
			</File>
250
			</File>
201
			<File
251
			<File
202
				RelativePath=".\ArithVec2Float.h">
252
				RelativePath="BitMask.h">
203
			</File>
253
			</File>
204
			<File
254
			<File
205
				RelativePath=".\ArithVec3Float.h">
255
				RelativePath="CGLA.h">
206
			</File>
256
			</File>
207
			<File
257
			<File
208
				RelativePath=".\ArithVec3Int.h">
258
				RelativePath="eigensolution.h">
209
			</File>
259
			</File>
210
			<File
260
			<File
211
				RelativePath=".\ArithVec4Float.h">
261
				RelativePath="ExceptionStandard.h">
212
			</File>
262
			</File>
213
			<File
263
			<File
214
				RelativePath=".\ArithVecFloat.h">
264
				RelativePath="Mat2x2d.h">
215
			</File>
265
			</File>
216
			<File
266
			<File
217
				RelativePath=".\ArithVecInt.h">
267
				RelativePath="Mat2x2f.h">
218
			</File>
268
			</File>
219
			<File
269
			<File
220
				RelativePath=".\BitMask.h">
270
				RelativePath="Mat2x3d.h">
221
			</File>
271
			</File>
222
			<File
272
			<File
223
				RelativePath=".\CGLA.h">
273
				RelativePath="Mat2x3f.h">
224
			</File>
274
			</File>
225
			<File
275
			<File
226
				RelativePath=".\eigensolution.h">
276
				RelativePath="Mat3x3d.h">
227
			</File>
277
			</File>
228
			<File
278
			<File
229
				RelativePath=".\Mat2x2d.h">
279
				RelativePath="Mat3x3f.h">
230
			</File>
280
			</File>
231
			<File
281
			<File
232
				RelativePath=".\Mat2x2f.h">
282
				RelativePath="Mat4x4d.h">
233
			</File>
283
			</File>
234
			<File
284
			<File
235
				RelativePath=".\Mat2x3f.h">
285
				RelativePath="Mat4x4f.h">
236
			</File>
286
			</File>
237
			<File
287
			<File
238
				RelativePath=".\Mat3x3d.h">
288
				RelativePath="Quatd.h">
239
			</File>
289
			</File>
240
			<File
290
			<File
241
				RelativePath=".\Mat3x3f.h">
291
				RelativePath="Quaternion.h">
242
			</File>
292
			</File>
243
			<File
293
			<File
244
				RelativePath=".\Mat4x4f.h">
294
				RelativePath="Quatf.h">
245
			</File>
295
			</File>
246
			<File
296
			<File
247
				RelativePath=".\Quaternion.h">
297
				RelativePath="statistics.h">
248
			</File>
298
			</File>
249
			<File
299
			<File
250
				RelativePath=".\statistics.h">
300
				RelativePath="TableTrigonometry.h">
251
			</File>
301
			</File>
252
			<File
302
			<File
253
				RelativePath=".\TableTrigonometry.h">
303
				RelativePath="UnitVector.h">
254
			</File>
304
			</File>
255
			<File
305
			<File
256
				RelativePath=".\UnitVector.h">
306
				RelativePath="Vec2d.h">
257
			</File>
307
			</File>
258
			<File
308
			<File
259
				RelativePath=".\Vec2d.h">
309
				RelativePath="Vec2f.h">
260
			</File>
310
			</File>
261
			<File
311
			<File
262
				RelativePath=".\Vec2f.h">
312
				RelativePath="Vec2i.h">
263
			</File>
313
			</File>
264
			<File
314
			<File
265
				RelativePath=".\Vec2i.h">
315
				RelativePath="Vec3d.h">
266
			</File>
316
			</File>
267
			<File
317
			<File
268
				RelativePath=".\Vec3d.h">
318
				RelativePath="Vec3f.h">
269
			</File>
319
			</File>
270
			<File
320
			<File
271
				RelativePath=".\Vec3f.h">
321
				RelativePath="Vec3Hf.h">
272
			</File>
322
			</File>
273
			<File
323
			<File
274
				RelativePath=".\Vec3Hf.h">
324
				RelativePath="Vec3i.h">
275
			</File>
325
			</File>
276
			<File
326
			<File
277
				RelativePath=".\Vec3i.h">
327
				RelativePath="Vec3uc.h">
278
			</File>
328
			</File>
279
			<File
329
			<File
280
				RelativePath=".\Vec3uc.h">
330
				RelativePath="Vec3usi.h">
281
			</File>
331
			</File>
282
			<File
332
			<File
283
				RelativePath=".\Vec3usi.h">
333
				RelativePath="Vec4d.h">
284
			</File>
334
			</File>
285
			<File
335
			<File
286
				RelativePath=".\Vec4f.h">
336
				RelativePath="Vec4f.h">
287
			</File>
337
			</File>
288
			<File
338
			<File
289
				RelativePath=".\Vec4uc.h">
339
				RelativePath="Vec4uc.h">
290
			</File>
340
			</File>
291
		</Filter>
341
		</Filter>
292
	</Files>
342
	</Files>
293
	<Globals>
343
	<Globals>
294
	</Globals>
344
	</Globals>