1- <?xml version =" 1.0" encoding =" utf-8" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
22<!--
33CyberSource Flex API
44
@@ -37,6 +37,12 @@ OpenAPI spec version: 0.0.1
3737 <WarningLevel >4</WarningLevel >
3838 </PropertyGroup >
3939 <ItemGroup >
40+ <Reference Include =" nunit.framework" >
41+ <HintPath >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
42+ </Reference >
43+ <Reference Include =" RestSharp" >
44+ <HintPath >..\packages\RestSharp.106.5.3\lib\net452\RestSharp.dll</HintPath >
45+ </Reference >
4046 <Reference Include =" System" />
4147 <Reference Include =" System.Core" />
4248 <Reference Include =" System.Xml.Linq" />
@@ -47,37 +53,20 @@ OpenAPI spec version: 0.0.1
4753 <Reference Include =" System.Runtime.Serialization" />
4854 <Reference Include =" System.Xml" />
4955 <Reference Include =" Newtonsoft.Json" >
50- <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
51- <HintPath Condition =" Exists('..\packages')" >..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
52- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
53- <HintPath Condition =" Exists('..\..\vendor')" >..\..\vendor\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
54- </Reference >
55- <Reference Include =" RestSharp" >
56- <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
57- <HintPath Condition =" Exists('..\packages')" >..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
58- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
59- <HintPath Condition =" Exists('..\..\vendor')" >..\..\vendor\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
60- </Reference >
61- <Reference Include =" nunit.framework" >
62- <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
63- <HintPath Condition =" Exists('..\packages')" >..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
64- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
65- <HintPath Condition =" Exists('..\..\vendor')" >..\..\vendor\NUnit.2.6.4\lib\nunit.framework.dll</HintPath >
56+ <HintPath >packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
6657 </Reference >
6758 </ItemGroup >
6859 <ItemGroup >
69- <Compile Include =" **\*.cs"
70- Exclude =" obj\**" />
60+ <Compile Include =" **\*.cs" Exclude =" obj\**" />
7161 </ItemGroup >
7262 <ItemGroup >
73- <None Include =" packages.config" />
63+ <None Include =" packages.config" />
7464 </ItemGroup >
7565 <Import Project =" $(MsBuildToolsPath)\Microsoft.CSharp.targets" />
7666 <ItemGroup >
77- <ProjectReference Include =" ..\CyberSource\CyberSource .csproj" >
78- <Project >{51EEEB84-24E5-4323-9B21-31CE2D7FB209}</Project >
79- <Name >CyberSource</Name >
80- </ProjectReference >
67+ <ProjectReference Include =" ..\cybersource-rest-client-dotnet .csproj" >
68+ <Project >{51EEEB84-24E5-4323-9B21-31CE2D7FB209}</Project >
69+ <Name >CyberSource</Name >
70+ </ProjectReference >
8171 </ItemGroup >
82- </Project >
83-
72+ </Project >
0 commit comments