1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<!--
3
3
Aspose.PDF for Cloud API Reference
4
4
@@ -9,7 +9,6 @@ OpenAPI spec version: 1.1
9
9
-->
10
10
<Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
11
11
<PropertyGroup >
12
-
13
12
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
14
13
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
15
14
<ProjectGuid >{2A08C54A-509C-4825-A1F1-CE338F0F8253}</ProjectGuid >
@@ -38,6 +37,9 @@ OpenAPI spec version: 1.1
38
37
<WarningLevel >4</WarningLevel >
39
38
</PropertyGroup >
40
39
<ItemGroup >
40
+ <Reference Include =" Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
41
+ <HintPath >..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
42
+ </Reference >
41
43
<Reference Include =" System" />
42
44
<Reference Include =" System.Core" />
43
45
<Reference Include =" System.Xml.Linq" />
@@ -47,26 +49,18 @@ OpenAPI spec version: 1.1
47
49
<Reference Include =" System.Data" />
48
50
<Reference Include =" System.Runtime.Serialization" />
49
51
<Reference Include =" System.Xml" />
50
- <Reference Include =" Newtonsoft.Json" >
51
- <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\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('..\..\packages')" >..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
54
- <HintPath Condition =" Exists('..\..\vendor')" >..\..\vendor\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
55
- </Reference >
56
52
<Reference Include =" RestSharp" >
57
- <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\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('..\..\packages')" >..\..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
53
+ <HintPath Condition =" Exists('$(SolutionDir)\packages')" >$(SolutionDir)\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
54
+ <HintPath Condition =" Exists('..\packages')" >..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
55
+ <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
60
56
<HintPath Condition =" Exists('..\..\vendor')" >..\..\vendor\RestSharp.105.1.0\lib\net45\RestSharp.dll</HintPath >
61
57
</Reference >
62
58
</ItemGroup >
63
59
<ItemGroup >
64
- <Compile Include =" **\*.cs"
65
- Exclude =" obj\**" />
60
+ <Compile Include =" **\*.cs" Exclude =" obj\**" />
66
61
</ItemGroup >
67
62
<ItemGroup >
68
- <None Include =" packages.config" />
63
+ <None Include =" packages.config" />
69
64
</ItemGroup >
70
65
<Import Project =" $(MsBuildToolsPath)\Microsoft.CSharp.targets" />
71
- </Project >
72
-
66
+ </Project >
0 commit comments