-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinear Algebra.sln
More file actions
51 lines (51 loc) · 2.99 KB
/
Linear Algebra.sln
File metadata and controls
51 lines (51 loc) · 2.99 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
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linear Algebra", "Linear Algebra\Linear Algebra.csproj", "{105CD331-FB30-4516-AA25-7FA03EB121B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matrices", "Matrices\Matrices.csproj", "{83B11112-750B-4B23-A21B-2D31189F9DAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matricies Tests", "Matricies Tests\Matricies Tests.csproj", "{F5F96058-155B-4E00-985F-52DEE358FF46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{040152CF-0BA3-4EBC-AE29-00A933DD5A16}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Matricies Documentation", "Matricies Documentation\Matricies Documentation.shfbproj", "{D15975E3-F066-488E-89CE-435377BB2425}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Matricies", "Matricies", "{6D1AA442-BE4A-4C59-8291-DC14E993F94D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{105CD331-FB30-4516-AA25-7FA03EB121B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{105CD331-FB30-4516-AA25-7FA03EB121B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{105CD331-FB30-4516-AA25-7FA03EB121B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{105CD331-FB30-4516-AA25-7FA03EB121B1}.Release|Any CPU.Build.0 = Release|Any CPU
{83B11112-750B-4B23-A21B-2D31189F9DAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{83B11112-750B-4B23-A21B-2D31189F9DAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{83B11112-750B-4B23-A21B-2D31189F9DAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{83B11112-750B-4B23-A21B-2D31189F9DAC}.Release|Any CPU.Build.0 = Release|Any CPU
{F5F96058-155B-4E00-985F-52DEE358FF46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5F96058-155B-4E00-985F-52DEE358FF46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5F96058-155B-4E00-985F-52DEE358FF46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5F96058-155B-4E00-985F-52DEE358FF46}.Release|Any CPU.Build.0 = Release|Any CPU
{D15975E3-F066-488E-89CE-435377BB2425}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D15975E3-F066-488E-89CE-435377BB2425}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D15975E3-F066-488E-89CE-435377BB2425}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D15975E3-F066-488E-89CE-435377BB2425}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{83B11112-750B-4B23-A21B-2D31189F9DAC} = {6D1AA442-BE4A-4C59-8291-DC14E993F94D}
{D15975E3-F066-488E-89CE-435377BB2425} = {6D1AA442-BE4A-4C59-8291-DC14E993F94D}
EndGlobalSection
EndGlobal