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="../../../../bin/blasplus.lib ../../../../bin/lapack.lib core.lib string.lib output_stream.lib output_stream_f.lib elementary_functions.lib elementary_functions_f.lib linpack_f.lib fileio.lib data_structures_f.lib data_structures.lib polynomials_f.lib string_f.lib fftw.lib integer_f.lib integer.lib sparse_f.lib double.lib console.lib boolean_f.lib io_f.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
cd $(ConfigurationName)
set LIST_OBJ=
for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
copy $(ProjectName).def ..\$(ProjectName).def >nul
del *.def >nul
cd .." Description="Build $(ProjectName).def"/>
14 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
15 <Tool Name="VFPostBuildEventTool"/>
16 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
17 <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">
18 <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" Optimization="optimizeDisabled" AdditionalIncludeDirectories="../../../core/includes" PreprocessorDefinitions="WIN32;FORDLL" AlternateParameterSyntax="false" F77RuntimeCompatibility="true" FPS4Libs="false" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" RuntimeLibrary="rtMultiThreadedDLL"/>
19 <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="../../../../bin/blasplus.lib ../../../../bin/lapack.lib core.lib string.lib output_stream.lib output_stream_f.lib elementary_functions.lib elementary_functions_f.lib linpack_f.lib fileio.lib data_structures_f.lib data_structures.lib polynomials_f.lib string_f.lib fftw.lib integer_f.lib integer.lib sparse_f.lib double.lib console.lib boolean_f.lib io_f.lib"/>
20 <Tool Name="VFResourceCompilerTool"/>
21 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
22 <Tool Name="VFCustomBuildTool"/>
23 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
cd $(ConfigurationName)
set LIST_OBJ=
for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
copy $(ProjectName).def ..\$(ProjectName).def >nul
del *.def >nul
cd .." Description="Build $(ProjectName).def"/>
24 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
25 <Tool Name="VFPostBuildEventTool"/>
26 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
27 <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">
28 <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"/>
29 <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="../../../../bin/blasplus.lib ../../../../bin/lapack.lib core.lib string.lib output_stream.lib output_stream_f.lib elementary_functions.lib elementary_functions_f.lib linpack_f.lib fileio.lib data_structures_f.lib data_structures.lib polynomials_f.lib string_f.lib fftw.lib integer_f.lib integer.lib sparse_f.lib double.lib console.lib boolean_f.lib io_f.lib"/>
30 <Tool Name="VFResourceCompilerTool"/>
31 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
32 <Tool Name="VFCustomBuildTool"/>
33 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
cd $(ConfigurationName)
set LIST_OBJ=
for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
copy $(ProjectName).def ..\$(ProjectName).def >nul
del *.def >nul
cd .." Description="Build $(ProjectName).def"/>
34 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
35 <Tool Name="VFPostBuildEventTool"/>
36 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
37 <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">
38 <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" Optimization="optimizeDisabled" AdditionalIncludeDirectories="../../../core/includes" PreprocessorDefinitions="WIN32;FORDLL" AlternateParameterSyntax="false" F77RuntimeCompatibility="true" FPS4Libs="false" CallingConvention="callConventionCRef" ExternalNameUnderscore="true" ModulePath="$(INTDIR)/" ObjectFile="$(INTDIR)/" RuntimeLibrary="rtMultiThreadedDLL"/>
39 <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="../../../../bin/blasplus.lib ../../../../bin/lapack.lib core.lib string.lib output_stream.lib output_stream_f.lib elementary_functions.lib elementary_functions_f.lib linpack_f.lib fileio.lib data_structures_f.lib data_structures.lib polynomials_f.lib string_f.lib fftw.lib integer_f.lib integer.lib sparse_f.lib double.lib console.lib boolean_f.lib io_f.lib"/>
40 <Tool Name="VFResourceCompilerTool"/>
41 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
42 <Tool Name="VFCustomBuildTool"/>
43 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
cd $(ConfigurationName)
set LIST_OBJ=
for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
"$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
copy $(ProjectName).def ..\$(ProjectName).def >nul
del *.def >nul
cd .." Description="Build $(ProjectName).def"/>
44 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
45 <Tool Name="VFPostBuildEventTool"/>
46 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
48 <Filter Name="Header Files" Filter="fi;fd">
49 <File RelativePath="..\..\includes\callinter.h"/>
50 <File RelativePath="..\..\includes\stack.h"/></Filter>
51 <Filter Name="Library Dependencies">
52 <File RelativePath=".\boolean_f_Import.def"/>
53 <File RelativePath=".\console_Import.def"/>
54 <File RelativePath=".\core_import.def"/>
55 <File RelativePath=".\data_structures_f_Import.def"/>
56 <File RelativePath=".\data_structures_Import.def"/>
57 <File RelativePath=".\double_Import.def"/>
58 <File RelativePath=".\elementary_functions_f_Import.def"/>
59 <File RelativePath=".\elementary_functions_Import.def"/>
60 <File RelativePath=".\fftw_Import.def"/>
61 <File RelativePath=".\fileio_Import.def"/>
62 <File RelativePath=".\integer_f_Import.def"/>
63 <File RelativePath=".\integer_Import.def"/>
64 <File RelativePath=".\io_f_Import.def"/>
65 <File RelativePath=".\linpack_f_Import.def"/>
66 <File RelativePath=".\Output_stream_f_Import.def"/>
67 <File RelativePath=".\Output_stream_Import.def"/>
68 <File RelativePath=".\polynomials_f_Import.def"/>
69 <File RelativePath=".\sparse_f_Import.def"/>
70 <File RelativePath=".\string_f_Import.def"/>
71 <File RelativePath=".\string_Import.def"/></Filter>
72 <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/>
73 <Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
74 <File RelativePath="allops.f"/>
75 <File RelativePath="allowptr.f"/>
76 <File RelativePath="basin.f"/>
77 <File RelativePath="basnms.f"/>
78 <File RelativePath="bexec.f"/>
79 <File RelativePath="btof.f"/>
80 <File RelativePath="btofm.f"/>
81 <File RelativePath="clause.f"/>
82 <File RelativePath="clunit.f"/>
83 <File RelativePath="cmdstr.f"/>
84 <File RelativePath="cmplxt.f"/>
85 <File RelativePath="command.f"/>
86 <File RelativePath="compcl.f"/>
87 <File RelativePath="compil.f"/>
88 <File RelativePath="copyvar.f"/>
89 <File RelativePath="createref.f"/>
90 <File RelativePath="cvdm.f"/>
91 <File RelativePath="cvname.f"/>
92 <File RelativePath="cvwm.f"/>
93 <File RelativePath="dbasin.f"/>
94 <File RelativePath="defmat.f"/>
95 <File RelativePath="dtosci.f"/>
96 <File RelativePath="errmgr.f"/>
97 <File RelativePath="error.f"/>
98 <File RelativePath="expsum.f"/>
99 <File RelativePath="extlarg.f"/>
100 <File RelativePath="fact.f"/>
101 <File RelativePath="find.f"/>
102 <File RelativePath="findequal.f"/>
103 <File RelativePath="folhp.f"/>
104 <File RelativePath="ftob.f"/>
105 <File RelativePath="funnam.f"/>
106 <File RelativePath="funs.f"/>
107 <File RelativePath="getch.f"/>
108 <File RelativePath="getfun.f"/>
109 <File RelativePath="getfunction.f"/>
110 <File RelativePath="getlin.f"/>
111 <File RelativePath="getnum.f"/>
112 <File RelativePath="getstr.f"/>
113 <File RelativePath="getsym.f"/>
114 <File RelativePath="hmcreate.f"/>
115 <File RelativePath="hndlops.f"/>
116 <File RelativePath="indxg.f"/>
117 <File RelativePath="inisci.f"/>
118 <File RelativePath="intstr.f"/>
119 <File RelativePath="isany.f"/>
120 <File RelativePath="isbrk.f"/>
121 <File RelativePath=".\isinstring.f"/>
122 <File RelativePath="istrue.f"/>
123 <File RelativePath="itosci.f"/>
124 <File RelativePath="lst2vars.f"/>
125 <File RelativePath="macro.f"/>
126 <File RelativePath="misops.f"/>
127 <File RelativePath="mkindx.f"/>
128 <File RelativePath="mklist.f"/>
129 <File RelativePath="mname.f"/>
130 <File RelativePath="mrknmd.f"/>
131 <File RelativePath="nextj.f"/>
132 <File RelativePath="prompt.f"/>
133 <File RelativePath="ptover.f"/>
134 <File RelativePath="ptrback.f"/>
135 <File RelativePath="putid.f"/>
136 <File RelativePath="ref2val.f"/>
137 <File RelativePath="savlod.f"/>
138 <File RelativePath="..\..\sci_gateway\fortran\sci_f_argn.f"/>
139 <File RelativePath="..\..\sci_gateway\fortran\sci_f_clear.f"/>
140 <File RelativePath="..\..\sci_gateway\fortran\sci_f_clearglobal.f"/>
141 <File RelativePath="..\..\sci_gateway\fortran\sci_f_comp.f"/>
142 <File RelativePath="..\..\sci_gateway\fortran\sci_f_delbpt.f"/>
143 <File RelativePath="..\..\sci_gateway\fortran\sci_f_dispbpt.f"/>
144 <File RelativePath="..\..\sci_gateway\fortran\sci_f_errcatch.f"/>
145 <File RelativePath="..\..\sci_gateway\fortran\sci_f_exists.f"/>
146 <File RelativePath="..\..\sci_gateway\fortran\sci_f_global.f"/>
147 <File RelativePath="..\..\sci_gateway\fortran\sci_f_ieee.f"/>
148 <File RelativePath="..\..\sci_gateway\fortran\sci_f_intppty.f"/>
149 <File RelativePath="..\..\sci_gateway\fortran\sci_f_iserror.f"/>
150 <File RelativePath="..\..\sci_gateway\fortran\sci_f_isglobal.f"/>
151 <File RelativePath="..\..\sci_gateway\fortran\sci_f_macrovar.f"/>
152 <File RelativePath="..\..\sci_gateway\fortran\sci_f_mtlb_mode.f"/>
153 <File RelativePath="..\..\sci_gateway\fortran\sci_f_resume.f"/>
154 <File RelativePath="..\..\sci_gateway\fortran\sci_f_setbpt.f"/>
155 <File RelativePath="seteol.f"/>
156 <File RelativePath="setgetmode.f"/>
157 <File RelativePath="setippty.f"/>
158 <File RelativePath="setlnb.f"/>
159 <File RelativePath="showstack.f"/>
160 <File RelativePath="sigbas.f"/>
161 <File RelativePath="skpins.f"/>
162 <File RelativePath="stack.f"/>
163 <File RelativePath=".\stackc2i.f"/>
164 <File RelativePath="stackg.f"/>
165 <File RelativePath="stackgl.f"/>
166 <File RelativePath=".\stacki2d.f"/>
167 <File RelativePath="stackp.f"/>
168 <File RelativePath=".\stackr2d.f"/>
169 <File RelativePath="storeglobal.f"/>
170 <File RelativePath="tradsl.f"/>
171 <File RelativePath="typ2cod.f"/>
172 <File RelativePath="varfunptr.f"/>
173 <File RelativePath="whatln.f"/>
174 <File RelativePath="..\..\sci_gateway\fortran\where.f"/>
175 <File RelativePath=".\withf2c.f"/>
176 <File RelativePath="xerbla.f"/></Filter>
177 <File RelativePath="..\..\sci_gateway\core_gateway.xml"/>
178 <File RelativePath="..\..\Makefile.am"/></Files>
179 <Globals/></VisualStudioProject>