-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI-Versioning.sln
More file actions
47 lines (47 loc) · 2.71 KB
/
Copy pathAPI-Versioning.sln
File metadata and controls
47 lines (47 loc) · 2.71 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
38
39
40
41
42
43
44
45
46
47
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}") = "URIBased", "URIBased\URIBased.csproj", "{FC97DDF7-2268-438B-B873-C99C3FE6D3E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuerystringBased", "QuerystringBased\QuerystringBased.csproj", "{794C45C0-44A2-4442-80FC-E37F3D070E19}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ContentNegotiation", "ContentNegotiation\ContentNegotiation.csproj", "{9A684CC9-818A-4716-9579-8AA2D68D5DAE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RequestHeaders", "RequestHeaders\RequestHeaders.csproj", "{45D63879-84BE-4A3A-A18C-13B8531CF93A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E4E73575-06FB-4AC5-BCC9-26CB9B0A88C6}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC97DDF7-2268-438B-B873-C99C3FE6D3E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC97DDF7-2268-438B-B873-C99C3FE6D3E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC97DDF7-2268-438B-B873-C99C3FE6D3E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC97DDF7-2268-438B-B873-C99C3FE6D3E1}.Release|Any CPU.Build.0 = Release|Any CPU
{794C45C0-44A2-4442-80FC-E37F3D070E19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{794C45C0-44A2-4442-80FC-E37F3D070E19}.Debug|Any CPU.Build.0 = Debug|Any CPU
{794C45C0-44A2-4442-80FC-E37F3D070E19}.Release|Any CPU.ActiveCfg = Release|Any CPU
{794C45C0-44A2-4442-80FC-E37F3D070E19}.Release|Any CPU.Build.0 = Release|Any CPU
{9A684CC9-818A-4716-9579-8AA2D68D5DAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A684CC9-818A-4716-9579-8AA2D68D5DAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A684CC9-818A-4716-9579-8AA2D68D5DAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A684CC9-818A-4716-9579-8AA2D68D5DAE}.Release|Any CPU.Build.0 = Release|Any CPU
{45D63879-84BE-4A3A-A18C-13B8531CF93A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D63879-84BE-4A3A-A18C-13B8531CF93A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D63879-84BE-4A3A-A18C-13B8531CF93A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D63879-84BE-4A3A-A18C-13B8531CF93A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal