-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicroElements.Samples.sln
More file actions
37 lines (37 loc) · 2.17 KB
/
MicroElements.Samples.sln
File metadata and controls
37 lines (37 loc) · 2.17 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 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Swashbuckle.FluentValidation.NetCore21WebApi", "src\Swashbuckle.FluentValidation.NetCore21WebApi\Swashbuckle.FluentValidation.NetCore21WebApi.csproj", "{6F944BEB-4EC4-4036-AB2E-3EC50A520422}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiSecured", "src\WebApiSecured\WebApiSecured.csproj", "{35FEEADB-35A8-4625-9E54-37A55324E051}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Swashbuckle.AuthWebApi", "src\Swashbuckle.AuthWebApi\Swashbuckle.AuthWebApi.csproj", "{18887966-F1C6-4DA4-8859-3F147FD15E57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F944BEB-4EC4-4036-AB2E-3EC50A520422}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F944BEB-4EC4-4036-AB2E-3EC50A520422}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F944BEB-4EC4-4036-AB2E-3EC50A520422}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F944BEB-4EC4-4036-AB2E-3EC50A520422}.Release|Any CPU.Build.0 = Release|Any CPU
{35FEEADB-35A8-4625-9E54-37A55324E051}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35FEEADB-35A8-4625-9E54-37A55324E051}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35FEEADB-35A8-4625-9E54-37A55324E051}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35FEEADB-35A8-4625-9E54-37A55324E051}.Release|Any CPU.Build.0 = Release|Any CPU
{18887966-F1C6-4DA4-8859-3F147FD15E57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18887966-F1C6-4DA4-8859-3F147FD15E57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18887966-F1C6-4DA4-8859-3F147FD15E57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18887966-F1C6-4DA4-8859-3F147FD15E57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AA0A677-C642-44C8-A6CE-495E7B7074B8}
EndGlobalSection
EndGlobal