-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathScheduledQueue.sln
51 lines (51 loc) · 3.16 KB
/
ScheduledQueue.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduledQueue.Api", "ScheduledQueue.Api\ScheduledQueue.Api.csproj", "{29E1BB9B-D3CF-4349-B786-A2ED2DB94E69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduledQueue.Core", "ScheduledQueue.Core\ScheduledQueue.Core.csproj", "{AAB61D20-9E32-48D5-8FDB-DB9DF911C5E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BBF7A212-1F2C-4AE4-A78D-8B7148E2CF80}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduledQueue.Tests", "ScheduledQueue.Tests\ScheduledQueue.Tests.csproj", "{2648E23A-921A-4425-95AA-E330B05F270F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheduledQueue.Client", "ScheduledQueue.Client\ScheduledQueue.Client.csproj", "{9CDB9673-1960-4DBF-ACF8-51762ECACF4E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleClient", "SampleClient\SampleClient.csproj", "{C49C26BE-CE64-4489-91D1-D7408E464831}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29E1BB9B-D3CF-4349-B786-A2ED2DB94E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E1BB9B-D3CF-4349-B786-A2ED2DB94E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E1BB9B-D3CF-4349-B786-A2ED2DB94E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E1BB9B-D3CF-4349-B786-A2ED2DB94E69}.Release|Any CPU.Build.0 = Release|Any CPU
{AAB61D20-9E32-48D5-8FDB-DB9DF911C5E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAB61D20-9E32-48D5-8FDB-DB9DF911C5E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAB61D20-9E32-48D5-8FDB-DB9DF911C5E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAB61D20-9E32-48D5-8FDB-DB9DF911C5E3}.Release|Any CPU.Build.0 = Release|Any CPU
{2648E23A-921A-4425-95AA-E330B05F270F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2648E23A-921A-4425-95AA-E330B05F270F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2648E23A-921A-4425-95AA-E330B05F270F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2648E23A-921A-4425-95AA-E330B05F270F}.Release|Any CPU.Build.0 = Release|Any CPU
{9CDB9673-1960-4DBF-ACF8-51762ECACF4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9CDB9673-1960-4DBF-ACF8-51762ECACF4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9CDB9673-1960-4DBF-ACF8-51762ECACF4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9CDB9673-1960-4DBF-ACF8-51762ECACF4E}.Release|Any CPU.Build.0 = Release|Any CPU
{C49C26BE-CE64-4489-91D1-D7408E464831}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C49C26BE-CE64-4489-91D1-D7408E464831}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C49C26BE-CE64-4489-91D1-D7408E464831}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C49C26BE-CE64-4489-91D1-D7408E464831}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal