-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCellLifeSimulation.sln
69 lines (69 loc) · 4.36 KB
/
CellLifeSimulation.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QtCellLifeSimulationApp", "QtCellLifeSimulationApp\QtCellLifeSimulationApp.vcxproj", "{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CellLifeSimulationModel", "CellLifeSimulationModel\CellLifeSimulationModel.vcxproj", "{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CellLifeSimulationModelNET", "CellLifeSimulationModelNET\CellLifeSimulationModelNET.vcxproj", "{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfCellLifeSimulationApp", "WpfCellLifeSimulationApp\WpfCellLifeSimulationApp.csproj", "{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebCellLifeSimulationApp", "WebCellLifeSimulationApp\WebCellLifeSimulationApp.csproj", "{CECA30FE-246B-4FB4-B084-2004DD180739}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}.Debug|x64.ActiveCfg = Debug|x64
{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}.Debug|x64.Build.0 = Debug|x64
{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}.Debug|x86.ActiveCfg = Debug|x64
{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}.Release|x64.ActiveCfg = Release|x64
{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}.Release|x64.Build.0 = Release|x64
{021E48BD-AA35-475F-8B91-9E9EF6A59BA8}.Release|x86.ActiveCfg = Release|x64
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Debug|x64.ActiveCfg = Debug|x64
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Debug|x64.Build.0 = Debug|x64
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Debug|x86.ActiveCfg = Debug|Win32
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Debug|x86.Build.0 = Debug|Win32
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Release|x64.ActiveCfg = Release|x64
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Release|x64.Build.0 = Release|x64
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Release|x86.ActiveCfg = Release|Win32
{7A01AEBD-767D-4D71-A500-3AEFEE76D1B7}.Release|x86.Build.0 = Release|Win32
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Debug|x64.ActiveCfg = Debug|x64
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Debug|x64.Build.0 = Debug|x64
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Debug|x86.ActiveCfg = Debug|Win32
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Debug|x86.Build.0 = Debug|Win32
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Release|x64.ActiveCfg = Release|x64
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Release|x64.Build.0 = Release|x64
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Release|x86.ActiveCfg = Release|Win32
{E5C4317C-A74D-4C35-A06C-CF94CDECAC9E}.Release|x86.Build.0 = Release|Win32
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Debug|x64.ActiveCfg = Debug|x64
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Debug|x64.Build.0 = Debug|x64
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Debug|x86.ActiveCfg = Debug|x86
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Debug|x86.Build.0 = Debug|x86
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Release|x64.ActiveCfg = Release|x64
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Release|x64.Build.0 = Release|x64
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Release|x86.ActiveCfg = Release|x86
{D5AEB578-4C4A-4420-9A39-4CCFD5849C8C}.Release|x86.Build.0 = Release|x86
{CECA30FE-246B-4FB4-B084-2004DD180739}.Debug|x64.ActiveCfg = Debug|x64
{CECA30FE-246B-4FB4-B084-2004DD180739}.Debug|x64.Build.0 = Debug|x64
{CECA30FE-246B-4FB4-B084-2004DD180739}.Debug|x86.ActiveCfg = Debug|x86
{CECA30FE-246B-4FB4-B084-2004DD180739}.Debug|x86.Build.0 = Debug|x86
{CECA30FE-246B-4FB4-B084-2004DD180739}.Release|x64.ActiveCfg = Release|x64
{CECA30FE-246B-4FB4-B084-2004DD180739}.Release|x64.Build.0 = Release|x64
{CECA30FE-246B-4FB4-B084-2004DD180739}.Release|x86.ActiveCfg = Release|x86
{CECA30FE-246B-4FB4-B084-2004DD180739}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35D72D82-D305-4F05-BFE8-DFFF3BAEEA25}
EndGlobalSection
EndGlobal