-
Notifications
You must be signed in to change notification settings - Fork 2
/
ApiClient.sln
51 lines (51 loc) · 2.86 KB
/
ApiClient.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Apps", "Apps", "{C1F97BA9-95ED-42CD-AD0A-6E22DD1CC18A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assemblies", "Assemblies", "{52B0F528-B2AB-4BE8-9408-7D83017AB19D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiClient.ConsoleApp", "ApiClient.ConsoleApp\ApiClient.ConsoleApp.csproj", "{419A2EF3-9C66-4BF8-BF8B-4B35CE4EB630}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OAuth2Service.ConsoleApp", "OAuth2Service.ConsoleApp\OAuth2Service.ConsoleApp.csproj", "{71F67A91-2362-4AAB-B16F-B7537E87DC51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ApiClient", "ApiClient\ApiClient.csproj", "{698FF1D6-2F24-4FB6-AE59-047F567D97BA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{560625EF-E3D3-4CC0-85D6-94E70A9131A5}"
ProjectSection(SolutionItems) = preProject
apiclient.config = apiclient.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{419A2EF3-9C66-4BF8-BF8B-4B35CE4EB630}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{419A2EF3-9C66-4BF8-BF8B-4B35CE4EB630}.Debug|Any CPU.Build.0 = Debug|Any CPU
{419A2EF3-9C66-4BF8-BF8B-4B35CE4EB630}.Release|Any CPU.ActiveCfg = Release|Any CPU
{419A2EF3-9C66-4BF8-BF8B-4B35CE4EB630}.Release|Any CPU.Build.0 = Release|Any CPU
{71F67A91-2362-4AAB-B16F-B7537E87DC51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71F67A91-2362-4AAB-B16F-B7537E87DC51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71F67A91-2362-4AAB-B16F-B7537E87DC51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71F67A91-2362-4AAB-B16F-B7537E87DC51}.Release|Any CPU.Build.0 = Release|Any CPU
{698FF1D6-2F24-4FB6-AE59-047F567D97BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{698FF1D6-2F24-4FB6-AE59-047F567D97BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{698FF1D6-2F24-4FB6-AE59-047F567D97BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{698FF1D6-2F24-4FB6-AE59-047F567D97BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{419A2EF3-9C66-4BF8-BF8B-4B35CE4EB630} = {C1F97BA9-95ED-42CD-AD0A-6E22DD1CC18A}
{71F67A91-2362-4AAB-B16F-B7537E87DC51} = {C1F97BA9-95ED-42CD-AD0A-6E22DD1CC18A}
{698FF1D6-2F24-4FB6-AE59-047F567D97BA} = {52B0F528-B2AB-4BE8-9408-7D83017AB19D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9A6DA9DB-8B7A-47BC-943B-4292409AA943}
EndGlobalSection
EndGlobal