-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMultiscale Modeling - Cellular Automaton Projects.sln
49 lines (49 loc) · 3.15 KB
/
Multiscale Modeling - Cellular Automaton Projects.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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.156
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellularAutomatonGUI", "CellularAutomatonGUI\CellularAutomatonGUI.csproj", "{744B3FD9-D970-4C60-97F6-5A8B59E5E75B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ElementaryCellularAutomaton", "ElementaryCellularAutomaton\ElementaryCellularAutomaton.csproj", "{F54369EE-971D-44A9-B97A-E9FFBFE58DEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LifeLikeCellularAutomaton", "LifeLikeCellularAutomaton\LifeLikeCellularAutomaton.csproj", "{A4A4ACEF-57C8-4ED0-933C-98EAED75D4B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GrainGrowthCellularAutomaton", "GrainGrowthCellularAutomaton\GrainGrowthCellularAutomaton.csproj", "{6EA38677-4FCE-4860-8817-F5095F683C3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellularAutomaton2D", "CellularAutomaton2D\CellularAutomaton2D.csproj", "{192EC281-B811-4B4A-98E6-671811C8B791}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{744B3FD9-D970-4C60-97F6-5A8B59E5E75B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{744B3FD9-D970-4C60-97F6-5A8B59E5E75B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{744B3FD9-D970-4C60-97F6-5A8B59E5E75B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{744B3FD9-D970-4C60-97F6-5A8B59E5E75B}.Release|Any CPU.Build.0 = Release|Any CPU
{F54369EE-971D-44A9-B97A-E9FFBFE58DEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F54369EE-971D-44A9-B97A-E9FFBFE58DEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F54369EE-971D-44A9-B97A-E9FFBFE58DEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F54369EE-971D-44A9-B97A-E9FFBFE58DEC}.Release|Any CPU.Build.0 = Release|Any CPU
{A4A4ACEF-57C8-4ED0-933C-98EAED75D4B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4A4ACEF-57C8-4ED0-933C-98EAED75D4B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4A4ACEF-57C8-4ED0-933C-98EAED75D4B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4A4ACEF-57C8-4ED0-933C-98EAED75D4B6}.Release|Any CPU.Build.0 = Release|Any CPU
{6EA38677-4FCE-4860-8817-F5095F683C3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6EA38677-4FCE-4860-8817-F5095F683C3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6EA38677-4FCE-4860-8817-F5095F683C3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6EA38677-4FCE-4860-8817-F5095F683C3B}.Release|Any CPU.Build.0 = Release|Any CPU
{192EC281-B811-4B4A-98E6-671811C8B791}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{192EC281-B811-4B4A-98E6-671811C8B791}.Debug|Any CPU.Build.0 = Debug|Any CPU
{192EC281-B811-4B4A-98E6-671811C8B791}.Release|Any CPU.ActiveCfg = Release|Any CPU
{192EC281-B811-4B4A-98E6-671811C8B791}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6585415F-0E1E-4D32-816E-9D883017E142}
EndGlobalSection
EndGlobal