-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Greg Hayman
committed
Sep 12, 2017
1 parent
d064f6d
commit 1e8933e
Showing
1 changed file
with
58 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{9B76F7F4-E04F-4CAE-A34C-27F6FE973710}"> | ||
<Platforms> | ||
<Platform Name="Win32"/></Platforms> | ||
<Configurations> | ||
<Configuration Name="Debug|Win32" OutputDirectory="..\..\build\bin" TargetName="$(ProjectName)_$(PlatformName)_$(ConfigurationName)"> | ||
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" Preprocess="preprocessYes" PreprocessorDefinitions="NO_MESHMAPPING;GIT_INCLUDE_FILE='$(ProjectDir)\..\gitVersionInfo.h'" StandardWarnings="standardWarningsF03" DisableSpecificDiagnostics="5268" WarnDeclarations="true" WarnInterfaces="true" Traceback="true" RuntimeLibrary="rtMultiThreadedDebug" UseMkl="mklSequential"/> | ||
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateManifest="false" GenerateDebugInformation="true" SubSystem="subSystemConsole"/> | ||
<Tool Name="VFResourceCompilerTool"/> | ||
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/> | ||
<Tool Name="VFCustomBuildTool"/> | ||
<Tool Name="VFPreLinkEventTool"/> | ||
<Tool Name="VFPreBuildEventTool" CommandLine="..\CreateGitVersion.bat"/> | ||
<Tool Name="VFPostBuildEventTool"/> | ||
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration> | ||
<Configuration Name="Release|Win32" OutputDirectory="..\..\build\bin" TargetName="$(ProjectName)_$(PlatformName)"> | ||
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" Preprocess="preprocessYes" PreprocessorDefinitions="NO_MESHMAPPING;GIT_INCLUDE_FILE='$(ProjectDir)\..\gitVersionInfo.h'" StandardWarnings="standardWarningsF03" DisableSpecificDiagnostics="5268" UseMkl="mklSequential"/> | ||
<Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" SubSystem="subSystemConsole"/> | ||
<Tool Name="VFResourceCompilerTool"/> | ||
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/> | ||
<Tool Name="VFCustomBuildTool"/> | ||
<Tool Name="VFPreLinkEventTool"/> | ||
<Tool Name="VFPreBuildEventTool" CommandLine="..\CreateGitVersion.bat"/> | ||
<Tool Name="VFPostBuildEventTool"/> | ||
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></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"> | ||
<Filter Name="dependencies"> | ||
<Filter Name="NetLib"> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NetLib\fftpack\fftpack4.1.f"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NetLib\fftpack\NWTC_FFTPACK.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NetLib\lapack\NWTC_LAPACK.f90"/></Filter> | ||
<Filter Name="NWTC_Library"> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\ModMesh.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\ModMesh_Types.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NWTC_Base.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NWTC_IO.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NWTC_Library.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NWTC_Library_Types.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\NWTC_Num.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\SingPrec.f90"/> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\SysIVF.f90"/></Filter> | ||
<Filter Name="RanLux"> | ||
<File RelativePath="..\..\modules-local\nwtc-library\src\ranlux\RANLUX.f90"/></Filter></Filter> | ||
<Filter Name="TurbSim"> | ||
<File RelativePath="..\..\modules-local\turbsim\src\BlankModVKM.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\CohStructures.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\Profiles.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\RandNum.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\Root_Searching.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\TS_FileIO.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\TSsubs.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\TurbSim.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\TurbSim_Types.f90"/> | ||
<File RelativePath="..\..\modules-local\turbsim\src\VelocitySpectra.f90"/></Filter></Filter></Files> | ||
<Globals/></VisualStudioProject> |