-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMultiscaleModeling.sln
46 lines (46 loc) · 2.61 KB
/
MultiscaleModeling.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29324.140
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GrainGrowthGui", "MsmGrainGrowthGui\GrainGrowthGui.csproj", "{B694252B-2108-42C0-A530-3685B0B4DDC8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Model", "Model\Model.csproj", "{69C85E62-D384-4A9A-966C-DA4C195C0085}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Utility", "Utility\Utility.csproj", "{B7CB1591-FF03-496D-8FBA-84DDBD5A8D72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{0C15D3C3-3FA8-4986-9D31-A24B3F26E2A9}"
ProjectSection(ProjectDependencies) = postProject
{B694252B-2108-42C0-A530-3685B0B4DDC8} = {B694252B-2108-42C0-A530-3685B0B4DDC8}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B694252B-2108-42C0-A530-3685B0B4DDC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B694252B-2108-42C0-A530-3685B0B4DDC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B694252B-2108-42C0-A530-3685B0B4DDC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B694252B-2108-42C0-A530-3685B0B4DDC8}.Release|Any CPU.Build.0 = Release|Any CPU
{69C85E62-D384-4A9A-966C-DA4C195C0085}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C85E62-D384-4A9A-966C-DA4C195C0085}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C85E62-D384-4A9A-966C-DA4C195C0085}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C85E62-D384-4A9A-966C-DA4C195C0085}.Release|Any CPU.Build.0 = Release|Any CPU
{B7CB1591-FF03-496D-8FBA-84DDBD5A8D72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7CB1591-FF03-496D-8FBA-84DDBD5A8D72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7CB1591-FF03-496D-8FBA-84DDBD5A8D72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7CB1591-FF03-496D-8FBA-84DDBD5A8D72}.Release|Any CPU.Build.0 = Release|Any CPU
{0C15D3C3-3FA8-4986-9D31-A24B3F26E2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C15D3C3-3FA8-4986-9D31-A24B3F26E2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C15D3C3-3FA8-4986-9D31-A24B3F26E2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C15D3C3-3FA8-4986-9D31-A24B3F26E2A9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {08A19A68-A51D-4ACC-99AC-D0B78AC0EC11}
EndGlobalSection
EndGlobal