-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMathAlgNet.sln
More file actions
48 lines (48 loc) · 2.78 KB
/
MathAlgNet.sln
File metadata and controls
48 lines (48 loc) · 2.78 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathAlgNet.Matrix", "src\MathAlgNet.Matrix\MathAlgNet.Matrix.csproj", "{A6C4C917-83A3-47BF-9E33-0DCE66622494}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C40EE53E-FB2E-4FBC-A252-6D520D0D645C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "demo", "demo", "{1E50B2B7-1E07-4A2B-87BF-E1E89F13B2BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathAlgNet.Matrix.UnitTests", "tests\MathAlgNet.Matrix.UnitTests\MathAlgNet.Matrix.UnitTests.csproj", "{625955EA-2927-4FB3-BC04-558DBADFF665}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MathAlgNet.Viewer", "demo\MathAlgNet.Viewer\MathAlgNet.Viewer.csproj", "{BBFD164B-E209-4407-A1F1-6E7AAC800F9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A8088B26-0B24-4752-959B-4C49F7F8579D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6C4C917-83A3-47BF-9E33-0DCE66622494}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6C4C917-83A3-47BF-9E33-0DCE66622494}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6C4C917-83A3-47BF-9E33-0DCE66622494}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6C4C917-83A3-47BF-9E33-0DCE66622494}.Release|Any CPU.Build.0 = Release|Any CPU
{625955EA-2927-4FB3-BC04-558DBADFF665}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{625955EA-2927-4FB3-BC04-558DBADFF665}.Debug|Any CPU.Build.0 = Debug|Any CPU
{625955EA-2927-4FB3-BC04-558DBADFF665}.Release|Any CPU.ActiveCfg = Release|Any CPU
{625955EA-2927-4FB3-BC04-558DBADFF665}.Release|Any CPU.Build.0 = Release|Any CPU
{BBFD164B-E209-4407-A1F1-6E7AAC800F9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBFD164B-E209-4407-A1F1-6E7AAC800F9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBFD164B-E209-4407-A1F1-6E7AAC800F9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBFD164B-E209-4407-A1F1-6E7AAC800F9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A6C4C917-83A3-47BF-9E33-0DCE66622494} = {A8088B26-0B24-4752-959B-4C49F7F8579D}
{625955EA-2927-4FB3-BC04-558DBADFF665} = {C40EE53E-FB2E-4FBC-A252-6D520D0D645C}
{BBFD164B-E209-4407-A1F1-6E7AAC800F9B} = {1E50B2B7-1E07-4A2B-87BF-E1E89F13B2BA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95F3523D-20AC-41EA-8E0C-8063D49DA528}
EndGlobalSection
EndGlobal