This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
webapi-dotnet.sln
53 lines (53 loc) · 2.95 KB
/
webapi-dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webapi", "services\webapi\src\webapi.csproj", "{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webapi.tests", "services\webapi\tests\webapi.tests.csproj", "{8C36CF35-761C-4D3E-84D4-520ECDF54F02}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Debug|x64.ActiveCfg = Debug|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Debug|x64.Build.0 = Debug|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Debug|x86.ActiveCfg = Debug|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Debug|x86.Build.0 = Debug|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Release|Any CPU.Build.0 = Release|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Release|x64.ActiveCfg = Release|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Release|x64.Build.0 = Release|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Release|x86.ActiveCfg = Release|Any CPU
{AFE7D3D0-560B-44B3-8C17-1696C92C7B51}.Release|x86.Build.0 = Release|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Debug|x64.ActiveCfg = Debug|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Debug|x64.Build.0 = Debug|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Debug|x86.ActiveCfg = Debug|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Debug|x86.Build.0 = Debug|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Release|Any CPU.Build.0 = Release|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Release|x64.ActiveCfg = Release|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Release|x64.Build.0 = Release|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Release|x86.ActiveCfg = Release|Any CPU
{8C36CF35-761C-4D3E-84D4-520ECDF54F02}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8BFDD5BB-A12C-43CC-B213-9659F653F3C2}
EndGlobalSection
EndGlobal