Skip to content

Commit 29a7544

Browse files
committed
Update to v0.0.1.2
1 parent 6a155a5 commit 29a7544

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

cybersource-rest-client-dotnet.sln

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio 14
3-
VisualStudioVersion = 14.0.25420.1
2+
# Visual Studio 15
3+
VisualStudioVersion = 15.0.28307.902
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{57F85999-95B6-4F65-B8E0-445FECF9C33E}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet.Test", "test\cybersource-rest-client-dotnet.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
99
Global
10-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11-
Debug|Any CPU = Debug|Any CPU
12-
Release|Any CPU = Release|Any CPU
13-
EndGlobalSection
14-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Release|Any CPU.Build.0 = Release|Any CPU
19-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
21-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
22-
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.Build.0 = Release|Any CPU
23-
EndGlobalSection
24-
GlobalSection(SolutionProperties) = preSolution
25-
HideSolutionNode = FALSE
26-
EndGlobalSection
10+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
11+
Debug|Any CPU = Debug|Any CPU
12+
Release|Any CPU = Release|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{57F85999-95B6-4F65-B8E0-445FECF9C33E}.Release|Any CPU.Build.0 = Release|Any CPU
19+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU
22+
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.Build.0 = Release|Any CPU
23+
EndGlobalSection
24+
GlobalSection(SolutionProperties) = preSolution
25+
HideSolutionNode = FALSE
26+
EndGlobalSection
27+
GlobalSection(ExtensibilityGlobals) = postSolution
28+
SolutionGuid = {77EA8D3A-DA9C-49D0-8ED7-597C72E145A9}
29+
EndGlobalSection
2730
EndGlobal

0 commit comments

Comments
 (0)