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
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:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
22 lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
23 lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
24 lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
25 lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
26 lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
27 lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
28 lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
29 lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
30 lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
31 lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
32 lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
33 lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
34 lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
35 lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
36 lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
37 lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
38 lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
39 lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
40 lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
41 <Tool Name="VFPostBuildEventTool"/>
42 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
43 <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">
44 <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"/>
45 <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"/>
46 <Tool Name="VFResourceCompilerTool"/>
47 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
48 <Tool Name="VFCustomBuildTool"/>
49 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
50 cd $(ConfigurationName)
52 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
53 "$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
54 copy $(ProjectName).def ..\$(ProjectName).def >nul
56 cd .." Description="Build $(ProjectName).def"/>
57 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
58 lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
59 lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
60 lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
61 lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
62 lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
63 lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
64 lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
65 lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
66 lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
67 lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
68 lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
69 lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
70 lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
71 lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
72 lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
73 lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
74 lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
75 lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
76 lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X86 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
77 <Tool Name="VFPostBuildEventTool"/>
78 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
79 <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">
80 <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"/>
81 <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"/>
82 <Tool Name="VFResourceCompilerTool"/>
83 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
84 <Tool Name="VFCustomBuildTool"/>
85 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
86 cd $(ConfigurationName)
88 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
89 "$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
90 copy $(ProjectName).def ..\$(ProjectName).def >nul
92 cd .." Description="Build $(ProjectName).def"/>
93 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
94 lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
95 lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
96 lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
97 lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
98 lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
99 lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
100 lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
101 lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
102 lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
103 lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
104 lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
105 lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
106 lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
107 lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
108 lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
109 lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
110 lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
111 lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
112 lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
113 <Tool Name="VFPostBuildEventTool"/>
114 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
115 <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">
116 <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"/>
117 <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"/>
118 <Tool Name="VFResourceCompilerTool"/>
119 <Tool Name="VFMidlTool" SuppressStartupBanner="true" HeaderFileName="$(InputName).h" TypeLibraryName="$(IntDir)/$(InputName).tlb"/>
120 <Tool Name="VFCustomBuildTool"/>
121 <Tool Name="VFPreLinkEventTool" CommandLine="setlocal EnableDelayedExpansion
122 cd $(ConfigurationName)
124 for %%f in (*.obj) do set LIST_OBJ=!LIST_OBJ! %%f
125 "$(SolutionDir)bin\dumpexts" -o $(ProjectName).def $(ProjectName).dll %LIST_OBJ%
126 copy $(ProjectName).def ..\$(ProjectName).def >nul
128 cd .." Description="Build $(ProjectName).def"/>
129 <Tool Name="VFPreBuildEventTool" CommandLine="lib /DEF:"$(ProjectDir)core_import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)core.lib" 1>NUL 2>NUL
130 lib /DEF:"$(ProjectDir)String_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string.lib" 1>NUL 2>NUL
131 lib /DEF:"$(ProjectDir)Output_stream_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream.lib" 1>NUL 2>NUL
132 lib /DEF:"$(ProjectDir)elementary_functions_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions.lib" 1>NUL 2>NUL
133 lib /DEF:"$(ProjectDir)elementary_functions_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)elementary_functions_f.lib" 1>NUL 2>NUL
134 lib /DEF:"$(ProjectDir)linpack_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)linpack_f.lib" 1>NUL 2>NUL
135 lib /DEF:"$(ProjectDir)fileio_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fileio.lib" 1>NUL 2>NUL
136 lib /DEF:"$(ProjectDir)data_structures_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures_f.lib" 1>NUL 2>NUL
137 lib /DEF:"$(ProjectDir)polynomials_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)polynomials_f.lib" 1>NUL 2>NUL
138 lib /DEF:"$(ProjectDir)string_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)string_f.lib" 1>NUL 2>NUL
139 lib /DEF:"$(ProjectDir)output_stream_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)output_stream_f.lib" 1>NUL 2>NUL
140 lib /DEF:"$(ProjectDir)fftw_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)fftw.lib" 1>NUL 2>NUL
141 lib /DEF:"$(ProjectDir)integer_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer_f.lib" 1>NUL 2>NUL
142 lib /DEF:"$(ProjectDir)integer_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)integer.lib" 1>NUL 2>NUL
143 lib /DEF:"$(ProjectDir)sparse_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)sparse_f.lib" 1>NUL 2>NUL
144 lib /DEF:"$(ProjectDir)double_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)double.lib" 1>NUL 2>NUL
145 lib /DEF:"$(ProjectDir)console_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)console.lib" 1>NUL 2>NUL
146 lib /DEF:"$(ProjectDir)boolean_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)boolean_f.lib" 1>NUL 2>NUL
147 lib /DEF:"$(ProjectDir)data_structures_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)data_structures.lib" 1>NUL 2>NUL
148 lib /DEF:"$(ProjectDir)io_f_Import.def" /SUBSYSTEM:WINDOWS /MACHINE:X64 /OUT:"$(ProjectDir)io_f.lib" 1>NUL 2>NUL" Description="Build Dependencies"/>
149 <Tool Name="VFPostBuildEventTool"/>
150 <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
152 <Filter Name="Header Files" Filter="fi;fd">
153 <File RelativePath="..\..\includes\callinter.h"/>
154 <File RelativePath="..\..\includes\stack.h"/></Filter>
155 <Filter Name="Library Dependencies">
156 <File RelativePath=".\boolean_f_Import.def"/>
157 <File RelativePath=".\console_Import.def"/>
158 <File RelativePath=".\core_import.def"/>
159 <File RelativePath=".\data_structures_f_Import.def"/>
160 <File RelativePath=".\data_structures_Import.def"/>
161 <File RelativePath=".\double_Import.def"/>
162 <File RelativePath=".\elementary_functions_f_Import.def"/>
163 <File RelativePath=".\elementary_functions_Import.def"/>
164 <File RelativePath=".\fftw_Import.def"/>
165 <File RelativePath=".\fileio_Import.def"/>
166 <File RelativePath=".\integer_f_Import.def"/>
167 <File RelativePath=".\integer_Import.def"/>
168 <File RelativePath=".\io_f_Import.def"/>
169 <File RelativePath=".\linpack_f_Import.def"/>
170 <File RelativePath=".\Output_stream_f_Import.def"/>
171 <File RelativePath=".\Output_stream_Import.def"/>
172 <File RelativePath=".\polynomials_f_Import.def"/>
173 <File RelativePath=".\sparse_f_Import.def"/>
174 <File RelativePath=".\string_f_Import.def"/>
175 <File RelativePath=".\string_Import.def"/></Filter>
176 <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/>
177 <Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
178 <File RelativePath="allops.f"/>
179 <File RelativePath="allowptr.f"/>
180 <File RelativePath="basin.f"/>
181 <File RelativePath="basnms.f"/>
182 <File RelativePath="bexec.f"/>
183 <File RelativePath="btof.f"/>
184 <File RelativePath="btofm.f"/>
185 <File RelativePath="clause.f"/>
186 <File RelativePath="clunit.f"/>
187 <File RelativePath="cmdstr.f"/>
188 <File RelativePath="cmplxt.f"/>
189 <File RelativePath="command.f"/>
190 <File RelativePath="compcl.f"/>
191 <File RelativePath="compil.f"/>
192 <File RelativePath="copyvar.f"/>
193 <File RelativePath="createref.f"/>
194 <File RelativePath="cvdm.f"/>
195 <File RelativePath="cvname.f"/>
196 <File RelativePath="cvwm.f"/>
197 <File RelativePath="dbasin.f"/>
198 <File RelativePath="defmat.f"/>
199 <File RelativePath="dtosci.f"/>
200 <File RelativePath="errmgr.f"/>
201 <File RelativePath="error.f"/>
202 <File RelativePath="expsum.f"/>
203 <File RelativePath="extlarg.f"/>
204 <File RelativePath="fact.f"/>
205 <File RelativePath="find.f"/>
206 <File RelativePath="findequal.f"/>
207 <File RelativePath="folhp.f"/>
208 <File RelativePath="ftob.f"/>
209 <File RelativePath="funnam.f"/>
210 <File RelativePath="funs.f"/>
211 <File RelativePath="getch.f"/>
212 <File RelativePath="getfun.f"/>
213 <File RelativePath="getfunction.f"/>
214 <File RelativePath="getlin.f"/>
215 <File RelativePath="getnum.f"/>
216 <File RelativePath="getstr.f"/>
217 <File RelativePath="getsym.f"/>
218 <File RelativePath="hmcreate.f"/>
219 <File RelativePath="hndlops.f"/>
220 <File RelativePath="indxg.f"/>
221 <File RelativePath="inisci.f"/>
222 <File RelativePath="intstr.f"/>
223 <File RelativePath="isany.f"/>
224 <File RelativePath="isbrk.f"/>
225 <File RelativePath="iseye.f"/>
226 <File RelativePath=".\isinstring.f"/>
227 <File RelativePath="isnum.f"/>
228 <File RelativePath="istrue.f"/>
229 <File RelativePath="itosci.f"/>
230 <File RelativePath="lst2vars.f"/>
231 <File RelativePath="macro.f"/>
232 <File RelativePath="misops.f"/>
233 <File RelativePath="mkindx.f"/>
234 <File RelativePath="mklist.f"/>
235 <File RelativePath="mname.f"/>
236 <File RelativePath="mrknmd.f"/>
237 <File RelativePath="nextj.f"/>
238 <File RelativePath="prompt.f"/>
239 <File RelativePath="ptover.f"/>
240 <File RelativePath="ptrback.f"/>
241 <File RelativePath="putid.f"/>
242 <File RelativePath="ref2val.f"/>
243 <File RelativePath="savlod.f"/>
244 <File RelativePath="..\..\sci_gateway\fortran\sci_f_argn.f"/>
245 <File RelativePath="..\..\sci_gateway\fortran\sci_f_clear.f"/>
246 <File RelativePath="..\..\sci_gateway\fortran\sci_f_clearglobal.f"/>
247 <File RelativePath="..\..\sci_gateway\fortran\sci_f_comp.f"/>
248 <File RelativePath="..\..\sci_gateway\fortran\sci_f_delbpt.f"/>
249 <File RelativePath="..\..\sci_gateway\fortran\sci_f_dispbpt.f"/>
250 <File RelativePath="..\..\sci_gateway\fortran\sci_f_errcatch.f"/>
251 <File RelativePath="..\..\sci_gateway\fortran\sci_f_exists.f"/>
252 <File RelativePath="..\..\sci_gateway\fortran\sci_f_global.f"/>
253 <File RelativePath="..\..\sci_gateway\fortran\sci_f_ieee.f"/>
254 <File RelativePath="..\..\sci_gateway\fortran\sci_f_intppty.f"/>
255 <File RelativePath="..\..\sci_gateway\fortran\sci_f_iserror.f"/>
256 <File RelativePath="..\..\sci_gateway\fortran\sci_f_isglobal.f"/>
257 <File RelativePath="..\..\sci_gateway\fortran\sci_f_macrovar.f"/>
258 <File RelativePath="..\..\sci_gateway\fortran\sci_f_mtlb_mode.f"/>
259 <File RelativePath="..\..\sci_gateway\fortran\sci_f_resume.f"/>
260 <File RelativePath="..\..\sci_gateway\fortran\sci_f_setbpt.f"/>
261 <File RelativePath="seteol.f"/>
262 <File RelativePath="setgetmode.f"/>
263 <File RelativePath="setippty.f"/>
264 <File RelativePath="setlnb.f"/>
265 <File RelativePath="showstack.f"/>
266 <File RelativePath="sigbas.f"/>
267 <File RelativePath="skpins.f"/>
268 <File RelativePath="stack.f"/>
269 <File RelativePath=".\stackc2i.f"/>
270 <File RelativePath="stackg.f"/>
271 <File RelativePath="stackgl.f"/>
272 <File RelativePath=".\stacki2d.f"/>
273 <File RelativePath="stackp.f"/>
274 <File RelativePath=".\stackr2d.f"/>
275 <File RelativePath="storeglobal.f"/>
276 <File RelativePath="termf.f"/>
277 <File RelativePath="tradsl.f"/>
278 <File RelativePath="typ2cod.f"/>
279 <File RelativePath="varfunptr.f"/>
280 <File RelativePath="whatln.f"/>
281 <File RelativePath="..\..\sci_gateway\fortran\where.f"/>
282 <File RelativePath=".\withf2c.f"/>
283 <File RelativePath="xerbla.f"/></Filter>
284 <File RelativePath="..\..\sci_gateway\core_gateway.xml"/>
285 <File RelativePath="..\..\Makefile.am"/></Files>
286 <Globals/></VisualStudioProject>