-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHttpClientUtilities.sln
More file actions
45 lines (45 loc) · 2.18 KB
/
HttpClientUtilities.sln
File metadata and controls
45 lines (45 loc) · 2.18 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientUtilities", "HttpClientUtilities\HttpClientUtilities.csproj", "{70A5849C-8B3B-48A9-B206-ED68AC8CF610}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HttpClientUtilities.Tests", "HttpClientUtilities.Tests\HttpClientUtilities.Tests.csproj", "{0C43A9A3-05FF-4F36-B291-41D618CF7E41}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4CEA8B59-1EBD-44DF-94A4-E11A2B2ED70C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
GlobalSuppressions.cs = GlobalSuppressions.cs
README.md = README.md
stylecop.json = stylecop.json
TestsSuppressions.cs = TestsSuppressions.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70A5849C-8B3B-48A9-B206-ED68AC8CF610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70A5849C-8B3B-48A9-B206-ED68AC8CF610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70A5849C-8B3B-48A9-B206-ED68AC8CF610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70A5849C-8B3B-48A9-B206-ED68AC8CF610}.Release|Any CPU.Build.0 = Release|Any CPU
{0C43A9A3-05FF-4F36-B291-41D618CF7E41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C43A9A3-05FF-4F36-B291-41D618CF7E41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C43A9A3-05FF-4F36-B291-41D618CF7E41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C43A9A3-05FF-4F36-B291-41D618CF7E41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DFB5E0C5-71B5-4F2F-9162-8D0CC925FB02}
EndGlobalSection
EndGlobal