|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{121996B5-4527-42D1-A7AB-BC338E674560}"> |
| 3 | + <Platforms> |
| 4 | + <Platform Name="Win32"/></Platforms> |
| 5 | + <Configurations> |
| 6 | + <Configuration Name="Debug|Win32"> |
| 7 | + <Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" Interfaces="true" WarnInterfaces="true" Traceback="true" BoundsCheck="true" RuntimeLibrary="rtMultiThreadedDebug"/> |
| 8 | + <Tool Name="VFLinkerTool" OutputFile="bin\$(ProjectName)_d.exe" 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"/> |
| 18 | + <Tool Name="VFLinkerTool" OutputFile="bin\$(ProjectName).exe" 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 | + <File RelativePath=".\src\bndFitted.f90"/> |
| 28 | + <File RelativePath=".\src\command_line_syntax.f90"/> |
| 29 | + <File RelativePath=".\src\globals.f90"/> |
| 30 | + <File RelativePath=".\src\main.f90"/> |
| 31 | + <File RelativePath=".\src\parse_command_line.f90"/> |
| 32 | + <File RelativePath=".\src\string.f90"/> |
| 33 | + <File RelativePath=".\src\writeMesh.f90"/> |
| 34 | + <File RelativePath=".\src\xybord.f90"/> |
| 35 | + <File RelativePath=".\src\xyfixed.f90"/> |
| 36 | + <File RelativePath=".\src\xyfree.f90"/> |
| 37 | + <File RelativePath=".\src\zfixed.f90"/> |
| 38 | + <File RelativePath=".\src\zfree.f90"/></Files> |
| 39 | + <Globals/></VisualStudioProject> |
0 commit comments