-
Notifications
You must be signed in to change notification settings - Fork 0
/
SqreenDispatcher.sln
59 lines (59 loc) · 3.51 KB
/
SqreenDispatcher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30523.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqreenDispatcher", "SqreenDispatcher\SqreenDispatcher.csproj", "{18E58024-7826-45BE-A34C-FD562830AA26}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqreenDispatcher.Services", "SqreenDispatcher.Services\SqreenDispatcher.Services.csproj", "{36B65252-FAE8-4AAA-B487-AB7CEF17710B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqreenDispatcher.Tests", "SqreenDispatcher.Tests\SqreenDispatcher.Tests.csproj", "{B2960FB2-86D0-48E9-9BF3-4A8F899AE0E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SqreenDispatcher.IntegrationTests", "SqreenDispatcher.IntegrationTests\SqreenDispatcher.IntegrationTests.csproj", "{54017963-76AA-4451-83DD-D77E99775218}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BC3B18E2-0C10-4200-9047-7B29CE336F98}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A7A56F61-EA63-434D-96B3-DCF2C14F2450}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6D4EC70D-C9E2-44E7-A85A-19B53E307CC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18E58024-7826-45BE-A34C-FD562830AA26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18E58024-7826-45BE-A34C-FD562830AA26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18E58024-7826-45BE-A34C-FD562830AA26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18E58024-7826-45BE-A34C-FD562830AA26}.Release|Any CPU.Build.0 = Release|Any CPU
{36B65252-FAE8-4AAA-B487-AB7CEF17710B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36B65252-FAE8-4AAA-B487-AB7CEF17710B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36B65252-FAE8-4AAA-B487-AB7CEF17710B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36B65252-FAE8-4AAA-B487-AB7CEF17710B}.Release|Any CPU.Build.0 = Release|Any CPU
{B2960FB2-86D0-48E9-9BF3-4A8F899AE0E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2960FB2-86D0-48E9-9BF3-4A8F899AE0E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2960FB2-86D0-48E9-9BF3-4A8F899AE0E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2960FB2-86D0-48E9-9BF3-4A8F899AE0E7}.Release|Any CPU.Build.0 = Release|Any CPU
{54017963-76AA-4451-83DD-D77E99775218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54017963-76AA-4451-83DD-D77E99775218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54017963-76AA-4451-83DD-D77E99775218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54017963-76AA-4451-83DD-D77E99775218}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{18E58024-7826-45BE-A34C-FD562830AA26} = {A7A56F61-EA63-434D-96B3-DCF2C14F2450}
{36B65252-FAE8-4AAA-B487-AB7CEF17710B} = {A7A56F61-EA63-434D-96B3-DCF2C14F2450}
{B2960FB2-86D0-48E9-9BF3-4A8F899AE0E7} = {6D4EC70D-C9E2-44E7-A85A-19B53E307CC5}
{54017963-76AA-4451-83DD-D77E99775218} = {6D4EC70D-C9E2-44E7-A85A-19B53E307CC5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {35F188BF-C2E4-4CD5-8F26-A07F82782D39}
EndGlobalSection
EndGlobal