forked from dotnetcore/WebApiClient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebApiClient.sln
34 lines (34 loc) · 1.74 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebApiClient", "WebApiClient\WebApiClient.csproj", "{DC333CC3-7576-45A7-9A17-E5D53F091453}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "Demo\Demo.csproj", "{C1262EE3-745B-4B58-9014-C07396517D86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A32DE2DA-BB2C-471F-9D6A-3CF8EDC39803}"
ProjectSection(SolutionItems) = preProject
Laojiu.WebApiClient.1.0.1.nupkg = Laojiu.WebApiClient.1.0.1.nupkg
Laojiu.WebApiClient.1.0.2.nupkg = Laojiu.WebApiClient.1.0.2.nupkg
EndProjectSection
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
{C1262EE3-745B-4B58-9014-C07396517D86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1262EE3-745B-4B58-9014-C07396517D86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1262EE3-745B-4B58-9014-C07396517D86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1262EE3-745B-4B58-9014-C07396517D86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal