-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathForUtils.vfproj
39 lines (39 loc) · 2.57 KB
/
ForUtils.vfproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectType="typeStaticLibrary" ProjectCreator="Intel Fortran" Keyword="Static Library" Version="11.0" ProjectIdGuid="{F7C12681-233A-4C5A-9639-1EF3573BCE64}">
<Platforms>
<Platform Name="x64"/></Platforms>
<Configurations>
<Configuration Name="Debug|x64" ConfigurationType="typeStaticLibrary">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" Preprocess="preprocessYes" OpenMP="OpenMPParallelCode" ErrorLimit="4" StandardWarnings="standardWarningsF08" WarnDeclarations="true" WarnUnusedVariables="true" WarnTruncateSource="true" WarnInterfaces="true" Traceback="true" BoundsCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<Tool Name="VFLibrarianTool" IgnoreAllDefaultLibraries="true"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/></Configuration>
<Configuration Name="Release|x64" ConfigurationType="typeStaticLibrary">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" Preprocess="preprocessYes" OpenMP="OpenMPParallelCode" ErrorLimit="4" StandardWarnings="standardWarningsF08" WarnDeclarations="true" WarnUnusedVariables="true" WarnTruncateSource="true"/>
<Tool Name="VFLibrarianTool" IgnoreAllDefaultLibraries="true"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/></Configuration></Configurations>
<Files>
<Filter Name="Header Files" Filter="fi;fd"/>
<Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/>
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath=".\ArrayUtils.f90"/>
<File RelativePath=".\FileUtils.f90"/>
<File RelativePath=".\IniObjects.f90"/>
<File RelativePath=".\Interpolation.f90"/>
<File RelativePath=".\MatrixUtils.f90"/>
<File RelativePath=".\MiscUtils.f90"/>
<File RelativePath=".\MpiUtils.f90"/>
<File RelativePath=".\ObjectLists.f90"/>
<File RelativePath=".\RandUtils.f90"/>
<File RelativePath=".\RangeUtils.f90"/>
<File RelativePath=".\StringUtils.f90"/></Filter></Files>
<Globals/></VisualStudioProject>