-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathSwaggerAndAutorestExample.sln
39 lines (39 loc) · 2.29 KB
/
SwaggerAndAutorestExample.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
38
39
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataService", "SwaggerAndAutorestExample\src\DataService\DataService.csproj", "{3837CF56-8835-425C-AF49-12DCCD7E029C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsumingWebsite", "SwaggerAndAutorestExample\src\ConsumingWebsite\ConsumingWebsite.csproj", "{D91C50A7-11FD-4BEB-B135-A0A301AEBFC9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F82B8CE-2535-44A1-AE8A-B34D074E5978}"
ProjectSection(SolutionItems) = preProject
SwaggerAndAutorestExample\readme.md = SwaggerAndAutorestExample\readme.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataService.Shared", "SwaggerAndAutorestExample\src\DataService.Shared\DataService.Shared.csproj", "{0CF1A086-69A6-4CEE-962D-EA1C10EB3A46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3837CF56-8835-425C-AF49-12DCCD7E029C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3837CF56-8835-425C-AF49-12DCCD7E029C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3837CF56-8835-425C-AF49-12DCCD7E029C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3837CF56-8835-425C-AF49-12DCCD7E029C}.Release|Any CPU.Build.0 = Release|Any CPU
{D91C50A7-11FD-4BEB-B135-A0A301AEBFC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D91C50A7-11FD-4BEB-B135-A0A301AEBFC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D91C50A7-11FD-4BEB-B135-A0A301AEBFC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D91C50A7-11FD-4BEB-B135-A0A301AEBFC9}.Release|Any CPU.Build.0 = Release|Any CPU
{0CF1A086-69A6-4CEE-962D-EA1C10EB3A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CF1A086-69A6-4CEE-962D-EA1C10EB3A46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CF1A086-69A6-4CEE-962D-EA1C10EB3A46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CF1A086-69A6-4CEE-962D-EA1C10EB3A46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal