-
Notifications
You must be signed in to change notification settings - Fork 0
/
Salix.RestClient.sln
41 lines (41 loc) · 2.05 KB
/
Salix.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34310.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Salix.RestClient", "Source\Salix.RestClient\Salix.RestClient.csproj", "{5ABD0A6E-A52A-46DF-A1C6-6EB7A4DAAC24}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestClient.Tests", "Source\RestClient.Tests\RestClient.Tests.csproj", "{9D106FC9-017B-4141-A120-F8743FDC6000}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{0D803562-252C-40D9-A2AA-50EB30F807E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build_test.yml = .github\workflows\build_test.yml
nuget_readme.md = nuget_readme.md
.github\workflows\publish_nuget.yml = .github\workflows\publish_nuget.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5ABD0A6E-A52A-46DF-A1C6-6EB7A4DAAC24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5ABD0A6E-A52A-46DF-A1C6-6EB7A4DAAC24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5ABD0A6E-A52A-46DF-A1C6-6EB7A4DAAC24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5ABD0A6E-A52A-46DF-A1C6-6EB7A4DAAC24}.Release|Any CPU.Build.0 = Release|Any CPU
{9D106FC9-017B-4141-A120-F8743FDC6000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D106FC9-017B-4141-A120-F8743FDC6000}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D106FC9-017B-4141-A120-F8743FDC6000}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D106FC9-017B-4141-A120-F8743FDC6000}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8ECFD65-F32F-46DF-AC88-603BF5744BF6}
EndGlobalSection
EndGlobal