Subversion Repositories gelsvn

Rev

Rev 67 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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