Subversion Repositories gelsvn

Rev

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

Rev Author Line No. Line
39 bj 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
72 bj 4
	Version="8.00"
39 bj 5
	Name="LinAlg"
69 bj 6
	ProjectGUID="{594E8EE0-FECA-1BAD-A7A5-8ECC82EC1147}"
72 bj 7
	RootNamespace="LinAlg"
8
	Keyword="Win32Proj"
9
	SignManifests="true"
10
	>
39 bj 11
	<Platforms>
12
		<Platform
72 bj 13
			Name="Win32"
14
		/>
39 bj 15
	</Platforms>
72 bj 16
	<ToolFiles>
17
	</ToolFiles>
39 bj 18
	<Configurations>
19
		<Configuration
72 bj 20
			Name="Release|Win32"
21
			OutputDirectory="..\..\lib"
22
			IntermediateDirectory="Release\LinAlg"
39 bj 23
			ConfigurationType="4"
72 bj 24
			CharacterSet="0"
25
			>
39 bj 26
			<Tool
72 bj 27
				Name="VCPreBuildEventTool"
28
			/>
29
			<Tool
30
				Name="VCCustomBuildTool"
31
			/>
32
			<Tool
33
				Name="VCXMLDataGeneratorTool"
34
			/>
35
			<Tool
36
				Name="VCWebServiceProxyGeneratorTool"
37
			/>
38
			<Tool
39
				Name="VCMIDLTool"
40
			/>
41
			<Tool
39 bj 42
				Name="VCCLCompilerTool"
72 bj 43
				Optimization="3"
44
				AdditionalIncludeDirectories="..\..\src,$(GELEXT)\include"
45
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
69 bj 46
				RuntimeLibrary="3"
72 bj 47
				RuntimeTypeInfo="true"
39 bj 48
				WarningLevel="3"
72 bj 49
				Detect64BitPortabilityProblems="true"
50
			/>
39 bj 51
			<Tool
72 bj 52
				Name="VCManagedResourceCompilerTool"
53
			/>
39 bj 54
			<Tool
72 bj 55
				Name="VCResourceCompilerTool"
56
				PreprocessorDefinitions="NDEBUG"
57
				Culture="1033"
58
				AdditionalIncludeDirectories="..\..\src,$(GELEXT)\include"
59
			/>
60
			<Tool
61
				Name="VCPreLinkEventTool"
62
			/>
63
			<Tool
39 bj 64
				Name="VCLibrarianTool"
72 bj 65
				OutputFile="..\..\lib\LinAlg.lib"
66
				OutputFile="$(OutDir)\.exe"
67
				LinkIncremental="2"
68
				SuppressStartupBanner="true"
69
				AdditionalLibraryDirectories=".;..\..\lib"
70
				GenerateDebugInformation="true"
71
				SubSystem="2"
72
				OptimizeReferences="2"
73
				EnableCOMDATFolding="2"
74
				TargetMachine="1"
75
			/>
39 bj 76
			<Tool
72 bj 77
				Name="VCALinkTool"
69 bj 78
			/>
39 bj 79
			<Tool
72 bj 80
				Name="VCXDCMakeTool"
81
			/>
39 bj 82
			<Tool
72 bj 83
				Name="VCBscMakeTool"
84
			/>
39 bj 85
			<Tool
72 bj 86
				Name="VCFxCopTool"
87
			/>
39 bj 88
			<Tool
72 bj 89
				Name="VCPostBuildEventTool"
90
			/>
39 bj 91
		</Configuration>
92
		<Configuration
72 bj 93
			Name="Debug|Win32"
94
			OutputDirectory="..\..\lib"
95
			IntermediateDirectory="Debug\LinAlg"
39 bj 96
			ConfigurationType="4"
72 bj 97
			CharacterSet="0"
98
			>
39 bj 99
			<Tool
72 bj 100
				Name="VCPreBuildEventTool"
101
			/>
102
			<Tool
103
				Name="VCCustomBuildTool"
104
			/>
105
			<Tool
106
				Name="VCXMLDataGeneratorTool"
107
			/>
108
			<Tool
109
				Name="VCWebServiceProxyGeneratorTool"
110
			/>
111
			<Tool
112
				Name="VCMIDLTool"
113
			/>
114
			<Tool
39 bj 115
				Name="VCCLCompilerTool"
72 bj 116
				Optimization=""
117
				AdditionalIncludeDirectories="..\..\src,$(GELEXT)\include"
118
				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
119
				MinimalRebuild="true"
120
				BasicRuntimeChecks="3"
121
				RuntimeLibrary="3"
122
				RuntimeTypeInfo="true"
39 bj 123
				WarningLevel="3"
72 bj 124
				Detect64BitPortabilityProblems="true"
125
				DebugInformationFormat="3"
126
			/>
39 bj 127
			<Tool
72 bj 128
				Name="VCManagedResourceCompilerTool"
129
			/>
39 bj 130
			<Tool
72 bj 131
				Name="VCResourceCompilerTool"
132
				PreprocessorDefinitions="_DEBUG"
133
				Culture="1033"
134
				AdditionalIncludeDirectories="..\..\src,$(GELEXT)\include"
