-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-api-boilerplate.sln
36 lines (36 loc) · 1.97 KB
/
dotnet-api-boilerplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{F632B50C-44B7-4F5B-93E9-7D20E3A0A1A3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Boilerplate.Api", "src\Boilerplate.Api\Boilerplate.Api.csproj", "{2089D46E-C281-4CB0-A445-4C69B8E31235}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{6F3E5151-9FE1-4002-940A-4CA07E69C98B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Boilerplate.Api.Tests", "test\Boilerplate.Api.Tests\Boilerplate.Api.Tests.csproj", "{AA177248-B065-462E-925A-EE73F9CA87C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2089D46E-C281-4CB0-A445-4C69B8E31235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2089D46E-C281-4CB0-A445-4C69B8E31235}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2089D46E-C281-4CB0-A445-4C69B8E31235}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2089D46E-C281-4CB0-A445-4C69B8E31235}.Release|Any CPU.Build.0 = Release|Any CPU
{AA177248-B065-462E-925A-EE73F9CA87C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA177248-B065-462E-925A-EE73F9CA87C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA177248-B065-462E-925A-EE73F9CA87C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA177248-B065-462E-925A-EE73F9CA87C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2089D46E-C281-4CB0-A445-4C69B8E31235} = {F632B50C-44B7-4F5B-93E9-7D20E3A0A1A3}
{AA177248-B065-462E-925A-EE73F9CA87C8} = {6F3E5151-9FE1-4002-940A-4CA07E69C98B}
EndGlobalSection
EndGlobal