-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMatrices.sln
More file actions
44 lines (44 loc) · 2.53 KB
/
Matrices.sln
File metadata and controls
44 lines (44 loc) · 2.53 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26823.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E263567D-8EF7-492D-8587-0F24AD4174F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrices.Core", "src\Matrices.Core\Matrices.Core.csproj", "{0D4771EA-9257-4CA6-9B36-BF5A0764A6BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrices.Application", "src\Matrices.Application\Matrices.Application.csproj", "{49D3A6C7-486E-4B09-BE40-AABA921B092F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Matrices.XUnit", "src\Matrices.XUnit\Matrices.XUnit.csproj", "{FC123800-395A-41B7-B188-30F4CBFFF5CC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0D4771EA-9257-4CA6-9B36-BF5A0764A6BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D4771EA-9257-4CA6-9B36-BF5A0764A6BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D4771EA-9257-4CA6-9B36-BF5A0764A6BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D4771EA-9257-4CA6-9B36-BF5A0764A6BF}.Release|Any CPU.Build.0 = Release|Any CPU
{49D3A6C7-486E-4B09-BE40-AABA921B092F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D3A6C7-486E-4B09-BE40-AABA921B092F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D3A6C7-486E-4B09-BE40-AABA921B092F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D3A6C7-486E-4B09-BE40-AABA921B092F}.Release|Any CPU.Build.0 = Release|Any CPU
{FC123800-395A-41B7-B188-30F4CBFFF5CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC123800-395A-41B7-B188-30F4CBFFF5CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC123800-395A-41B7-B188-30F4CBFFF5CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC123800-395A-41B7-B188-30F4CBFFF5CC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0D4771EA-9257-4CA6-9B36-BF5A0764A6BF} = {E263567D-8EF7-492D-8587-0F24AD4174F5}
{49D3A6C7-486E-4B09-BE40-AABA921B092F} = {E263567D-8EF7-492D-8587-0F24AD4174F5}
{FC123800-395A-41B7-B188-30F4CBFFF5CC} = {E263567D-8EF7-492D-8587-0F24AD4174F5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E005B82F-7DE9-4B04-AE9E-AF21138100B8}
EndGlobalSection
EndGlobal