Skip to content

Commit 1acad20

Browse files
authored
Add files via upload
1 parent 7045dcd commit 1acad20

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

GridGen.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 9.00
3+
# Visual Studio 2005
4+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "GridGen", "GridGen.vfproj", "{121996B5-4527-42D1-A7AB-BC338E674560}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Win32 = Debug|Win32
9+
Release|Win32 = Release|Win32
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{121996B5-4527-42D1-A7AB-BC338E674560}.Debug|Win32.ActiveCfg = Debug|Win32
13+
{121996B5-4527-42D1-A7AB-BC338E674560}.Debug|Win32.Build.0 = Debug|Win32
14+
{121996B5-4527-42D1-A7AB-BC338E674560}.Release|Win32.ActiveCfg = Release|Win32
15+
{121996B5-4527-42D1-A7AB-BC338E674560}.Release|Win32.Build.0 = Release|Win32
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

GridGen.vfproj

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

Comments
 (0)