-
Notifications
You must be signed in to change notification settings - Fork 30
/
Tiny.RestClient.sln
51 lines (51 loc) · 2.78 KB
/
Tiny.RestClient.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}") = "Common", "Common", "{BA692F65-6153-4BD7-8CE7-A3C478BB377E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
ruleset.ruleset = ruleset.ruleset
stylecop.json = stylecop.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{04546413-FE1B-43A1-B36C-9991DF5D5C4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiny.RestClient.ForTest.Api", "Tests\Tiny.RestClient.ForTest.Api\Tiny.RestClient.ForTest.Api.csproj", "{FC3D4096-1731-402B-9F34-5235294AB561}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiny.RestClient.Tests", "Tests\Tiny.RestClient.Tests\Tiny.RestClient.Tests.csproj", "{9374DF81-1308-403A-A7FB-2C7B6FCAC7F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tiny.RestClient", "Tiny.RestClient\Tiny.RestClient.csproj", "{BEAC6E54-4765-4468-9B75-7C7E3CA8A158}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC3D4096-1731-402B-9F34-5235294AB561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC3D4096-1731-402B-9F34-5235294AB561}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC3D4096-1731-402B-9F34-5235294AB561}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC3D4096-1731-402B-9F34-5235294AB561}.Release|Any CPU.Build.0 = Release|Any CPU
{9374DF81-1308-403A-A7FB-2C7B6FCAC7F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9374DF81-1308-403A-A7FB-2C7B6FCAC7F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9374DF81-1308-403A-A7FB-2C7B6FCAC7F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9374DF81-1308-403A-A7FB-2C7B6FCAC7F4}.Release|Any CPU.Build.0 = Release|Any CPU
{BEAC6E54-4765-4468-9B75-7C7E3CA8A158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BEAC6E54-4765-4468-9B75-7C7E3CA8A158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BEAC6E54-4765-4468-9B75-7C7E3CA8A158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BEAC6E54-4765-4468-9B75-7C7E3CA8A158}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FC3D4096-1731-402B-9F34-5235294AB561} = {04546413-FE1B-43A1-B36C-9991DF5D5C4F}
{9374DF81-1308-403A-A7FB-2C7B6FCAC7F4} = {04546413-FE1B-43A1-B36C-9991DF5D5C4F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA5D635D-59C9-4247-8C13-9D78B5834FC2}
EndGlobalSection
EndGlobal