Skip to content

Commit 8e1f2cd

Browse files
skfoggemorway-usgs
authored andcommitted
Msvs update (#13)
1 parent 037cb50 commit 8e1f2cd

File tree

2 files changed

+899
-703
lines changed

2 files changed

+899
-703
lines changed

msvs/mf6.vfproj

Lines changed: 75 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,71 +2,83 @@
22
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{369C1E2E-A513-4E83-A076-923534E30304}">
33
<Platforms>
44
<Platform Name="Win32"/>
5-
<Platform Name="x64"/></Platforms>
5+
<Platform Name="x64"/>
6+
</Platforms>
67
<Configurations>
7-
<Configuration Name="Debug|Win32" OutputDirectory="../bin" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)" TargetName="$(ProjectName)d">
8-
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" HeapArrays="0" Preprocess="preprocessYes" StandardWarnings="standardWarningsF08" WarnUnusedVariables="true" WarnUncalled="true" WarnInterfaces="true" OptDiagFile="optrpt" FloatingPointExceptionHandling="fpe0" Traceback="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebug"/>
9-
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
10-
<Tool Name="VFResourceCompilerTool"/>
11-
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
12-
<Tool Name="VFCustomBuildTool"/>
13-
<Tool Name="VFPreLinkEventTool"/>
14-
<Tool Name="VFPreBuildEventTool"/>
15-
<Tool Name="VFPostBuildEventTool"/>
16-
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
17-
<Configuration Name="Release|Win32" OutputDirectory="../../bin" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
18-
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" HeapArrays="0" Preprocess="preprocessYes" FloatingPointExceptionHandling="fpe0" BoundsCheck="true"/>
19-
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
20-
<Tool Name="VFResourceCompilerTool"/>
21-
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
22-
<Tool Name="VFCustomBuildTool"/>
23-
<Tool Name="VFPreLinkEventTool"/>
24-
<Tool Name="VFPreBuildEventTool"/>
25-
<Tool Name="VFPostBuildEventTool"/>
26-
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
27-
<Configuration Name="Debug|x64" OutputDirectory="../bin" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)" TargetName="$(ProjectName)d">
28-
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" HeapArrays="0" Preprocess="preprocessYes" WarnUnusedVariables="true" WarnUncalled="true" WarnInterfaces="true" FloatingPointExceptionHandling="fpe0" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" ArgTempCreatedCheck="true" StackFrameCheck="true"/>
29-
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="LIBCMTD" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
30-
<Tool Name="VFResourceCompilerTool"/>
31-
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
32-
<Tool Name="VFCustomBuildTool"/>
33-
<Tool Name="VFPreLinkEventTool"/>
34-
<Tool Name="VFPreBuildEventTool"/>
35-
<Tool Name="VFPostBuildEventTool"/>
36-
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
37-
<Configuration Name="Release|x64" OutputDirectory="../bin/" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
38-
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" HeapArrays="0" Preprocess="preprocessYes" OptDiagFile="optrpt" FloatingPointExceptionHandling="fpe0"/>
39-
<Tool Name="VFLinkerTool" AdditionalOptions="/verbose:lib" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="LIBCMTD" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
40-
<Tool Name="VFResourceCompilerTool"/>
41-
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
42-
<Tool Name="VFCustomBuildTool"/>
43-
<Tool Name="VFPreLinkEventTool"/>
44-
<Tool Name="VFPreBuildEventTool"/>
45-
<Tool Name="VFPostBuildEventTool"/>
46-
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
47-
<Configuration Name="Profile|Win32" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
48-
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" HeapArrays="0" Preprocess="preprocessYes" FloatingPointExceptionHandling="fpe0" BoundsCheck="true" RuntimeLibrary="rtMultiThreadedDLL"/>
49-
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
50-
<Tool Name="VFResourceCompilerTool"/>
51-
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
52-
<Tool Name="VFCustomBuildTool"/>
53-
<Tool Name="VFPreLinkEventTool"/>
54-
<Tool Name="VFPreBuildEventTool"/>
55-
<Tool Name="VFPostBuildEventTool"/>
56-
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
57-
<Configuration Name="Profile|x64" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
58-
<Tool Name="VFFortranCompilerTool" AdditionalOptions="/debug:inline-debug-info" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" DebugParameter="debugParameterAll" FloatingPointExceptionHandling="fpe0" Traceback="true" RuntimeLibrary="rtMultiThreadedDLL"/>
59-
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="LIBCMTD" GenerateManifest="false" ManifestFile="$(IntDir)\$(TargetName)p$(TargetExt).intermediate.manifest" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
60-
<Tool Name="VFResourceCompilerTool"/>
61-
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
62-
<Tool Name="VFCustomBuildTool"/>
63-
<Tool Name="VFPreLinkEventTool"/>
64-
<Tool Name="VFPreBuildEventTool"/>
65-
<Tool Name="VFPostBuildEventTool"/>
66-
<Tool Name="VFManifestTool" SuppressStartupBanner="true" OutputManifestFile="$(IntDir)\$(TargetName)p$(TargetExt).embed.manifest" ResourceFile="$(IntDir)\$(TargetName)p$(TargetExt).embed.manifest.res"/></Configuration></Configurations>
8+
<Configuration Name="Debug|Win32" UseCompiler="ifxCompiler" OutputDirectory="../bin" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)" TargetName="$(ProjectName)d">
9+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" HeapArrays="0" Preprocess="preprocessYes" StandardWarnings="standardWarningsF08" WarnUnusedVariables="true" WarnUncalled="true" WarnInterfaces="true" OptDiagFile="optrpt" FloatingPointExceptionHandling="fpe0" Traceback="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebug"/>
10+
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
11+
<Tool Name="VFResourceCompilerTool"/>
12+
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
13+
<Tool Name="VFCustomBuildTool"/>
14+
<Tool Name="VFPreLinkEventTool"/>
15+
<Tool Name="VFPreBuildEventTool"/>
16+
<Tool Name="VFPostBuildEventTool"/>
17+
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/>
18+
</Configuration>
19+
<Configuration Name="Release|Win32" UseCompiler="ifortCompiler" OutputDirectory="../../bin" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
20+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" HeapArrays="0" Preprocess="preprocessYes" FloatingPointExceptionHandling="fpe0" BoundsCheck="true"/>
21+
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
22+
<Tool Name="VFResourceCompilerTool"/>
23+
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
24+
<Tool Name="VFCustomBuildTool"/>
25+
<Tool Name="VFPreLinkEventTool"/>
26+
<Tool Name="VFPreBuildEventTool"/>
27+
<Tool Name="VFPostBuildEventTool"/>
28+
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/>
29+
</Configuration>
30+
<Configuration Name="Debug|x64" UseCompiler="ifortCompiler" OutputDirectory="../bin" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)" TargetName="$(ProjectName)d">
31+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" HeapArrays="0" Preprocess="preprocessYes" WarnUnusedVariables="true" WarnUncalled="true" WarnInterfaces="true" FloatingPointExceptionHandling="fpe0" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" ArgTempCreatedCheck="true" StackFrameCheck="true"/>
32+
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="LIBCMTD" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
33+
<Tool Name="VFResourceCompilerTool"/>
34+
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
35+
<Tool Name="VFCustomBuildTool"/>
36+
<Tool Name="VFPreLinkEventTool"/>
37+
<Tool Name="VFPreBuildEventTool"/>
38+
<Tool Name="VFPostBuildEventTool"/>
39+
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/>
40+
</Configuration>
41+
<Configuration Name="Release|x64" UseCompiler="ifortCompiler" OutputDirectory="../bin/" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
42+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" HeapArrays="0" Preprocess="preprocessYes" OptDiagFile="optrpt" FloatingPointExceptionHandling="fpe0"/>
43+
<Tool Name="VFLinkerTool" AdditionalOptions="/verbose:lib" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="LIBCMTD" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
44+
<Tool Name="VFResourceCompilerTool"/>
45+
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
46+
<Tool Name="VFCustomBuildTool"/>
47+
<Tool Name="VFPreLinkEventTool"/>
48+
<Tool Name="VFPreBuildEventTool"/>
49+
<Tool Name="VFPostBuildEventTool"/>
50+
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/>
51+
</Configuration>
52+
<Configuration Name="Profile|Win32" UseCompiler="ifortCompiler" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
53+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" HeapArrays="0" Preprocess="preprocessYes" FloatingPointExceptionHandling="fpe0" BoundsCheck="true" RuntimeLibrary="rtMultiThreadedDLL"/>
54+
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
55+
<Tool Name="VFResourceCompilerTool"/>
56+
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
57+
<Tool Name="VFCustomBuildTool"/>
58+
<Tool Name="VFPreLinkEventTool"/>
59+
<Tool Name="VFPreBuildEventTool"/>
60+
<Tool Name="VFPostBuildEventTool"/>
61+
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/>
62+
</Configuration>
63+
<Configuration Name="Profile|x64" UseCompiler="ifortCompiler" IntermediateDirectory="obj_temp\$(ProjectName)\$(PlatformName)\$(ConfigurationName)">
64+
<Tool Name="VFFortranCompilerTool" AdditionalOptions="/debug:inline-debug-info" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" DebugParameter="debugParameterAll" FloatingPointExceptionHandling="fpe0" Traceback="true" RuntimeLibrary="rtMultiThreadedDLL"/>
65+
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" IgnoreDefaultLibraryNames="LIBCMTD" GenerateManifest="false" ManifestFile="$(IntDir)\$(TargetName)p$(TargetExt).intermediate.manifest" GenerateDebugInformation="true" ProgramDatabaseFile="$(IntDir)\$(TargetName).pdb" SubSystem="subSystemConsole"/>
66+
<Tool Name="VFResourceCompilerTool"/>
67+
<Tool Name="VFMidlTool" SuppressStartupBanner="true" TargetEnvironment="midlTargetAMD64"/>
68+
<Tool Name="VFCustomBuildTool"/>
69+
<Tool Name="VFPreLinkEventTool"/>
70+
<Tool Name="VFPreBuildEventTool"/>
71+
<Tool Name="VFPostBuildEventTool"/>
72+
<Tool Name="VFManifestTool" SuppressStartupBanner="true" OutputManifestFile="$(IntDir)\$(TargetName)p$(TargetExt).embed.manifest" ResourceFile="$(IntDir)\$(TargetName)p$(TargetExt).embed.manifest.res"/>
73+
</Configuration>
74+
</Configurations>
6775
<Files>
6876
<Filter Name="Header Files" Filter="fi;fd"/>
6977
<Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/>
7078
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
71-
<File RelativePath="..\src\mf6.f90"/></Filter></Files>
72-
<Globals/></VisualStudioProject>
79+
<File RelativePath="..\src\mf6.f90">
80+
</File>
81+
</Filter>
82+
</Files>
83+
<Globals/>
84+
</VisualStudioProject>

0 commit comments

Comments
 (0)