Skip to content

Commit

Permalink
Add version and copyright info to .exe
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoBSobrinho committed Jun 5, 2023
1 parent 622528d commit dbff5f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,4 @@ Solutions/VisualStudio2017_IntelFortran18/MOHIDNumerics/OceanColor/OceanColor.vc
Solutions/VisualStudio2017_IntelFortran18/MOHIDNumerics/PhreeqC/PhreeqC.vcxproj
Solutions/VisualStudio2019_IntelFortran19/MOHIDNumerics/OceanColor/OceanColor.vcxproj
Solutions/VisualStudio2019_IntelFortran19/MOHIDNumerics/PhreeqC/PhreeqC.vcxproj
ExternalLibs/SWMM.zip
Original file line number Diff line number Diff line change
Expand Up @@ -367,33 +367,33 @@
<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">
<File RelativePath=".\Resource1.rc">
<File RelativePath=".\Resource.rc">
<FileConfiguration Name="Release Double OpenMP SewerGEMSCoupled|x64" ExcludedFromBuild="true"/></File></Filter>
<Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\..\..\..\Software\MOHIDLand\ModuleBasin.f90"/>
<File RelativePath="..\..\..\..\Software\MOHIDLand\ModuleIrrigation.F90"/>
<File RelativePath="..\..\..\..\Software\MOHIDLand\ModulePorousMedia.f90"/>
<File RelativePath="..\..\..\..\Software\MOHIDLand\ModulePorousMediaProperties.F90">
<FileConfiguration Name="Release Double|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double OpenMP PhreeqC|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double Parallel|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release OpenMP|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release OpenMP|Win32">
<FileConfiguration Name="Release Double Parallel|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double OpenMP|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double Parallel|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double Phreeqc|Win32">
<FileConfiguration Name="Release OpenMP|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double OpenMP PhreeqC|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double Phreeqc|Win32">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double OpenMP SewerGEMSCoupled|x64">
<Tool Name="VFFortranCompilerTool" Preprocess="preprocessYes"/></FileConfiguration>
<FileConfiguration Name="Release Double Phreeqc|x64">
Expand Down

0 comments on commit dbff5f4

Please sign in to comment.