forked from dotnetcore/WebApiClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiClient.sln
37 lines (37 loc) · 2.02 KB
/
WebApiClient.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.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiClient", "WebApiClient\WebApiClient.csproj", "{DC333CC3-7576-45A7-9A17-E5D53F091453}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo", "Demo\Demo.csproj", "{C90C20AA-0816-4597-9F2E-9A43DAE4C7EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiClientTest", "WebApiClientTest\WebApiClientTest.csproj", "{EC44EE7E-468E-4781-9060-26B85505125F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC333CC3-7576-45A7-9A17-E5D53F091453}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC333CC3-7576-45A7-9A17-E5D53F091453}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC333CC3-7576-45A7-9A17-E5D53F091453}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC333CC3-7576-45A7-9A17-E5D53F091453}.Release|Any CPU.Build.0 = Release|Any CPU
{C90C20AA-0816-4597-9F2E-9A43DAE4C7EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C90C20AA-0816-4597-9F2E-9A43DAE4C7EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C90C20AA-0816-4597-9F2E-9A43DAE4C7EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C90C20AA-0816-4597-9F2E-9A43DAE4C7EB}.Release|Any CPU.Build.0 = Release|Any CPU
{EC44EE7E-468E-4781-9060-26B85505125F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC44EE7E-468E-4781-9060-26B85505125F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC44EE7E-468E-4781-9060-26B85505125F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC44EE7E-468E-4781-9060-26B85505125F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {193F6610-E8DC-4B32-B18B-400E0A62D607}
EndGlobalSection
EndGlobal