-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiGenerator.sln
49 lines (49 loc) · 2.88 KB
/
WebApiGenerator.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
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2046
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiGenerator", "src\WebApiGenerator\WebApiGenerator.csproj", "{52BD2EF3-0A7C-418A-93FE-7A439EE9D8BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiClient", "src\WebApiClient\WebApiClient.csproj", "{5E9A440E-318F-4818-AF84-5E848381F174}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyService", "example\MyService\MyService.csproj", "{2B226595-EF97-4370-8E46-045707EB71A9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyServicesStartup", "example\MyServicesStartup\MyServicesStartup.csproj", "{9EA7AE25-792A-46E5-95E8-F24028C2167B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Example", "Example", "{E3B1311A-92D5-46E5-BD46-6C693C2ACFC6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52BD2EF3-0A7C-418A-93FE-7A439EE9D8BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52BD2EF3-0A7C-418A-93FE-7A439EE9D8BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52BD2EF3-0A7C-418A-93FE-7A439EE9D8BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52BD2EF3-0A7C-418A-93FE-7A439EE9D8BA}.Release|Any CPU.Build.0 = Release|Any CPU
{2B226595-EF97-4370-8E46-045707EB71A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B226595-EF97-4370-8E46-045707EB71A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B226595-EF97-4370-8E46-045707EB71A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B226595-EF97-4370-8E46-045707EB71A9}.Release|Any CPU.Build.0 = Release|Any CPU
{5E9A440E-318F-4818-AF84-5E848381F174}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E9A440E-318F-4818-AF84-5E848381F174}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E9A440E-318F-4818-AF84-5E848381F174}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E9A440E-318F-4818-AF84-5E848381F174}.Release|Any CPU.Build.0 = Release|Any CPU
{9EA7AE25-792A-46E5-95E8-F24028C2167B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EA7AE25-792A-46E5-95E8-F24028C2167B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EA7AE25-792A-46E5-95E8-F24028C2167B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EA7AE25-792A-46E5-95E8-F24028C2167B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2B226595-EF97-4370-8E46-045707EB71A9} = {E3B1311A-92D5-46E5-BD46-6C693C2ACFC6}
{9EA7AE25-792A-46E5-95E8-F24028C2167B} = {E3B1311A-92D5-46E5-BD46-6C693C2ACFC6}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {883B7531-0A73-4FB7-9440-170C3D62CFD3}
EndGlobalSection
EndGlobal