Skip to content

Commit 018ebc7

Browse files
committed
adding csproj changes
1 parent 133085c commit 018ebc7

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

cybersource-rest-client-dotnet.csproj

Lines changed: 7 additions & 6 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
@@ -9,9 +9,10 @@ OpenAPI spec version: 0.0.1
99
-->
1010
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1111
<PropertyGroup>
12+
1213
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1314
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
14-
<ProjectGuid>{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}</ProjectGuid>
15+
<ProjectGuid>{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}</ProjectGuid>
1516
<OutputType>Library</OutputType>
1617
<AppDesignerFolder>Properties</AppDesignerFolder>
1718
<RootNamespace>CyberSource</RootNamespace>
@@ -37,9 +38,6 @@ OpenAPI spec version: 0.0.1
3738
<WarningLevel>4</WarningLevel>
3839
</PropertyGroup>
3940
<ItemGroup>
40-
<Reference Include="AuthenticationSdk">
41-
<HintPath>..\cybersource-rest-auth-dotnet\AuthenticationSdk\AuthenticationSdk\bin\Debug\AuthenticationSdk.dll</HintPath>
42-
</Reference>
4341
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
4442
<HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\netstandard2.0\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
4543
</Reference>
@@ -88,6 +86,9 @@ OpenAPI spec version: 0.0.1
8886
<Reference Include="System.Data" />
8987
<Reference Include="System.Runtime.Serialization" />
9088
<Reference Include="System.Xml" />
89+
<Reference Include="AuthenticationSdk">
90+
<HintPath>packages\CyberSource.Authentication.0.0.0.23\lib\AuthenticationSdk.dll</HintPath>
91+
</Reference>
9192
</ItemGroup>
9293
<ItemGroup>
9394
<Compile Include="**\*.cs" Exclude="obj\**;test\**" />
@@ -101,4 +102,4 @@ OpenAPI spec version: 0.0.1
101102
<Content Include="license.txt" />
102103
</ItemGroup>
103104
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
104-
</Project>
105+
</Project>

cybersource-rest-client-dotnet.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 14
33
VisualStudioVersion = 14.0.25420.1
44
MinimumVisualStudioVersion = 10.0.40219.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cybersource-rest-client-dotnet", "cybersource-rest-client-dotnet.csproj", "{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}"
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
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ OpenAPI spec version: 0.0.1
8282
<Import Project="$(MsBuildToolsPath)\Microsoft.CSharp.targets" />
8383
<ItemGroup>
8484
<ProjectReference Include="..\cybersource-rest-client-dotnet.csproj">
85-
<Project>{B7C17FAE-9755-4AB2-BB87-BEF560693D6F}</Project>
85+
<Project>{BD1DA018-E7D4-4C00-8CAB-B7917EC52D0C}</Project>
8686
<Name>cybersource-rest-client-dotnet</Name>
8787
</ProjectReference>
8888
</ItemGroup>

0 commit comments

Comments
 (0)