135
			/>
136
			<Tool
137
				Name="VCPreLinkEventTool"
138
			/>
139
			<Tool
39 bj 140
				Name="VCLibrarianTool"
72 bj 141
				OutputFile="..\..\lib\LinAlgd.lib"
142
				OutputFile="$(OutDir)\.exe"
143
				LinkIncremental="2"
144
				SuppressStartupBanner="true"
145
				AdditionalLibraryDirectories=".;..\..\lib"
146
				GenerateDebugInformation="true"
147
				SubSystem="2"
148
				TargetMachine="1"
149
			/>
39 bj 150
			<Tool
72 bj 151
				Name="VCALinkTool"
69 bj 152
			/>
39 bj 153
			<Tool
72 bj 154
				Name="VCXDCMakeTool"
155
			/>
39 bj 156
			<Tool
72 bj 157
				Name="VCBscMakeTool"
158
			/>
39 bj 159
			<Tool
72 bj 160
				Name="VCFxCopTool"
161
			/>
39 bj 162
			<Tool
72 bj 163
				Name="VCPostBuildEventTool"
164
			/>
39 bj 165
		</Configuration>
166
		<Configuration
72 bj 167
			Name="Install|Win32"
168
			OutputDirectory="$(GELEXT)\lib\windows"
169
			IntermediateDirectory="Install\LinAlg"
39 bj 170
			ConfigurationType="4"
72 bj 171
			CharacterSet="0"
172
			>
39 bj 173
			<Tool
72 bj 174
				Name="VCPreBuildEventTool"
175
			/>
176
			<Tool
177
				Name="VCCustomBuildTool"
178
			/>
179
			<Tool
180
				Name="VCXMLDataGeneratorTool"
181
			/>
182
			<Tool
183
				Name="VCWebServiceProxyGeneratorTool"
184
			/>
185
			<Tool
186
				Name="VCMIDLTool"
187
			/>
188
			<Tool
39 bj 189
				Name="VCCLCompilerTool"
69 bj 190
				Optimization="3"
72 bj 191
				AdditionalIncludeDirectories="..\..\src,$(GELEXT)\include"
69 bj 192
				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
72 bj 193
				RuntimeLibrary="3"
194
				RuntimeTypeInfo="true"
39 bj 195
				WarningLevel="3"
72 bj 196
				Detect64BitPortabilityProblems="true"
197
			/>
39 bj 198
			<Tool
72 bj 199
				Name="VCManagedResourceCompilerTool"
200
			/>
39 bj 201
			<Tool
72 bj 202
				Name="VCResourceCompilerTool"
203
				PreprocessorDefinitions="NDEBUG"
204
				Culture="1033"
205
				AdditionalIncludeDirectories="..\..\src,$(GELEXT)\include"
206
			/>
207
			<Tool
208
				Name="VCPreLinkEventTool"
209
			/>
210
			<Tool
39 bj 211
				Name="VCLibrarianTool"
72 bj 212
				OutputFile="$(GELEXT)\lib\windows\LinAlg.lib"
213
				OutputFile="$(OutDir)\.exe"
214
				LinkIncremental="2"
215
				SuppressStartupBanner="true"
216
				AdditionalLibraryDirectories=".;..\..\lib"
217
				GenerateDebugInformation="true"
218
				SubSystem="2"
219
				OptimizeReferences="2"
220
				EnableCOMDATFolding="2"
221
				TargetMachine="1"
222
			/>
39 bj 223
			<Tool
72 bj 224
				Name="VCALinkTool"
69 bj 225
			/>
39 bj 226
			<Tool
72 bj 227
				Name="VCXDCMakeTool"
228
			/>
39 bj 229
			<Tool
72 bj 230
				Name="VCBscMakeTool"
231
			/>
39 bj 232
			<Tool
72 bj 233
				Name="VCFxCopTool"
234
			/>
39 bj 235
			<Tool
72 bj 236
				Name="VCPostBuildEventTool"
237
				CommandLine="runme.bat"
238
			/>
39 bj 239
		</Configuration>
240
	</Configurations>
72 bj 241
	<References>
242
	</References>
39 bj 243
	<Files>
244
		<Filter
245
			Name="Source Files"
69 bj 246
			Filter="cpp;cxx;cc;C;c">
39 bj 247
			<File
69 bj 248
				RelativePath="LapackFunc.cpp">
39 bj 249
			</File>
250
			<File
69 bj 251
				RelativePath="LinAlgIO.cpp">
39 bj 252
			</File>
253
		</Filter>
254
		<Filter
255
			Name="Header Files"
69 bj 256
			Filter="h;hpp;hxx;hh">
39 bj 257
			<File
69 bj 258
				RelativePath="LapackFunc.h">
39 bj 259
			</File>
260
			<File
69 bj 261
				RelativePath="LinAlgIO.h">
39 bj 262
			</File>
263
			<File
69 bj 264
				RelativePath="Matrix.h">
39 bj 265
			</File>
266
			<File
69 bj 267
				RelativePath="Vector.h">
39 bj 268
			</File>
269
		</Filter>
270
	</Files>
271
	<Globals>
272
	</Globals>
273
</VisualStudioProject>