-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSystemOfLinearEquationsSolvingAssistant.sln
70 lines (70 loc) · 5.1 KB
/
SystemOfLinearEquationsSolvingAssistant.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{46E749EC-CFC5-4BA3-A2DC-A4CDE7ABF304}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemOfLinearEquationsSolvingAssistant.Dependencies", "src\SystemOfLinearEquationsSolvingAssistant.Dependencies\SystemOfLinearEquationsSolvingAssistant.Dependencies.csproj", "{C42882B5-8759-44C0-9672-12B3A2057A58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemOfLinearEquationsSolvingAssistant.BL", "src\SystemOfLinearEquationsSolvingAssistant.BL\SystemOfLinearEquationsSolvingAssistant.BL.csproj", "{9153E6C1-2261-41D1-86B2-5F208DEF53D5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemOfLinearEquationsSolvingAssistant.ViewModels", "src\SystemOfLinearEquationsSolvingAssistant.ViewModels\SystemOfLinearEquationsSolvingAssistant.ViewModels.csproj", "{412B155A-431F-4DCC-AEB2-6A7635FB6AB1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemOfLinearEquationsSolvingAssistant.UI.Desktop", "src\SystemOfLinearEquationsSolvingAssistant.UI.Desktop\SystemOfLinearEquationsSolvingAssistant.UI.Desktop.csproj", "{7463D547-AA3D-407D-9988-AB990FF7DC01}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemOfLinearEquationsSolvingAssistant.UI.Web", "src\SystemOfLinearEquationsSolvingAssistant.UI.Web\SystemOfLinearEquationsSolvingAssistant.UI.Web.csproj", "{C40F76D4-ECC7-4DE8-961F-BA04E891A437}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{F716A152-6545-4B78-BBDA-FF72199A3CED}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "unit", "unit", "{5D5FCC52-7493-4F3B-8653-A3F9BD93B3C1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemOfLinearEquationsSolvingAssistant.BL.UnitTests", "test\unit\SystemOfLinearEquationsSolvingAssistant.BL.UnitTests\SystemOfLinearEquationsSolvingAssistant.BL.UnitTests.csproj", "{19B4AAD1-93E6-4B3D-A2BC-0E92085EEB9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C42882B5-8759-44C0-9672-12B3A2057A58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C42882B5-8759-44C0-9672-12B3A2057A58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C42882B5-8759-44C0-9672-12B3A2057A58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C42882B5-8759-44C0-9672-12B3A2057A58}.Release|Any CPU.Build.0 = Release|Any CPU
{9153E6C1-2261-41D1-86B2-5F208DEF53D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9153E6C1-2261-41D1-86B2-5F208DEF53D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9153E6C1-2261-41D1-86B2-5F208DEF53D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9153E6C1-2261-41D1-86B2-5F208DEF53D5}.Release|Any CPU.Build.0 = Release|Any CPU
{412B155A-431F-4DCC-AEB2-6A7635FB6AB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412B155A-431F-4DCC-AEB2-6A7635FB6AB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412B155A-431F-4DCC-AEB2-6A7635FB6AB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412B155A-431F-4DCC-AEB2-6A7635FB6AB1}.Release|Any CPU.Build.0 = Release|Any CPU
{7463D547-AA3D-407D-9988-AB990FF7DC01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7463D547-AA3D-407D-9988-AB990FF7DC01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7463D547-AA3D-407D-9988-AB990FF7DC01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7463D547-AA3D-407D-9988-AB990FF7DC01}.Release|Any CPU.Build.0 = Release|Any CPU
{C40F76D4-ECC7-4DE8-961F-BA04E891A437}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C40F76D4-ECC7-4DE8-961F-BA04E891A437}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C40F76D4-ECC7-4DE8-961F-BA04E891A437}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C40F76D4-ECC7-4DE8-961F-BA04E891A437}.Release|Any CPU.Build.0 = Release|Any CPU
{19B4AAD1-93E6-4B3D-A2BC-0E92085EEB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19B4AAD1-93E6-4B3D-A2BC-0E92085EEB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19B4AAD1-93E6-4B3D-A2BC-0E92085EEB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19B4AAD1-93E6-4B3D-A2BC-0E92085EEB9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C42882B5-8759-44C0-9672-12B3A2057A58} = {46E749EC-CFC5-4BA3-A2DC-A4CDE7ABF304}
{9153E6C1-2261-41D1-86B2-5F208DEF53D5} = {46E749EC-CFC5-4BA3-A2DC-A4CDE7ABF304}
{412B155A-431F-4DCC-AEB2-6A7635FB6AB1} = {46E749EC-CFC5-4BA3-A2DC-A4CDE7ABF304}
{7463D547-AA3D-407D-9988-AB990FF7DC01} = {46E749EC-CFC5-4BA3-A2DC-A4CDE7ABF304}
{C40F76D4-ECC7-4DE8-961F-BA04E891A437} = {46E749EC-CFC5-4BA3-A2DC-A4CDE7ABF304}
{5D5FCC52-7493-4F3B-8653-A3F9BD93B3C1} = {F716A152-6545-4B78-BBDA-FF72199A3CED}
{19B4AAD1-93E6-4B3D-A2BC-0E92085EEB9A} = {5D5FCC52-7493-4F3B-8653-A3F9BD93B3C1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16D73008-BCA7-4984-A9E3-3EBCB0BBDFE4}
EndGlobalSection
EndGlobal