This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
RestSharpPolly.sln
37 lines (37 loc) · 2.06 KB
/
RestSharpPolly.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 Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestSharpPolly", "RestSharpPolly\RestSharpPolly.csproj", "{8716D9CF-BCDB-4CB5-BC33-F2BFC1802F72}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestSharpPolly.Test", "RestSharpPolly.Test\RestSharpPolly.Test.csproj", "{FBB7C57F-F878-4252-B642-A5BEAFEFB0F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp2", "ConsoleApp2\ConsoleApp2.csproj", "{3ADAEB2F-233B-477A-9042-8A6B481E40E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8716D9CF-BCDB-4CB5-BC33-F2BFC1802F72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8716D9CF-BCDB-4CB5-BC33-F2BFC1802F72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8716D9CF-BCDB-4CB5-BC33-F2BFC1802F72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8716D9CF-BCDB-4CB5-BC33-F2BFC1802F72}.Release|Any CPU.Build.0 = Release|Any CPU
{FBB7C57F-F878-4252-B642-A5BEAFEFB0F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBB7C57F-F878-4252-B642-A5BEAFEFB0F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBB7C57F-F878-4252-B642-A5BEAFEFB0F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBB7C57F-F878-4252-B642-A5BEAFEFB0F4}.Release|Any CPU.Build.0 = Release|Any CPU
{3ADAEB2F-233B-477A-9042-8A6B481E40E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ADAEB2F-233B-477A-9042-8A6B481E40E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ADAEB2F-233B-477A-9042-8A6B481E40E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ADAEB2F-233B-477A-9042-8A6B481E40E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FDC92BD-36E5-4C04-AA4D-AC27BC71AABC}
EndGlobalSection
EndGlobal