-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebAPI.sln
More file actions
37 lines (37 loc) · 1.99 KB
/
WebAPI.sln
File metadata and controls
37 lines (37 loc) · 1.99 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api.Builder", "Api.Builder\Api.Builder.csproj", "{350D89A8-2340-423B-8E0E-2839BF3DB376}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Api", "Api\Api.csproj", "{E230796A-267B-4876-9F73-333AC9101A0D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{AF254D00-4351-4960-8175-E767041029F1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{350D89A8-2340-423B-8E0E-2839BF3DB376}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{350D89A8-2340-423B-8E0E-2839BF3DB376}.Debug|Any CPU.Build.0 = Debug|Any CPU
{350D89A8-2340-423B-8E0E-2839BF3DB376}.Release|Any CPU.ActiveCfg = Release|Any CPU
{350D89A8-2340-423B-8E0E-2839BF3DB376}.Release|Any CPU.Build.0 = Release|Any CPU
{E230796A-267B-4876-9F73-333AC9101A0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E230796A-267B-4876-9F73-333AC9101A0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E230796A-267B-4876-9F73-333AC9101A0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E230796A-267B-4876-9F73-333AC9101A0D}.Release|Any CPU.Build.0 = Release|Any CPU
{AF254D00-4351-4960-8175-E767041029F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF254D00-4351-4960-8175-E767041029F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF254D00-4351-4960-8175-E767041029F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF254D00-4351-4960-8175-E767041029F1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24320C4D-34C6-4923-9EB5-1158C48E0BDB}
EndGlobalSection
EndGlobal