Skip to content

Commit 22f7ef9

Browse files
committed
+ Clean up of dependencies
1 parent 4bf9203 commit 22f7ef9

File tree

2 files changed

+40
-38
lines changed

2 files changed

+40
-38
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.645
44
MinimumVisualStudioVersion = 10.0.40219.1
55
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{0DE95660-A48D-412A-A5F7-931CEE7B11EB}"
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-
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.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+
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{0DE95660-A48D-412A-A5F7-931CEE7B11EB}.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 = {88D9F9BF-F91E-492A-A74B-2C2D6884F779}
29+
EndGlobalSection
2730
EndGlobal

test/cybersource-rest-client-dotnet.Test.csproj

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
CyberSource Merged Spec
44
@@ -37,6 +37,16 @@ OpenAPI spec version: 0.0.1
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
3939
<ItemGroup>
40+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
41+
<SpecificVersion>False</SpecificVersion>
42+
<HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
43+
</Reference>
44+
<Reference Include="nunit.framework">
45+
<HintPath>..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
46+
</Reference>
47+
<Reference Include="RestSharp">
48+
<HintPath>..\packages\RestSharp.106.5.4\lib\net452\RestSharp.dll</HintPath>
49+
</Reference>
4050
<Reference Include="System" />
4151
<Reference Include="System.Core" />
4252
<Reference Include="System.Xml.Linq" />
@@ -46,29 +56,18 @@ OpenAPI spec version: 0.0.1
4656
<Reference Include="System.Data" />
4757
<Reference Include="System.Runtime.Serialization" />
4858
<Reference Include="System.Xml" />
49-
<Reference Include="Newtonsoft.Json">
50-
<HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
51-
</Reference>
52-
<Reference Include="RestSharp">
53-
<HintPath>packages\RestSharp.106.5.4\lib\net452\RestSharp.dll</HintPath>
54-
</Reference>
55-
<Reference Include="nunit.framework">
56-
<HintPath>packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath>
57-
</Reference>
5859
</ItemGroup>
5960
<ItemGroup>
60-
<Compile Include="**\*.cs"
61-
Exclude="obj\**"/>
61+
<Compile Include="**\*.cs" Exclude="obj\**" />
6262
</ItemGroup>
6363
<ItemGroup>
64-
<None Include="packages.config" />
64+
<None Include="packages.config" />
6565
</ItemGroup>
6666
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
6767
<ItemGroup>
68-
<ProjectReference Include="..\cybersource-rest-client-dotnet.csproj">
69-
<Project>{0DE95660-A48D-412A-A5F7-931CEE7B11EB}</Project>
70-
<Name>cybersource-rest-client-dotnet</Name>
71-
</ProjectReference>
68+
<ProjectReference Include="..\cybersource-rest-client-dotnet.csproj">
69+
<Project>{0DE95660-A48D-412A-A5F7-931CEE7B11EB}</Project>
70+
<Name>cybersource-rest-client-dotnet</Name>
71+
</ProjectReference>
7272
</ItemGroup>
73-
</Project>
74-
73+
</Project>

0 commit comments

Comments
 (0)