|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{82DCD477-4A83-4DA1-BC7E-5F83D0DBB24A}"> |
| 3 | + <Platforms> |
| 4 | + <Platform Name="Win32"/></Platforms> |
| 5 | + <Configurations> |
| 6 | + <Configuration Name="Debug|Win32"> |
| 7 | + <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" WarnInterfaces="true" Traceback="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/> |
| 8 | + <Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/> |
| 9 | + <Tool Name="VFResourceCompilerTool"/> |
| 10 | + <Tool Name="VFMidlTool" SuppressStartupBanner="true"/> |
| 11 | + <Tool Name="VFCustomBuildTool"/> |
| 12 | + <Tool Name="VFPreLinkEventTool"/> |
| 13 | + <Tool Name="VFPreBuildEventTool"/> |
| 14 | + <Tool Name="VFPostBuildEventTool"/> |
| 15 | + <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration> |
| 16 | + <Configuration Name="Release|Win32"> |
| 17 | + <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/> |
| 18 | + <Tool Name="VFLinkerTool" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" SubSystem="subSystemConsole"/> |
| 19 | + <Tool Name="VFResourceCompilerTool"/> |
| 20 | + <Tool Name="VFMidlTool" SuppressStartupBanner="true"/> |
| 21 | + <Tool Name="VFCustomBuildTool"/> |
| 22 | + <Tool Name="VFPreLinkEventTool"/> |
| 23 | + <Tool Name="VFPreBuildEventTool"/> |
| 24 | + <Tool Name="VFPostBuildEventTool"/> |
| 25 | + <Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations> |
| 26 | + <Files> |
| 27 | + <Filter Name="Header Files" Filter="fi;fd"/> |
| 28 | + <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"/> |
| 29 | + <Filter Name="Source Files" Filter="f90;for;f;fpp;ftn;def;odl;idl"> |
| 30 | + <File RelativePath=".\src\art_heat.f"/> |
| 31 | + <File RelativePath=".\src\art_visc.f"/> |
| 32 | + <File RelativePath=".\src\av_vel.f"/> |
| 33 | + <File RelativePath=".\src\density.f"/> |
| 34 | + <File RelativePath=".\src\direct_find.f"/> |
| 35 | + <File RelativePath=".\src\eos.f"/> |
| 36 | + <File RelativePath=".\src\external_force.f"/> |
| 37 | + <File RelativePath=".\src\grid_geom.f"/> |
| 38 | + <File RelativePath=".\src\hsml.f"/> |
| 39 | + <File RelativePath=".\src\init_grid.f"/> |
| 40 | + <File RelativePath=".\src\input.f"/> |
| 41 | + <File RelativePath=".\src\internal_force.f"/> |
| 42 | + <File RelativePath=".\src\kernel.f"/> |
| 43 | + <File RelativePath=".\src\link_list.f"/> |
| 44 | + <File RelativePath=".\src\output.f"/> |
| 45 | + <File RelativePath=".\src\param.inc"/> |
| 46 | + <File RelativePath=".\src\single_step.f"/> |
| 47 | + <File RelativePath=".\app\sph.f"/> |
| 48 | + <File RelativePath=".\src\time_elapsed.f90"/> |
| 49 | + <File RelativePath=".\src\time_integration.f"/> |
| 50 | + <File RelativePath=".\src\time_print.f90"/> |
| 51 | + <File RelativePath=".\src\virt_part.f"/> |
| 52 | + <File RelativePath=".\src\viscosity.f"/></Filter></Files> |
| 53 | + <Globals/></VisualStudioProject> |
0 commit comments