This repository has been archived by the owner on Jan 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CodeGeneration.sln
37 lines (37 loc) · 2.04 KB
/
CodeGeneration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27818.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrialNSwag", "TrialNSwag\TrialNSwag.csproj", "{147EA6C4-C771-4984-AF82-EA8026F0A66F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClientConsole", "ClientConsole\ClientConsole.csproj", "{DD2390CC-3BF0-48C7-A397-D4FA76F3864B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TrialSwashbuckle", "TrialSwashbuckle\TrialSwashbuckle.csproj", "{E8D59576-8F33-415E-AF31-89DEB11B6812}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{147EA6C4-C771-4984-AF82-EA8026F0A66F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{147EA6C4-C771-4984-AF82-EA8026F0A66F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{147EA6C4-C771-4984-AF82-EA8026F0A66F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{147EA6C4-C771-4984-AF82-EA8026F0A66F}.Release|Any CPU.Build.0 = Release|Any CPU
{DD2390CC-3BF0-48C7-A397-D4FA76F3864B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD2390CC-3BF0-48C7-A397-D4FA76F3864B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD2390CC-3BF0-48C7-A397-D4FA76F3864B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD2390CC-3BF0-48C7-A397-D4FA76F3864B}.Release|Any CPU.Build.0 = Release|Any CPU
{E8D59576-8F33-415E-AF31-89DEB11B6812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8D59576-8F33-415E-AF31-89DEB11B6812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8D59576-8F33-415E-AF31-89DEB11B6812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8D59576-8F33-415E-AF31-89DEB11B6812}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5370CE1C-3310-4D3E-B233-685355E45277}
EndGlobalSection
EndGlobal