Subversion Repositories gelsvn

Rev

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