-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathMatriX-vNext.sln
69 lines (69 loc) · 4.59 KB
/
MatriX-vNext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{86338EEA-3CFB-4DAE-B6AA-7D3780EF38AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix", "src\Matrix\Matrix.csproj", "{9C6B6B38-945E-46CA-9924-D457778FD0CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix.Srv", "src\Matrix.Srv\Matrix.Srv.csproj", "{F2F5D8B8-68A3-446F-A437-60A3DFE33E47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix.Tests", "test\Matrix.Tests\Matrix.Tests.csproj", "{A104B058-9DF1-422C-B50C-4B09926A8AB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleClient", "examples\ConsoleClient\ConsoleClient.csproj", "{CA862B95-25F3-40C8-8FC6-E12C633555EB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "examples\Server\Server.csproj", "{AA5D12CA-42AC-4A3F-9FB2-D7EA15B1309B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix.Srv.Tests", "test\Matrix.Srv.Tests\Matrix.Srv.Tests.csproj", "{D629FC75-36CF-4452-9A67-78AB2D4BD939}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix.Extensions", "src\Matrix.Extensions\Matrix.Extensions.csproj", "{2544EB1D-F76C-4931-AD1E-9619409C82A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Matrix.Extensions.Tests", "test\Matrix.Extensions.Tests\Matrix.Extensions.Tests.csproj", "{0A32CD9B-DAEF-44DD-BBEF-F97D2CA9AC2C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C6B6B38-945E-46CA-9924-D457778FD0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C6B6B38-945E-46CA-9924-D457778FD0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C6B6B38-945E-46CA-9924-D457778FD0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C6B6B38-945E-46CA-9924-D457778FD0CC}.Release|Any CPU.Build.0 = Release|Any CPU
{F2F5D8B8-68A3-446F-A437-60A3DFE33E47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2F5D8B8-68A3-446F-A437-60A3DFE33E47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2F5D8B8-68A3-446F-A437-60A3DFE33E47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2F5D8B8-68A3-446F-A437-60A3DFE33E47}.Release|Any CPU.Build.0 = Release|Any CPU
{A104B058-9DF1-422C-B50C-4B09926A8AB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A104B058-9DF1-422C-B50C-4B09926A8AB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A104B058-9DF1-422C-B50C-4B09926A8AB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A104B058-9DF1-422C-B50C-4B09926A8AB5}.Release|Any CPU.Build.0 = Release|Any CPU
{CA862B95-25F3-40C8-8FC6-E12C633555EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA862B95-25F3-40C8-8FC6-E12C633555EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA862B95-25F3-40C8-8FC6-E12C633555EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA862B95-25F3-40C8-8FC6-E12C633555EB}.Release|Any CPU.Build.0 = Release|Any CPU
{AA5D12CA-42AC-4A3F-9FB2-D7EA15B1309B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA5D12CA-42AC-4A3F-9FB2-D7EA15B1309B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA5D12CA-42AC-4A3F-9FB2-D7EA15B1309B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA5D12CA-42AC-4A3F-9FB2-D7EA15B1309B}.Release|Any CPU.Build.0 = Release|Any CPU
{D629FC75-36CF-4452-9A67-78AB2D4BD939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D629FC75-36CF-4452-9A67-78AB2D4BD939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D629FC75-36CF-4452-9A67-78AB2D4BD939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D629FC75-36CF-4452-9A67-78AB2D4BD939}.Release|Any CPU.Build.0 = Release|Any CPU
{2544EB1D-F76C-4931-AD1E-9619409C82A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2544EB1D-F76C-4931-AD1E-9619409C82A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2544EB1D-F76C-4931-AD1E-9619409C82A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2544EB1D-F76C-4931-AD1E-9619409C82A4}.Release|Any CPU.Build.0 = Release|Any CPU
{0A32CD9B-DAEF-44DD-BBEF-F97D2CA9AC2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A32CD9B-DAEF-44DD-BBEF-F97D2CA9AC2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A32CD9B-DAEF-44DD-BBEF-F97D2CA9AC2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A32CD9B-DAEF-44DD-BBEF-F97D2CA9AC2C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {18DC11E9-02B9-4A97-A473-AC38A7F31F86}
EndGlobalSection
EndGlobal