Skip to content

Commit

Permalink
updated visual studio project for new unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Feb 28, 2015
1 parent 93c221a commit 056e47e
Show file tree
Hide file tree
Showing 9 changed files with 268 additions and 2 deletions.
65 changes: 64 additions & 1 deletion visual_studio_2010/jsonfortran.sln
Original file line number Diff line number Diff line change
@@ -1,13 +1,48 @@

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "example", "example.vfproj", "{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}"
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test1", "test1.vfproj", "{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "jsonfortran", "jsonfortran.vfproj", "{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}"
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test2", "test2.vfproj", "{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test3", "test3.vfproj", "{8EE4852D-03D7-407F-A893-47F42EC16AC8}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test4", "test4.vfproj", "{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test5", "test5.vfproj", "{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test6", "test6.vfproj", "{C59BBB4F-55E7-4349-9814-A79142FED8FC}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test7", "test7.vfproj", "{10968041-A044-4C50-ADBE-9018B0527589}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "test8", "test8.vfproj", "{3A7D5953-A83D-4890-8D0F-9374E7862AC4}"
ProjectSection(ProjectDependencies) = postProject
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF} = {9A2FEBBE-6702-448E-B361-AE3EA614F5CF}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Expand All @@ -22,6 +57,34 @@ Global
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}.Debug|Win32.Build.0 = Debug|Win32
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}.Release|Win32.ActiveCfg = Release|Win32
{9A2FEBBE-6702-448E-B361-AE3EA614F5CF}.Release|Win32.Build.0 = Release|Win32
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Debug|Win32.ActiveCfg = Debug|Win32
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Debug|Win32.Build.0 = Debug|Win32
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Release|Win32.ActiveCfg = Release|Win32
{8C7BEB79-EAFC-45EE-A7A2-BA55DD19F3CB}.Release|Win32.Build.0 = Release|Win32
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Debug|Win32.ActiveCfg = Debug|Win32
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Debug|Win32.Build.0 = Debug|Win32
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Release|Win32.ActiveCfg = Release|Win32
{8EE4852D-03D7-407F-A893-47F42EC16AC8}.Release|Win32.Build.0 = Release|Win32
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Debug|Win32.ActiveCfg = Debug|Win32
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Debug|Win32.Build.0 = Debug|Win32
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Release|Win32.ActiveCfg = Release|Win32
{67E1EBDA-5D9D-4F9A-9B9D-3BB12DE2B432}.Release|Win32.Build.0 = Release|Win32
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Debug|Win32.ActiveCfg = Debug|Win32
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Debug|Win32.Build.0 = Debug|Win32
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Release|Win32.ActiveCfg = Release|Win32
{3538278E-2B8F-410B-8750-E2CD6B3C3EB7}.Release|Win32.Build.0 = Release|Win32
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Debug|Win32.ActiveCfg = Debug|Win32
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Debug|Win32.Build.0 = Debug|Win32
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Release|Win32.ActiveCfg = Release|Win32
{C59BBB4F-55E7-4349-9814-A79142FED8FC}.Release|Win32.Build.0 = Release|Win32
{10968041-A044-4C50-ADBE-9018B0527589}.Debug|Win32.ActiveCfg = Debug|Win32
{10968041-A044-4C50-ADBE-9018B0527589}.Debug|Win32.Build.0 = Debug|Win32
{10968041-A044-4C50-ADBE-9018B0527589}.Release|Win32.ActiveCfg = Release|Win32
{10968041-A044-4C50-ADBE-9018B0527589}.Release|Win32.Build.0 = Release|Win32
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Debug|Win32.ActiveCfg = Debug|Win32
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Debug|Win32.Build.0 = Debug|Win32
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Release|Win32.ActiveCfg = Release|Win32
{3A7D5953-A83D-4890-8D0F-9374E7862AC4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\tests\json_example.f90"/></Filter></Files>
<File RelativePath="..\src\tests\jf_test_1.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
29 changes: 29 additions & 0 deletions visual_studio_2010/test2.vfproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
<Platforms>
<Platform Name="Win32"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
<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"/>
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.exe" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="../bin">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<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"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\src\tests\jf_test_2.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
29 changes: 29 additions & 0 deletions visual_studio_2010/test3.vfproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
<Platforms>
<Platform Name="Win32"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
<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"/>
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.exe" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="../bin">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<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"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\src\tests\jf_test_3.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
29 changes: 29 additions & 0 deletions visual_studio_2010/test4.vfproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
<Platforms>
<Platform Name="Win32"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
<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"/>
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.exe" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="../bin">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<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"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\src\tests\jf_test_4.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
29 changes: 29 additions & 0 deletions visual_studio_2010/test5.vfproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
<Platforms>
<Platform Name="Win32"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
<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"/>
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.exe" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="../bin">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<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"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\src\tests\jf_test_5.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
29 changes: 29 additions & 0 deletions visual_studio_2010/test6.vfproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
<Platforms>
<Platform Name="Win32"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
<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"/>
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.exe" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="../bin">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<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"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\src\tests\jf_test_6.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
29 changes: 29 additions & 0 deletions visual_studio_2010/test7.vfproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject ProjectCreator="Intel Fortran" Keyword="Console Application" Version="11.0" ProjectIdGuid="{0FEBCA15-0C4F-4800-AFEB-E33B5C4D665A}">
<Platforms>
<Platform Name="Win32"/></Platforms>
<Configurations>
<Configuration Name="Debug|Win32" OutputDirectory="../bin" TargetName="example_debug">
<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"/>
<Tool Name="VFLinkerTool" OutputFile="$(OutDir)\example_debug.exe" LinkIncremental="linkIncrementalNo" SuppressStartupBanner="true" GenerateDebugInformation="true" SubSystem="subSystemConsole"/>
<Tool Name="VFResourceCompilerTool"/>
<Tool Name="VFMidlTool" SuppressStartupBanner="true"/>
<Tool Name="VFCustomBuildTool"/>
<Tool Name="VFPreLinkEventTool"/>
<Tool Name="VFPreBuildEventTool"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration>
<Configuration Name="Release|Win32" OutputDirectory="../bin">
<Tool Name="VFFortranCompilerTool" SuppressStartupBanner="true" RuntimeLibrary="rtMultiThreadedDLL"/>
<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"/>
<Tool Name="VFPostBuildEventTool"/>
<Tool Name="VFManifestTool" SuppressStartupBanner="true"/></Configuration></Configurations>
<Files>
<Filter Name="src" Filter="f90;for;f;fpp;ftn;def;odl;idl">
<File RelativePath="..\src\tests\jf_test_7.f90"/></Filter></Files>
<Globals/></VisualStudioProject>
Loading

3 comments on commit 056e47e

@jacobwilliams
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #64

@zbeekman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you ever tried using the CMake build but setting visual studio as the generator? I’d be curious to know what happens. From a new build directory, after setting export FC=ifort or whatever the windows equivalent is, you would launch cmake-gui path/to/project/root and select visual studio as the generator. It may fail spectacularly, but, in theory, there should be a way to get it working with a little modification to CMakeLists.txt if it’s broken

@jacobwilliams
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's on my todo list. I've used CMake-produced VS projects for third-party libs before...so I do know that it's possible. #70

Please sign in to comment.