|
37 | 37 | <SpecificVersion>False</SpecificVersion> |
38 | 38 | <HintPath>Source\lib\net461\ApiSdk.dll</HintPath> |
39 | 39 | </Reference> |
40 | | - <Reference Include="AuthenticationSdk"> |
41 | | - <SpecificVersion>False</SpecificVersion> |
42 | | - <HintPath>packages\CyberSource.Authentication.0.0.0.12\lib\AuthenticationSdk.dll</HintPath> |
43 | | - </Reference> |
44 | | - <Reference Include="cybersource-rest-client-dotnet"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - <HintPath>packages\CyberSource.Rest.Client.0.0.1.19\lib\cybersource-rest-client-dotnet.dll</HintPath> |
47 | | - </Reference> |
48 | 40 | <Reference Include="jose-jwt"> |
49 | 41 | <HintPath>packages\jose-jwt.2.4.0\lib\net461\jose-jwt.dll</HintPath> |
50 | 42 | </Reference> |
| 43 | + <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> |
51 | 44 | <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
52 | 45 | <HintPath>packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
53 | 46 | <Private>True</Private> |
|
56 | 49 | <HintPath>packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath> |
57 | 50 | <Private>True</Private> |
58 | 51 | </Reference> |
| 52 | + <Reference Include="nunit.framework"> |
| 53 | + <HintPath>packages\NUnit.3.10.1\lib\net45\nunit.framework.dll</HintPath> |
| 54 | + </Reference> |
59 | 55 | <Reference Include="RestSharp, Version=106.12.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> |
60 | 56 | <SpecificVersion>False</SpecificVersion> |
61 | 57 | <HintPath>packages\RestSharp.106.12.0\lib\net452\RestSharp.dll</HintPath> |
|
170 | 166 | <Compile Include="Source\Samples\Payments\Payments\IncrementalAuthorization.cs" /> |
171 | 167 | <Compile Include="Source\Samples\Payments\Payments\LevelIIData.cs" /> |
172 | 168 | <Compile Include="Source\Samples\Payments\Payments\LevelIIIData.cs" /> |
173 | | - <Compile Include="Source\Samples\Payments\Payments\ParallelAuth.cs" /> |
174 | 169 | <Compile Include="Source\Samples\Payments\Payments\PartialAuthorization.cs" /> |
175 | 170 | <Compile Include="Source\Samples\Payments\Payments\PaymentNetworkTokenization.cs" /> |
176 | 171 | <Compile Include="Source\Samples\Payments\Payments\PaymentWithFlexToken.cs" /> |
|
328 | 323 | <Content Include="Source\Resource\jwsToken.txt" /> |
329 | 324 | <Content Include="Source\Resource\signatureHeaderValue.txt" /> |
330 | 325 | </ItemGroup> |
331 | | - <ItemGroup /> |
| 326 | + <ItemGroup> |
| 327 | + <ProjectReference Include="..\cybersource-rest-auth-dotnet\AuthenticationSdk\AuthenticationSdk\AuthenticationSdk.csproj"> |
| 328 | + <Project>{910f28d1-8bd0-4359-aacb-b96c04cf68e8}</Project> |
| 329 | + <Name>AuthenticationSdk</Name> |
| 330 | + </ProjectReference> |
| 331 | + <ProjectReference Include="..\cybersource-rest-client-dotnet\cybersource-rest-client-dotnet.csproj"> |
| 332 | + <Project>{8c08b6dc-4da0-4434-a6c5-709932dddde5}</Project> |
| 333 | + <Name>cybersource-rest-client-dotnet</Name> |
| 334 | + </ProjectReference> |
| 335 | + </ItemGroup> |
332 | 336 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
333 | 337 | <PropertyGroup> |
334 | 338 | <PostBuildEvent>DEL /S /Q ..\..\..\obj\*</PostBuildEvent> |
|
0 commit comments