Subversion Repositories gelsvn

Rev

Rev 39 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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