Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | 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++"
4
	Version="7.10"
5
	Name="LinAlg"
6
	ProjectGUID="{A1A846B0-3F18-4219-92B1-EF0981D0771F}"
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
				AdditionalIncludeDirectories="..\..\src"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24
				MinimalRebuild="TRUE"
25
				BasicRuntimeChecks="3"
26
				RuntimeLibrary="5"
27
				UsePrecompiledHeader="0"
28
				WarningLevel="3"
29
				Detect64BitPortabilityProblems="TRUE"
30
				DebugInformationFormat="4"/>
31
			<Tool
32
				Name="VCCustomBuildTool"/>
33
			<Tool
34
				Name="VCLibrarianTool"
35
				OutputFile="$(OutDir)/$(ProjectName)d.lib"
36
				AdditionalLibraryDirectories="$(GELEXT)\lib\windows"/>
37
			<Tool
38
				Name="VCMIDLTool"/>
39
			<Tool
40
				Name="VCPostBuildEventTool"/>
41
			<Tool
42
				Name="VCPreBuildEventTool"/>
43
			<Tool
44
				Name="VCPreLinkEventTool"/>
45
			<Tool
46
				Name="VCResourceCompilerTool"/>
47
			<Tool
48
				Name="VCWebServiceProxyGeneratorTool"/>
49
			<Tool
50
				Name="VCXMLDataGeneratorTool"/>
51
			<Tool
52
				Name="VCManagedWrapperGeneratorTool"/>
53
			<Tool
54
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55
		</Configuration>
56
		<Configuration
57
			Name="Release|Win32"
58
			OutputDirectory="..\..\lib"
59
			IntermediateDirectory="Release"
60
			ConfigurationType="4"
61
			CharacterSet="2">
62
			<Tool
63
				Name="VCCLCompilerTool"
64
				AdditionalIncludeDirectories="..\..\src"
65
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
66
				RuntimeLibrary="4"
67
				UsePrecompiledHeader="0"
68
				WarningLevel="3"
69
				Detect64BitPortabilityProblems="TRUE"
70
				DebugInformationFormat="3"/>
71
			<Tool
72
				Name="VCCustomBuildTool"/>
73
			<Tool
74
				Name="VCLibrarianTool"
75
				OutputFile="$(OutDir)/$(ProjectName).lib"
76
				AdditionalLibraryDirectories="$(GELEXT)\lib\windows"/>
77
			<Tool
78
				Name="VCMIDLTool"/>
79
			<Tool
80
				Name="VCPostBuildEventTool"/>
81
			<Tool
82
				Name="VCPreBuildEventTool"/>
83
			<Tool
84
				Name="VCPreLinkEventTool"/>
85
			<Tool
86
				Name="VCResourceCompilerTool"/>
87
			<Tool
88
				Name="VCWebServiceProxyGeneratorTool"/>
89
			<Tool
90
				Name="VCXMLDataGeneratorTool"/>
91
			<Tool
92
				Name="VCManagedWrapperGeneratorTool"/>
93
			<Tool
94
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
95
		</Configuration>
96
		<Configuration
97
			Name="Install|Win32"
98
			OutputDirectory="$(GELEXT)\lib\windows"
99
			IntermediateDirectory="$(ConfigurationName)"
100
			ConfigurationType="4"
101
			CharacterSet="2">
102
			<Tool
103
				Name="VCCLCompilerTool"
104
				AdditionalIncludeDirectories="..\..\src"
105
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
106
				RuntimeLibrary="4"
107
				UsePrecompiledHeader="0"
108
				WarningLevel="3"
109
				Detect64BitPortabilityProblems="TRUE"
110
				DebugInformationFormat="3"/>
111
			<Tool
112
				Name="VCCustomBuildTool"/>
113
			<Tool
114
				Name="VCLibrarianTool"
115
				OutputFile="$(OutDir)/$(ProjectName).lib"
116
				AdditionalLibraryDirectories="$(GELEXT)\lib\windows"/>
117
			<Tool
118
				Name="VCMIDLTool"/>
119
			<Tool
120
				Name="VCPostBuildEventTool"
121
				CommandLine="xcopy /Y *.h $(GELEXT)include\$(ProjectName)\"/>
122
			<Tool
123
				Name="VCPreBuildEventTool"/>
124
			<Tool
125
				Name="VCPreLinkEventTool"/>
126
			<Tool
127
				Name="VCResourceCompilerTool"/>
128
			<Tool
129
				Name="VCWebServiceProxyGeneratorTool"/>
130
			<Tool
131
				Name="VCXMLDataGeneratorTool"/>
132
			<Tool
133
				Name="VCManagedWrapperGeneratorTool"/>
134
			<Tool
135
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
136
		</Configuration>
137
	</Configurations>
138
	<References>
139
		<ProjectReference
140
			ReferencedProjectIdentifier="{DF483DEF-5642-4140-BBAE-5DFF5CED69F9}"
141
			Name="CGLA"/>
142
	</References>
143
	<Files>
144
		<Filter
145
			Name="Source Files"
146
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
147
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
148
			<File
149
				RelativePath=".\LapackFunc.cpp">
150
			</File>
151
			<File
152
				RelativePath=".\LinAlgIO.cpp">
153
			</File>
154
		</Filter>
155
		<Filter
156
			Name="Header Files"
157
			Filter="h;hpp;hxx;hm;inl;inc;xsd"
158
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
159
			<File
160
				RelativePath=".\LapackFunc.h">
161
			</File>
162
			<File
163
				RelativePath=".\LinAlgIO.h">
164
			</File>
165
			<File
166
				RelativePath=".\Matrix.h">
167
			</File>
168
			<File
169
				RelativePath=".\Vector.h">
170
			</File>
171
		</Filter>
172
	</Files>
173
	<Globals>
174
	</Globals>
175
</VisualStudioProject>