-
Notifications
You must be signed in to change notification settings - Fork 0
/
DeliverIt.sln
39 lines (39 loc) · 2.03 KB
/
DeliverIt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29827.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{066BE165-FAB1-440D-B8D0-486742211B22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeliverIt.Tests", "DeliverIt.Tests\DeliverIt.Tests.csproj", "{D6F902B5-A0D0-4672-893A-1DC5E59A9C2F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{1EE0847F-89F3-4866-9707-AF868D002988}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeliverIt", "DeliveryIt\DeliverIt.csproj", "{9B24B177-BC31-4CC5-A7DF-BA05B9F20900}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D6F902B5-A0D0-4672-893A-1DC5E59A9C2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6F902B5-A0D0-4672-893A-1DC5E59A9C2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6F902B5-A0D0-4672-893A-1DC5E59A9C2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6F902B5-A0D0-4672-893A-1DC5E59A9C2F}.Release|Any CPU.Build.0 = Release|Any CPU
{9B24B177-BC31-4CC5-A7DF-BA05B9F20900}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B24B177-BC31-4CC5-A7DF-BA05B9F20900}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B24B177-BC31-4CC5-A7DF-BA05B9F20900}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B24B177-BC31-4CC5-A7DF-BA05B9F20900}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D6F902B5-A0D0-4672-893A-1DC5E59A9C2F} = {066BE165-FAB1-440D-B8D0-486742211B22}
{9B24B177-BC31-4CC5-A7DF-BA05B9F20900} = {1EE0847F-89F3-4866-9707-AF868D002988}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C9EB488-7C37-4803-9BA4-413B2F02F6B9}
EndGlobalSection
EndGlobal