-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathD2L.Services.Core.WebApi.sln
43 lines (43 loc) · 2.31 KB
/
D2L.Services.Core.WebApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "D2L.Services.Core.WebApi", "D2L.Services.Core.WebApi\D2L.Services.Core.WebApi.csproj", "{73F8D575-E3C1-4043-8235-E323DCBC2384}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{8B96B266-6421-45C5-A5B0-A992DA7B5F61}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{F27A4C3F-50A4-40A7-95F6-56B2B5492F87}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "D2L.Services.Core.WebApi.IntegrationTests", "D2L.Services.Core.WebApi.IntegrationTests\D2L.Services.Core.WebApi.IntegrationTests.csproj", "{9D4541A7-4F64-4610-987C-D32C44AFEAF6}"
ProjectSection(ProjectDependencies) = postProject
{73F8D575-E3C1-4043-8235-E323DCBC2384} = {73F8D575-E3C1-4043-8235-E323DCBC2384}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73F8D575-E3C1-4043-8235-E323DCBC2384}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73F8D575-E3C1-4043-8235-E323DCBC2384}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73F8D575-E3C1-4043-8235-E323DCBC2384}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73F8D575-E3C1-4043-8235-E323DCBC2384}.Release|Any CPU.Build.0 = Release|Any CPU
{9D4541A7-4F64-4610-987C-D32C44AFEAF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D4541A7-4F64-4610-987C-D32C44AFEAF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D4541A7-4F64-4610-987C-D32C44AFEAF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D4541A7-4F64-4610-987C-D32C44AFEAF6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D4541A7-4F64-4610-987C-D32C44AFEAF6} = {8B96B266-6421-45C5-A5B0-A992DA7B5F61}
EndGlobalSection
EndGlobal