Skip to content

Commit 056e47e

Browse files
committed
updated visual studio project for new unit tests.
1 parent 93c221a commit 056e47e

File tree

9 files changed

+268
-2
lines changed

9 files changed

+268
-2
lines changed

visual_studio_2010/jsonfortran.sln

+64-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,48 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "example", "example.vfproj", "{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}"
4+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test1", "test1.vfproj", "{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}"
55
ProjectSection(ProjectDependencies) = postProject
66
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
77
EndProjectSection
88
EndProject
99
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "jsonfortran", "jsonfortran.vfproj", "{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}"
1010
EndProject
11+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test2", "test2.vfproj", "{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}"
12+
ProjectSection(ProjectDependencies) = postProject
13+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
14+
EndProjectSection
15+
EndProject
16+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test3", "test3.vfproj", "{8EE4852D-03D7-407F-A893-47F42EC16AC8}"
17+
ProjectSection(ProjectDependencies) = postProject
18+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
19+
EndProjectSection
20+
EndProject
21+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test4", "test4.vfproj", "{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}"
22+
ProjectSection(ProjectDependencies) = postProject
23+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
24+
EndProjectSection
25+
EndProject
26+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test5", "test5.vfproj", "{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}"
27+
ProjectSection(ProjectDependencies) = postProject
28+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
29+
EndProjectSection
30+
EndProject
31+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test6", "test6.vfproj", "{C59BBB4F-55E7-4349-9814-A79142FED8FC}"
32+
ProjectSection(ProjectDependencies) = postProject
33+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
34+
EndProjectSection
35+
EndProject
36+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test7", "test7.vfproj", "{10968041-A044-4C50-ADBE-9018B0527589}"
37+
ProjectSection(ProjectDependencies) = postProject
38+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
39+
EndProjectSection
40+
EndProject
41+
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test8", "test8.vfproj", "{3A7D5953-A83D-4890-8D0F-9374E7862AC4}"
42+
ProjectSection(ProjectDependencies) = postProject
43+
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
44+
EndProjectSection
45+
EndProject
1146
Global
1247
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1348
Debug|Win32 = Debug|Win32
@@ -22,6 +57,34 @@ Global
2257
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}.Debug|Win32.Build.0 = Debug|Win32
2358
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}.Release|Win32.ActiveCfg = Release|Win32
2459
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}.Release|Win32.Build.0 = Release|Win32
60+
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Debug|Win32.ActiveCfg = Debug|Win32
61+
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Debug|Win32.Build.0 = Debug|Win32
62+
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Release|Win32.ActiveCfg = Release|Win32
63+
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Release|Win32.Build.0 = Release|Win32
64+
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Debug|Win32.ActiveCfg = Debug|Win32
65+
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Debug|Win32.Build.0 = Debug|Win32
66+
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Release|Win32.ActiveCfg = Release|Win32
67+
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Release|Win32.Build.0 = Release|Win32
68+
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Debug|Win32.ActiveCfg = Debug|Win32
69+
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Debug|Win32.Build.0 = Debug|Win32
70+
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Release|Win32.ActiveCfg = Release|Win32
71+
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Release|Win32.Build.0 = Release|Win32
72+
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Debug|Win32.ActiveCfg = Debug|Win32
73+
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Debug|Win32.Build.0 = Debug|Win32
74+
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Release|Win32.ActiveCfg = Release|Win32
75+
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Release|Win32.Build.0 = Release|Win32
76+
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Debug|Win32.ActiveCfg = Debug|Win32
77+
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Debug|Win32.Build.0 = Debug|Win32
78+
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Release|Win32.ActiveCfg = Release|Win32
79+
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Release|Win32.Build.0 = Release|Win32
80+
{10968041-A044-4C50-ADBE-9018B0527589}.Debug|Win32.ActiveCfg = Debug|Win32
81+
{10968041-A044-4C50-ADBE-9018B0527589}.Debug|Win32.Build.0 = Debug|Win32
82+
{10968041-A044-4C50-ADBE-9018B0527589}.Release|Win32.ActiveCfg = Release|Win32
83+
{10968041-A044-4C50-ADBE-9018B0527589}.Release|Win32.Build.0 = Release|Win32
84+
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Debug|Win32.ActiveCfg = Debug|Win32
85+
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Debug|Win32.Build.0 = Debug|Win32
86+
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Release|Win32.ActiveCfg = Release|Win32
87+
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Release|Win32.Build.0 = Release|Win32
2588
EndGlobalSection
2689
GlobalSection(SolutionProperties) = preSolution
2790
HideSolutionNode = FALSE

