-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMicroex.Swagger.sln
31 lines (31 loc) · 1.6 KB
/
Microex.Swagger.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27309.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microex.Swagger", "Microex.Swagger\Microex.Swagger.csproj", "{5D8FD1D3-BF9D-43FA-83CE-99DC703C7B24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microex.Swagger.SwaggerGen", "Microex.Swagger.SwaggerGen\Microex.Swagger.SwaggerGen.csproj", "{4CAA6D4B-F72E-4FD8-A927-D0754B8FBE7B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D8FD1D3-BF9D-43FA-83CE-99DC703C7B24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D8FD1D3-BF9D-43FA-83CE-99DC703C7B24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D8FD1D3-BF9D-43FA-83CE-99DC703C7B24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D8FD1D3-BF9D-43FA-83CE-99DC703C7B24}.Release|Any CPU.Build.0 = Release|Any CPU
{4CAA6D4B-F72E-4FD8-A927-D0754B8FBE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CAA6D4B-F72E-4FD8-A927-D0754B8FBE7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CAA6D4B-F72E-4FD8-A927-D0754B8FBE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CAA6D4B-F72E-4FD8-A927-D0754B8FBE7B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9F3068FD-2229-4B3B-AC71-EEC747861F52}
EndGlobalSection
EndGlobal