-
Notifications
You must be signed in to change notification settings - Fork 128
/
web-api.sln
42 lines (42 loc) · 2.23 KB
/
web-api.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29418.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{B35572A5-8CE9-42F6-A611-35264E9F28BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{1EE4C863-946A-4C51-AA3D-9CBEED1FD9AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E30174B3-30DB-4DC3-B22C-97A6BBE0F608}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApi.MinimalApi", "WebApi.MinimalApi\WebApi.MinimalApi.csproj", "{5F7C650E-072A-44AC-8283-AE6FBFA42BDB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B35572A5-8CE9-42F6-A611-35264E9F28BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B35572A5-8CE9-42F6-A611-35264E9F28BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B35572A5-8CE9-42F6-A611-35264E9F28BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B35572A5-8CE9-42F6-A611-35264E9F28BE}.Release|Any CPU.Build.0 = Release|Any CPU
{1EE4C863-946A-4C51-AA3D-9CBEED1FD9AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EE4C863-946A-4C51-AA3D-9CBEED1FD9AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EE4C863-946A-4C51-AA3D-9CBEED1FD9AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EE4C863-946A-4C51-AA3D-9CBEED1FD9AE}.Release|Any CPU.Build.0 = Release|Any CPU
{5F7C650E-072A-44AC-8283-AE6FBFA42BDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F7C650E-072A-44AC-8283-AE6FBFA42BDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F7C650E-072A-44AC-8283-AE6FBFA42BDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F7C650E-072A-44AC-8283-AE6FBFA42BDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4969A4F5-6CC8-4BF4-BF0F-A4D57DF201D9}
EndGlobalSection
EndGlobal