visual_studio_2010/example.vfproj renamed to visual_studio_2010/test1.vfproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
2626
<Files>
2727
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28-
<File RelativePath="..\tests\json_example.f90"/></Filter></Files>
28+
<File RelativePath="..\src\tests\jf_test_1.f90"/></Filter></Files>
2929
<Globals/></VisualStudioProject>

visual_studio_2010/test2.vfproj

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
3+
<Platforms>
4+
<Platform Name="Win32"/></Platforms>
5+
<Configurations>
6+
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
7+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" StandardWarnings="standardWarningsF08" WarnInterfaces="true" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
8+
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.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" OutputDirectory="../bin">
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="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28+
<File RelativePath="..\src\tests\jf_test_2.f90"/></Filter></Files>
29+
<Globals/></VisualStudioProject>

visual_studio_2010/test3.vfproj

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
3+
<Platforms>
4+
<Platform Name="Win32"/></Platforms>
5+
<Configurations>
6+
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
7+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" StandardWarnings="standardWarningsF08" WarnInterfaces="true" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
8+
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.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" OutputDirectory="../bin">
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="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28+
<File RelativePath="..\src\tests\jf_test_3.f90"/></Filter></Files>
29+
<Globals/></VisualStudioProject>

visual_studio_2010/test4.vfproj

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
3+
<Platforms>
4+
<Platform Name="Win32"/></Platforms>
5+
<Configurations>
6+
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
7+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" StandardWarnings="standardWarningsF08" WarnInterfaces="true" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
8+
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.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" OutputDirectory="../bin">
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="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28+
<File RelativePath="..\src\tests\jf_test_4.f90"/></Filter></Files>
29+
<Globals/></VisualStudioProject>

visual_studio_2010/test5.vfproj

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
3+
<Platforms>
4+
<Platform Name="Win32"/></Platforms>
5+
<Configurations>
6+
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
7+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" StandardWarnings="standardWarningsF08" WarnInterfaces="true" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
8+
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.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" OutputDirectory="../bin">
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="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28+
<File RelativePath="..\src\tests\jf_test_5.f90"/></Filter></Files>
29+
<Globals/></VisualStudioProject>

visual_studio_2010/test6.vfproj

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
3+
<Platforms>
4+
<Platform Name="Win32"/></Platforms>
5+
<Configurations>
6+
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
7+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" StandardWarnings="standardWarningsF08" WarnInterfaces="true" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
8+
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.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" OutputDirectory="../bin">
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="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28+
<File RelativePath="..\src\tests\jf_test_6.f90"/></Filter></Files>
29+
<Globals/></VisualStudioProject>

visual_studio_2010/test7.vfproj

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
3+
<Platforms>
4+
<Platform Name="Win32"/></Platforms>
5+
<Configurations>
6+
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
7+
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" DebugInformationFormat="debugEnabled" Optimization="optimizeDisabled" StandardWarnings="standardWarningsF08" WarnInterfaces="true" Traceback="true" NullPointerCheck="true" BoundsCheck="true" UninitializedVariablesCheck="true" StackFrameCheck="true" RuntimeLibrary="rtMultiThreadedDebugDLL"/>
8+
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.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" OutputDirectory="../bin">
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="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
28+
<File RelativePath="..\src\tests\jf_test_7.f90"/></Filter></Files>
29+
<Globals/></VisualStudioProject>

0 commit comments

Comments
 (0)