Subversion Repositories gelsvn

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
39 bj 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
178 bj 3
    ProjectType="Visual C++"
4
    Version="7.10"
5
    Name="LinAlg"
190 bj 6
    ProjectGUID="{594E8EE0-FECA-1BAD-0000-000034FCF0EE}"
178 bj 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\LinAlg"
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\LinAlg.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\LinAlg"
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\LinAlgd.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\LinAlgd.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\LinAlg"
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\LinAlg.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="LapackFunc.cpp">
174
            </File>
175
            <File
176
                RelativePath="LinAlgIO.cpp">
177
            </File>
178
        </Filter>
179
        <Filter
180
            Name="Header Files"
181
            Filter="h;hpp;hxx;hh">
182
            <File
183
                RelativePath="LapackFunc.h">
184
            </File>
185
            <File
186
                RelativePath="LinAlgIO.h">
187
            </File>
188
            <File
189
                RelativePath="Matrix.h">
190
            </File>
191
            <File
192
                RelativePath="Vector.h">
193
            </File>
194
        </Filter>
195
    </Files>
196
    <Globals>
197
    </Globals>
39 bj 198
</VisualStudioProject>