forked from Mastercard/oauth1-signer-csharp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mastercard.Developer.OAuth1Signer.sln
43 lines (43 loc) · 2.53 KB
/
Mastercard.Developer.OAuth1Signer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0F74CBF3-4672-4176-8DB8-60D56809CCE5}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mastercard.Developer.OAuth1Signer.Core", "Mastercard.Developer.OAuth1Signer.Core\Mastercard.Developer.OAuth1Signer.Core.csproj", "{86360A49-DD16-4418-98F3-9A04C4D1308B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mastercard.Developer.OAuth1Signer.Tests.Net4x", "Mastercard.Developer.OAuth1Signer.Tests\Net4x\Mastercard.Developer.OAuth1Signer.Tests.Net4x.csproj", "{912B116F-8096-4CBF-97CE-40404A80EDCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mastercard.Developer.OAuth1Signer.RestSharp", "Mastercard.Developer.OAuth1Signer.RestSharp\Mastercard.Developer.OAuth1Signer.RestSharp.csproj", "{008E16D0-CBEF-4DAB-B712-9819A719567C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{86360A49-DD16-4418-98F3-9A04C4D1308B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86360A49-DD16-4418-98F3-9A04C4D1308B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86360A49-DD16-4418-98F3-9A04C4D1308B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86360A49-DD16-4418-98F3-9A04C4D1308B}.Release|Any CPU.Build.0 = Release|Any CPU
{912B116F-8096-4CBF-97CE-40404A80EDCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{912B116F-8096-4CBF-97CE-40404A80EDCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{912B116F-8096-4CBF-97CE-40404A80EDCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{912B116F-8096-4CBF-97CE-40404A80EDCA}.Release|Any CPU.Build.0 = Release|Any CPU
{008E16D0-CBEF-4DAB-B712-9819A719567C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{008E16D0-CBEF-4DAB-B712-9819A719567C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{008E16D0-CBEF-4DAB-B712-9819A719567C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{008E16D0-CBEF-4DAB-B712-9819A719567C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B80C941C-E5C5-4556-9C7C-EBF28D66C150}
EndGlobalSection
EndGlobal