-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFortranCoarray.sln
28 lines (28 loc) · 1.41 KB
/
FortranCoarray.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "FortranCoarray", "FortranCoarray\FortranCoarray.vfproj", "{7A2ECB9F-EA14-4462-9780-FED880CBCC6B}"
EndProject
Project("{6989167D-11E4-40FE-8C1A-2192A86A7E90}") = "FortranTutorial", "FortranTutorial\FortranTutorial.vfproj", "{8A1A6847-164B-4E76-8EDF-3D06E47CF889}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A2ECB9F-EA14-4462-9780-FED880CBCC6B}.Debug|Win32.ActiveCfg = Debug|Win32
{7A2ECB9F-EA14-4462-9780-FED880CBCC6B}.Debug|Win32.Build.0 = Debug|Win32
{7A2ECB9F-EA14-4462-9780-FED880CBCC6B}.Release|Win32.ActiveCfg = Release|Win32
{7A2ECB9F-EA14-4462-9780-FED880CBCC6B}.Release|Win32.Build.0 = Release|Win32
{8A1A6847-164B-4E76-8EDF-3D06E47CF889}.Debug|Win32.ActiveCfg = Debug|Win32
{8A1A6847-164B-4E76-8EDF-3D06E47CF889}.Debug|Win32.Build.0 = Debug|Win32
{8A1A6847-164B-4E76-8EDF-3D06E47CF889}.Release|Win32.ActiveCfg = Release|Win32
{8A1A6847-164B-4E76-8EDF-3D06E47CF889}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal