Subversion Repositories gelsvn

Rev

Rev 2 | 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"
6
	ProjectGUID="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="..\..\lib"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="4"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
23
				MinimalRebuild="TRUE"
24
				BasicRuntimeChecks="3"
25
				RuntimeLibrary="5"
26
				UsePrecompiledHeader="0"
27
				WarningLevel="3"
28
				Detect64BitPortabilityProblems="TRUE"
29
				DebugInformationFormat="4"/>
30
			<Tool
31
				Name="VCCustomBuildTool"/>
32
			<Tool
33
				Name="VCLibrarianTool"
34
				OutputFile="$(OutDir)/CGLAd.lib"/>
35
			<Tool
36
				Name="VCMIDLTool"/>
37
			<Tool
38
				Name="VCPostBuildEventTool"/>
39
			<Tool
40
				Name="VCPreBuildEventTool"/>
41
			<Tool
42
				Name="VCPreLinkEventTool"/>
43
			<Tool
44
				Name="VCResourceCompilerTool"/>
45
			<Tool
46
				Name="VCWebServiceProxyGeneratorTool"/>
47
			<Tool
48
				Name="VCXMLDataGeneratorTool"/>
49
			<Tool
50
				Name="VCManagedWrapperGeneratorTool"/>
51
			<Tool
52
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
53
		</Configuration>
54
		<Configuration
55
			Name="Release|Win32"
8 bj 56
			OutputDirectory="$(GELEXT)lib\windows"
2 bj 57
			IntermediateDirectory="Release"
58
			ConfigurationType="4"
59
			CharacterSet="2">
60
			<Tool
61
				Name="VCCLCompilerTool"
62
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
63
				RuntimeLibrary="4"
64
				UsePrecompiledHeader="0"
65
				WarningLevel="3"
66
				Detect64BitPortabilityProblems="TRUE"
67
				DebugInformationFormat="3"/>
68
			<Tool
69
				Name="VCCustomBuildTool"/>
70
			<Tool
71
				Name="VCLibrarianTool"
72
				OutputFile="$(OutDir)/CGLA.lib"/>
73
			<Tool
74
				Name="VCMIDLTool"/>
75
			<Tool
76
				Name="VCPostBuildEventTool"/>
77
			<Tool
78
				Name="VCPreBuildEventTool"/>
79
			<Tool
8 bj 80
				Name="VCPreLinkEventTool"
81
				CommandLine="copy /Y *.h $(GELEXT)include\CGLA\"/>
2 bj 82
			<Tool
83
				Name="VCResourceCompilerTool"/>
84
			<Tool
85
				Name="VCWebServiceProxyGeneratorTool"/>
86
			<Tool
87
				Name="VCXMLDataGeneratorTool"/>
88
			<Tool
89
				Name="VCManagedWrapperGeneratorTool"/>
90
			<Tool
91
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
92
		</Configuration>
93
	</Configurations>
94
	<References>
95
	</References>
96
	<Files>
97
		<Filter
98
			Name="Source Files"
99
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
100
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
101
			<File
102
				RelativePath=".\ArithSqMat3x3Float.cpp">
103
			</File>
104
			<File
105
				RelativePath=".\ArithSqMat4x4Float.cpp">
106
			</File>
107
			<File
108
				RelativePath=".\ArithVec2Float.cpp">
109
			</File>
110
			<File
111
				RelativePath=".\ArithVec3Float.cpp">
112
			</File>
113
			<File
114
				RelativePath=".\eigensolution.cpp">
115
			</File>
116
			<File
117
				RelativePath=".\Mat3x3f.cpp">
118
			</File>
119
			<File
120
				RelativePath=".\Mat4x4f.cpp">
121
			</File>
122
			<File
123
				RelativePath=".\Quaternion.cpp">
124
			</File>
125
			<File
126
				RelativePath=".\statistics.cpp">
127
			</File>
128
			<File
129
				RelativePath=".\TableTrigonometry.cpp">
130
			</File>
131
			<File
132
				RelativePath=".\Vec2i.cpp">
133
			</File>
134
			<File
135
				RelativePath=".\Vec3f.cpp">
136
			</File>
137
			<File
138
				RelativePath=".\Vec3i.cpp">
139
			</File>
140
		</Filter>
141
		<Filter
142
			Name="Header Files"
143
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
144
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
145
			<File
146
				RelativePath=".\ArithMatFloat.h">
147
			</File>
148
			<File
149
				RelativePath=".\ArithSqMat2x2Float.h">
150
			</File>
151
			<File
152
				RelativePath=".\ArithSqMat3x3Float.h">
153
			</File>
154
			<File
155
				RelativePath=".\ArithSqMat4x4Float.h">
156
			</File>
157
			<File
158
				RelativePath=".\ArithSqMatFloat.h">
159
			</File>
160
			<File
161
				RelativePath=".\ArithVec.h">
162
			</File>
163
			<File
164
				RelativePath=".\ArithVec2Float.h">
165
			</File>
166
			<File
167
				RelativePath=".\ArithVec3Float.h">
168
			</File>
169
			<File
170
				RelativePath=".\ArithVec3Int.h">
171
			</File>
172
			<File
173
				RelativePath=".\ArithVec4Float.h">
174
			</File>
175
			<File
176
				RelativePath=".\ArithVecFloat.h">
177
			</File>
178
			<File
179
				RelativePath=".\ArithVecInt.h">
180
			</File>
181
			<File
182
				RelativePath=".\BitMask.h">
183
			</File>
184
			<File
185
				RelativePath=".\CGLA.h">
186
			</File>
187
			<File
188
				RelativePath=".\eigensolution.h">
189
			</File>
190
			<File
191
				RelativePath=".\Mat2x2d.h">
192
			</File>
193
			<File
194
				RelativePath=".\Mat2x2f.h">
195
			</File>
196
			<File
197
				RelativePath=".\Mat2x3f.h">
198
			</File>
199
			<File
200
				RelativePath=".\Mat3x3d.h">
201
			</File>
202
			<File
203
				RelativePath=".\Mat3x3f.h">
204
			</File>
205
			<File
206
				RelativePath=".\Mat4x4f.h">
207
			</File>
208
			<File
209
				RelativePath=".\Quaternion.h">
210
			</File>
211
			<File
212
				RelativePath=".\statistics.h">
213
			</File>
214
			<File
215
				RelativePath=".\TableTrigonometry.h">
216
			</File>
217
			<File
218
				RelativePath=".\UnitVector.h">
219
			</File>
220
			<File
221
				RelativePath=".\Vec2d.h">
222
			</File>
223
			<File
224
				RelativePath=".\Vec2f.h">
225
			</File>
226
			<File
227
				RelativePath=".\Vec2i.h">
228
			</File>
229
			<File
230
				RelativePath=".\Vec3d.h">
231
			</File>
232
			<File
233
				RelativePath=".\Vec3f.h">
234
			</File>
235
			<File
236
				RelativePath=".\Vec3Hf.h">
237
			</File>
238
			<File
239
				RelativePath=".\Vec3i.h">
240
			</File>
241
			<File
242
				RelativePath=".\Vec3uc.h">
243
			</File>
244
			<File
245
				RelativePath=".\Vec3usi.h">
246
			</File>
247
			<File
248
				RelativePath=".\Vec4f.h">
249
			</File>
250
			<File
251
				RelativePath=".\Vec4uc.h">
252
			</File>
253
		</Filter>
254
	</Files>
255
	<Globals>
256
	</Globals>
257
</VisualStudioProject>