-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPiecewiseLinearFunctionDesigner.sln
84 lines (84 loc) · 6.31 KB
/
PiecewiseLinearFunctionDesigner.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PiecewiseLinearFunctionDesigner.Core", "src\PiecewiseLinearFunctionDesigner.Core\PiecewiseLinearFunctionDesigner.Core.csproj", "{79809328-67D8-4B03-AE0B-82E4F728B0B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PiecewiseLinearFunctionDesigner.Module.Declaration", "src\PiecewiseLinearFunctionDesigner.Module.Declaration\PiecewiseLinearFunctionDesigner.Module.Declaration.csproj", "{21D883D6-3399-4D58-BCED-37471D82F5E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PiecewiseLinearFunctionDesigner.Module.Demonstration", "src\PiecewiseLinearFunctionDesigner.Module.Demonstration\PiecewiseLinearFunctionDesigner.Module.Demonstration.csproj", "{8C57BFCA-70C6-4184-BE04-F0245F772931}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PiecewiseLinearFunctionDesigner", "src\PiecewiseLinearFunctionDesigner\PiecewiseLinearFunctionDesigner.csproj", "{0B394284-0EA9-4E28-BB0E-C7D4F36B937E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EA42B03D-477F-4823-B9E6-A58E8268AE3E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{CA8BCDEF-DC3F-4C1F-87DC-09F125373A69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{E94421DC-39F0-4B0E-BAC3-7BFC50749831}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiecewiseLinearFunctionDesigner.Module.Menu", "src\PiecewiseLinearFunctionDesigner.Module.Menu\PiecewiseLinearFunctionDesigner.Module.Menu.csproj", "{B9681B42-9E9B-4E1B-ADD4-2D024AD62E31}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiecewiseLinearFunctionDesigner.Localization", "src\PiecewiseLinearFunctionDesigner.Localization\PiecewiseLinearFunctionDesigner.Localization.csproj", "{EBE61D78-6EF8-4B87-A245-C28E61B73BB4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiecewiseLinearFunctionDesigner.DomainModel", "src\PiecewiseLinearFunctionDesigner.DomainModel\PiecewiseLinearFunctionDesigner.DomainModel.csproj", "{014364C3-280C-4F3D-B48E-D45BF4EA072C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PiecewiseLinearFunctionDesigner.DomainModel.Tests", "test\PiecewiseLinearFunctionDesigner.DomainModel.Tests\PiecewiseLinearFunctionDesigner.DomainModel.Tests.csproj", "{1AE89F67-A192-4214-97D5-D5162526303C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79809328-67D8-4B03-AE0B-82E4F728B0B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79809328-67D8-4B03-AE0B-82E4F728B0B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79809328-67D8-4B03-AE0B-82E4F728B0B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79809328-67D8-4B03-AE0B-82E4F728B0B0}.Release|Any CPU.Build.0 = Release|Any CPU
{21D883D6-3399-4D58-BCED-37471D82F5E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21D883D6-3399-4D58-BCED-37471D82F5E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21D883D6-3399-4D58-BCED-37471D82F5E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21D883D6-3399-4D58-BCED-37471D82F5E7}.Release|Any CPU.Build.0 = Release|Any CPU
{8C57BFCA-70C6-4184-BE04-F0245F772931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C57BFCA-70C6-4184-BE04-F0245F772931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C57BFCA-70C6-4184-BE04-F0245F772931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C57BFCA-70C6-4184-BE04-F0245F772931}.Release|Any CPU.Build.0 = Release|Any CPU
{0B394284-0EA9-4E28-BB0E-C7D4F36B937E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B394284-0EA9-4E28-BB0E-C7D4F36B937E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B394284-0EA9-4E28-BB0E-C7D4F36B937E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0B394284-0EA9-4E28-BB0E-C7D4F36B937E}.Release|Any CPU.Build.0 = Release|Any CPU
{B9681B42-9E9B-4E1B-ADD4-2D024AD62E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9681B42-9E9B-4E1B-ADD4-2D024AD62E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9681B42-9E9B-4E1B-ADD4-2D024AD62E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9681B42-9E9B-4E1B-ADD4-2D024AD62E31}.Release|Any CPU.Build.0 = Release|Any CPU
{EBE61D78-6EF8-4B87-A245-C28E61B73BB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBE61D78-6EF8-4B87-A245-C28E61B73BB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBE61D78-6EF8-4B87-A245-C28E61B73BB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBE61D78-6EF8-4B87-A245-C28E61B73BB4}.Release|Any CPU.Build.0 = Release|Any CPU
{014364C3-280C-4F3D-B48E-D45BF4EA072C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{014364C3-280C-4F3D-B48E-D45BF4EA072C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{014364C3-280C-4F3D-B48E-D45BF4EA072C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{014364C3-280C-4F3D-B48E-D45BF4EA072C}.Release|Any CPU.Build.0 = Release|Any CPU
{1AE89F67-A192-4214-97D5-D5162526303C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AE89F67-A192-4214-97D5-D5162526303C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AE89F67-A192-4214-97D5-D5162526303C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AE89F67-A192-4214-97D5-D5162526303C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{79809328-67D8-4B03-AE0B-82E4F728B0B0} = {EA42B03D-477F-4823-B9E6-A58E8268AE3E}
{21D883D6-3399-4D58-BCED-37471D82F5E7} = {E94421DC-39F0-4B0E-BAC3-7BFC50749831}
{8C57BFCA-70C6-4184-BE04-F0245F772931} = {E94421DC-39F0-4B0E-BAC3-7BFC50749831}
{0B394284-0EA9-4E28-BB0E-C7D4F36B937E} = {EA42B03D-477F-4823-B9E6-A58E8268AE3E}
{E94421DC-39F0-4B0E-BAC3-7BFC50749831} = {EA42B03D-477F-4823-B9E6-A58E8268AE3E}
{B9681B42-9E9B-4E1B-ADD4-2D024AD62E31} = {E94421DC-39F0-4B0E-BAC3-7BFC50749831}
{EBE61D78-6EF8-4B87-A245-C28E61B73BB4} = {EA42B03D-477F-4823-B9E6-A58E8268AE3E}
{014364C3-280C-4F3D-B48E-D45BF4EA072C} = {EA42B03D-477F-4823-B9E6-A58E8268AE3E}
{1AE89F67-A192-4214-97D5-D5162526303C} = {CA8BCDEF-DC3F-4C1F-87DC-09F125373A69}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6409B83F-87B2-45AC-AE79-874A5CB60663}
EndGlobalSection
EndGlobal