1 <?xml version="1.0" encoding="UTF-8"?>
2 <VisualStudioProject ProjectType="typeStaticLibrary" ProjectCreator="Intel Fortran" Keyword="Static Library" Version="11.0" ProjectIdGuid="{C352587B-F5E4-457C-80EE-A1AEAB176C8E}">
4 <Platform Name="Win32"/>
5 <Platform Name="x64"/></Platforms>
7 <Configuration Name="Debug|Win32" OutputDirectory="$(SolutionDir)bin\" IntermediateDirectory="$(ProjectDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
8 <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" AdditionalIncludeDirectories="../../../core/includes" PreprocessorDefinitions="WIN32;FORDLL" AlternateParameterSyntax="false" F77RuntimeCompatibility="true" FPS4Libs="false" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
9 <Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin\$(ProjectName).dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ModuleDefinitionFile="core_f.def" GenerateDebugInformation="true" SubSystem="subSystemWindows" ImportLibrary="$(SolutionDir)bin\$(ProjectName).lib" LinkDLL="true" AdditionalDependencies="cacsd_f.lib eispack_f.lib elementary_functions.lib integer.lib core.lib linpack_f.lib output_stream.lib polynomials_f.lib slatec_f.lib sparse_f.lib string.lib ../../../../bin/blasplus.lib ../../../../bin/lapack.lib"/>
10 <Tool Name="VFResourceCompilerTool"/>
11 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
12 <Tool Name="VFCustomBuildTool"/>
13 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
14 cd $(ConfigurationName)
16 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
17 $(SolutionDir)bin\dumpexts -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
18 copy $(ProjectName).def ..\$(ProjectName).def >nul
20 cd .." Description="Build $(ProjectName).def"/>
21 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(InputDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)core.lib" 1>NUL 2>NUL
22 lib /DEF:"$(InputDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)elementary_functions.lib" 1>NUL 2>NUL
23 lib /DEF:"$(InputDir)string_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)string.lib" 1>NUL 2>NUL
24 lib /DEF:"$(InputDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)output_stream.lib" 1>NUL 2>NUL
25 lib /DEF:"$(InputDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)integer.lib" 1>NUL 2>NUL
26 lib /DEF:"$(InputDir)cacsd_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)cacsd_f.lib" 1>NUL 2>NUL
27 lib /DEF:"$(InputDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)polynomials_f.lib" 1>NUL 2>NUL
28 lib /DEF:"$(InputDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)sparse_f.lib" 1>NUL 2>NUL
29 lib /DEF:"$(InputDir)eispack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)eispack_f.lib" 1>NUL 2>NUL
30 lib /DEF:"$(InputDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)linpack_f.lib" 1>NUL 2>NUL
31 lib /DEF:"$(InputDir)slatec_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)slatec_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
32 <Tool Name="VFPostBuildEventTool"/>
33 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
34 <Configuration Name="Release|Win32" OutputDirectory="$(SolutionDir)bin\" IntermediateDirectory="$(ProjectDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
35 <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" Parallelization="true" AdditionalIncludeDirectories="../../../core/includes" PreprocessorDefinitions="WIN32;FORDLL" AlternateParameterSyntax="false" F77RuntimeCompatibility="true" FPS4Libs="false" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" RuntimeLibrary="rtMultiThreadedDLL"/>
36 <Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin\$(ProjectName).dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ModuleDefinitionFile="core_f.def" SubSystem="subSystemWindows" ImportLibrary="$(SolutionDir)bin\$(ProjectName).lib" LinkDLL="true" AdditionalDependencies="cacsd_f.lib eispack_f.lib elementary_functions.lib integer.lib core.lib linpack_f.lib output_stream.lib polynomials_f.lib slatec_f.lib sparse_f.lib string.lib ../../../../bin/blasplus.lib ../../../../bin/lapack.lib"/>
37 <Tool Name="VFResourceCompilerTool"/>
38 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
39 <Tool Name="VFCustomBuildTool"/>
40 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
41 cd $(ConfigurationName)
43 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
44 $(SolutionDir)bin\dumpexts -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
45 copy $(ProjectName).def ..\$(ProjectName).def >nul
47 cd .." Description="Build $(ProjectName).def"/>
48 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(InputDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)core.lib" 1>NUL 2>NUL
49 lib /DEF:"$(InputDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)elementary_functions.lib" 1>NUL 2>NUL
50 lib /DEF:"$(InputDir)string_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)string.lib" 1>NUL 2>NUL
51 lib /DEF:"$(InputDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)output_stream.lib" 1>NUL 2>NUL
52 lib /DEF:"$(InputDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)integer.lib" 1>NUL 2>NUL
53 lib /DEF:"$(InputDir)cacsd_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)cacsd_f.lib" 1>NUL 2>NUL
54 lib /DEF:"$(InputDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)polynomials_f.lib" 1>NUL 2>NUL
55 lib /DEF:"$(InputDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)sparse_f.lib" 1>NUL 2>NUL
56 lib /DEF:"$(InputDir)eispack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)eispack_f.lib" 1>NUL 2>NUL
57 lib /DEF:"$(InputDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)linpack_f.lib" 1>NUL 2>NUL
58 lib /DEF:"$(InputDir)slatec_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(InputDir)slatec_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
59 <Tool Name="VFPostBuildEventTool"/>
60 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
61 <Configuration Name="Debug|x64" OutputDirectory="$(SolutionDir)bin\" IntermediateDirectory="$(ProjectDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
62 <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" AdditionalIncludeDirectories="../../../core/includes" PreprocessorDefinitions="WIN32;FORDLL" AlternateParameterSyntax="false" F77RuntimeCompatibility="true" FPS4Libs="false" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
63 <Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin\$(ProjectName).dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ModuleDefinitionFile="core_f.def" GenerateDebugInformation="true" SubSystem="subSystemWindows" ImportLibrary="$(SolutionDir)bin\$(ProjectName).lib" LinkDLL="true" AdditionalDependencies="cacsd_f.lib eispack_f.lib elementary_functions.lib integer.lib core.lib linpack_f.lib output_stream.lib polynomials_f.lib slatec_f.lib sparse_f.lib string.lib ../../../../bin/blasplus.lib ../../../../bin/lapack.lib"/>
64 <Tool Name="VFResourceCompilerTool"/>
65 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
66 <Tool Name="VFCustomBuildTool"/>
67 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
68 cd $(ConfigurationName)
70 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
71 $(SolutionDir)bin\dumpexts -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
72 copy $(ProjectName).def ..\$(ProjectName).def >nul
74 cd .." Description="Build $(ProjectName).def"/>
75 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(InputDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)core.lib" 1>NUL 2>NUL
76 lib /DEF:"$(InputDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)elementary_functions.lib" 1>NUL 2>NUL
77 lib /DEF:"$(InputDir)string_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)string.lib" 1>NUL 2>NUL
78 lib /DEF:"$(InputDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)output_stream.lib" 1>NUL 2>NUL
79 lib /DEF:"$(InputDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)integer.lib" 1>NUL 2>NUL
80 lib /DEF:"$(InputDir)cacsd_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)cacsd_f.lib" 1>NUL 2>NUL
81 lib /DEF:"$(InputDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)polynomials_f.lib" 1>NUL 2>NUL
82 lib /DEF:"$(InputDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)sparse_f.lib" 1>NUL 2>NUL
83 lib /DEF:"$(InputDir)eispack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)eispack_f.lib" 1>NUL 2>NUL
84 lib /DEF:"$(InputDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)linpack_f.lib" 1>NUL 2>NUL
85 lib /DEF:"$(InputDir)slatec_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)slatec_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
86 <Tool Name="VFPostBuildEventTool"/>
87 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
88 <Configuration Name="Release|x64" OutputDirectory="$(SolutionDir)bin\" IntermediateDirectory="$(ProjectDir)$(ConfigurationName)" DeleteExtensionsOnClean="*.obj;*.mod;*.pdb;*.asm;*.map;*.dyn;*.dpi;*.tmp;*.log;*.ilk;*.dll;$(TargetPath)" ConfigurationType="typeDynamicLibrary">
89 <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" Parallelization="true" AdditionalIncludeDirectories="../../../core/includes" PreprocessorDefinitions="WIN32;FORDLL" AlternateParameterSyntax="false" F77RuntimeCompatibility="true" FPS4Libs="false" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" RuntimeLibrary="rtMultiThreadedDLL"/>
90 <Tool Name="VFLinkerTool" OutputFile="$(SolutionDir)bin\$(ProjectName).dll" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ModuleDefinitionFile="core_f.def" SubSystem="subSystemWindows" ImportLibrary="$(SolutionDir)bin\$(ProjectName).lib" LinkDLL="true" AdditionalDependencies="cacsd_f.lib eispack_f.lib elementary_functions.lib integer.lib core.lib linpack_f.lib output_stream.lib polynomials_f.lib slatec_f.lib sparse_f.lib string.lib ../../../../bin/blasplus.lib ../../../../bin/lapack.lib"/>
91 <Tool Name="VFResourceCompilerTool"/>
92 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
93 <Tool Name="VFCustomBuildTool"/>
94 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
95 cd $(ConfigurationName)
97 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
98 $(SolutionDir)bin\dumpexts -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
99 copy $(ProjectName).def ..\$(ProjectName).def >nul
101 cd .." Description="Build $(ProjectName).def"/>
102 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(InputDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)core.lib" 1>NUL 2>NUL
103 lib /DEF:"$(InputDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)elementary_functions.lib" 1>NUL 2>NUL
104 lib /DEF:"$(InputDir)string_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)string.lib" 1>NUL 2>NUL
105 lib /DEF:"$(InputDir)output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)output_stream.lib" 1>NUL 2>NUL
106 lib /DEF:"$(InputDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)integer.lib" 1>NUL 2>NUL
107 lib /DEF:"$(InputDir)cacsd_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)cacsd_f.lib" 1>NUL 2>NUL
108 lib /DEF:"$(InputDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)polynomials_f.lib" 1>NUL 2>NUL
109 lib /DEF:"$(InputDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)sparse_f.lib" 1>NUL 2>NUL
110 lib /DEF:"$(InputDir)eispack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)eispack_f.lib" 1>NUL 2>NUL
111 lib /DEF:"$(InputDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)linpack_f.lib" 1>NUL 2>NUL
112 lib /DEF:"$(InputDir)slatec_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(InputDir)slatec_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
113 <Tool Name="VFPostBuildEventTool"/>
114 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
116 <Filter Name="Header Files" Filter="fi;fd">
117 <File RelativePath="..\..\includes\callinter.h"/>
118 <File RelativePath="..\..\includes\stack.h"/></Filter>
119 <Filter Name="Library Dependencies"/>
120 <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/>
121 <Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
122 <File RelativePath="allops.f"/>
123 <File RelativePath="allowptr.f"/>
124 <File RelativePath="atome.f"/>
125 <File RelativePath="basin.f"/>
126 <File RelativePath="basnms.f"/>
127 <File RelativePath="bexec.f"/>
128 <File RelativePath="btof.f"/>
129 <File RelativePath="btofm.f"/>
130 <File RelativePath="clause.f"/>
131 <File RelativePath="clunit.f"/>
132 <File RelativePath="cmdstr.f"/>
133 <File RelativePath="cmplxt.f"/>
134 <File RelativePath="command.f"/>
135 <File RelativePath="compcl.f"/>
136 <File RelativePath="compil.f"/>
137 <File RelativePath="copyvar.f"/>
138 <File RelativePath="createref.f"/>
139 <File RelativePath="cvdm.f"/>
140 <File RelativePath="cvname.f"/>
141 <File RelativePath="cvwm.f"/>
142 <File RelativePath="dbasin.f"/>
143 <File RelativePath="defmat.f"/>
144 <File RelativePath="dtosci.f"/>
145 <File RelativePath="errmgr.f"/>
146 <File RelativePath="error.f"/>
147 <File RelativePath="expsum.f"/>
148 <File RelativePath="extlarg.f"/>
149 <File RelativePath="fact.f"/>
150 <File RelativePath="find.f"/>
151 <File RelativePath="findequal.f"/>
152 <File RelativePath="folhp.f"/>
153 <File RelativePath="ftob.f"/>
154 <File RelativePath="funnam.f"/>
155 <File RelativePath="funs.f"/>
156 <File RelativePath="getch.f"/>
157 <File RelativePath="getfun.f"/>
158 <File RelativePath="getfunction.f"/>
159 <File RelativePath="getlin.f"/>
160 <File RelativePath="getnum.f"/>
161 <File RelativePath="getstr.f"/>
162 <File RelativePath="getsym.f"/>
163 <File RelativePath="hmcreate.f"/>
164 <File RelativePath="hndlops.f"/>
165 <File RelativePath="indxg.f"/>
166 <File RelativePath="inisci.f"/>
167 <File RelativePath="intstr.f"/>
168 <File RelativePath="isany.f"/>
169 <File RelativePath="isbrk.f"/>
170 <File RelativePath=".\isinstring.f"/>
171 <File RelativePath="isnum.f"/>
172 <File RelativePath="istrue.f"/>
173 <File RelativePath="itosci.f"/>
174 <File RelativePath="logops.f"/>
175 <File RelativePath="lst2vars.f"/>
176 <File RelativePath="macro.f"/>
177 <File RelativePath="majmin.f"/>
178 <File RelativePath="matc.f"/>
179 <File RelativePath="matz.f"/>
180 <File RelativePath="matzs.f"/>
181 <File RelativePath="misops.f"/>
182 <File RelativePath="mkindx.f"/>
183 <File RelativePath="mklist.f"/>
184 <File RelativePath="mname.f"/>
185 <File RelativePath="mrknmd.f"/>
186 <File RelativePath="nextj.f"/>
187 <File RelativePath="prompt.f"/>
188 <File RelativePath="ptover.f"/>
189 <File RelativePath="ptrback.f"/>
190 <File RelativePath="putid.f"/>
191 <File RelativePath="ref2val.f"/>
192 <File RelativePath="savlod.f"/>
193 <File RelativePath="..\..\sci_gateway\fortran\sci_f_argn.f"/>
194 <File RelativePath="..\..\sci_gateway\fortran\sci_f_clear.f"/>
195 <File RelativePath="..\..\sci_gateway\fortran\sci_f_clearglobal.f"/>
196 <File RelativePath="..\..\sci_gateway\fortran\sci_f_comp.f"/>
197 <File RelativePath="..\..\sci_gateway\fortran\sci_f_delbpt.f"/>
198 <File RelativePath="..\..\sci_gateway\fortran\sci_f_dispbpt.f"/>
199 <File RelativePath="..\..\sci_gateway\fortran\sci_f_errcatch.f"/>
200 <File RelativePath="..\..\sci_gateway\fortran\sci_f_exists.f"/>
201 <File RelativePath="..\..\sci_gateway\fortran\sci_f_global.f"/>
202 <File RelativePath="..\..\sci_gateway\fortran\sci_f_ieee.f"/>
203 <File RelativePath="..\..\sci_gateway\fortran\sci_f_intppty.f"/>
204 <File RelativePath="..\..\sci_gateway\fortran\sci_f_iserror.f"/>
205 <File RelativePath="..\..\sci_gateway\fortran\sci_f_isglobal.f"/>
206 <File RelativePath="..\..\sci_gateway\fortran\sci_f_macrovar.f"/>
207 <File RelativePath="..\..\sci_gateway\fortran\sci_f_mtlb_mode.f"/>
208 <File RelativePath="..\..\sci_gateway\fortran\sci_f_resume.f"/>
209 <File RelativePath="..\..\sci_gateway\fortran\sci_f_setbpt.f"/>
210 <File RelativePath="seteol.f"/>
211 <File RelativePath="setgetmode.f"/>
212 <File RelativePath="setippty.f"/>
213 <File RelativePath="setlnb.f"/>
214 <File RelativePath="showstack.f"/>
215 <File RelativePath="sigbas.f"/>
216 <File RelativePath="skpins.f"/>
217 <File RelativePath="stack.f"/>
218 <File RelativePath=".\stackc2i.f"/>
219 <File RelativePath="stackg.f"/>
220 <File RelativePath="stackgl.f"/>
221 <File RelativePath=".\stacki2d.f"/>
222 <File RelativePath="stackp.f"/>
223 <File RelativePath=".\stackr2d.f"/>
224 <File RelativePath="storeglobal.f"/>
225 <File RelativePath="termf.f"/>
226 <File RelativePath="tradsl.f"/>
227 <File RelativePath="typ2cod.f"/>
228 <File RelativePath="varfunptr.f"/>
229 <File RelativePath="whatln.f"/>
230 <File RelativePath="..\..\sci_gateway\fortran\where.f"/>
231 <File RelativePath="xerbla.f"/></Filter>
232 <File RelativePath="..\..\sci_gateway\core_gateway.xml"/>
233 <File RelativePath="..\..\Makefile.am"/></Files>
234 <Globals/></VisualStudioProject>