11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <!--
3- Web API Swagger specification
4-
5- No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6-
7- OpenAPI spec version: 1.0
8-
9- -->
10- <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project Sdk =" Microsoft.NET.Sdk" >
113 <PropertyGroup >
12- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
13- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
14- <ProjectGuid >{19F1DEBC-DE5E-4517-8062-F000CD499087}</ProjectGuid >
15- <OutputType >Library</OutputType >
16- <AppDesignerFolder >Properties</AppDesignerFolder >
17- <RootNamespace >Aspose.Cells.Cloud.SDK.Test</RootNamespace >
18- <AssemblyName >Aspose.Cells.Cloud.SDK.Test</AssemblyName >
19- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
20- <FileAlignment >512</FileAlignment >
4+ <TargetFrameworks >netcoreapp2.2;net4.5.2</TargetFrameworks >
5+ <IsPackable >false</IsPackable >
6+ <LangVersion >latest</LangVersion >
217 </PropertyGroup >
22- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
23- <DebugSymbols >true</DebugSymbols >
24- <DebugType >full</DebugType >
25- <Optimize >false</Optimize >
26- <OutputPath >bin\Debug\</OutputPath >
27- <DefineConstants >DEBUG;TRACE</DefineConstants >
28- <ErrorReport >prompt</ErrorReport >
29- <WarningLevel >4</WarningLevel >
30- </PropertyGroup >
31- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32- <DebugType >pdbonly</DebugType >
33- <Optimize >true</Optimize >
34- <OutputPath >bin\Release\</OutputPath >
35- <DefineConstants >TRACE</DefineConstants >
36- <ErrorReport >prompt</ErrorReport >
37- <WarningLevel >4</WarningLevel >
38- </PropertyGroup >
39- <ItemGroup >
40- <Reference Include =" Aspose.Storage.Cloud.Sdk, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
41- <HintPath >..\packages\Aspose.Storage-Cloud.18.3.0\lib\net20\Aspose.Storage.Cloud.Sdk.dll</HintPath >
42- </Reference >
43- <Reference Include =" System" />
44- <Reference Include =" System.Core" />
45- <Reference Include =" System.Xml.Linq" />
46- <Reference Include =" System.Data.DataSetExtensions" />
47- <Reference Include =" System.ComponentModel.DataAnnotations" />
48- <Reference Include =" Microsoft.CSharp" />
49- <Reference Include =" System.Data" />
50- <Reference Include =" System.Runtime.Serialization" />
51- <Reference Include =" System.Xml" />
52- <Reference Include =" Newtonsoft.Json" >
53- <HintPath Condition =" Exists('..\packages')" >..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
54- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
55- </Reference >
56- <Reference Include =" RestSharp" >
57- <HintPath Condition =" Exists('..\packages')" >..\packages\RestSharp.106.2.2\lib\net452\RestSharp.dll</HintPath >
58- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\RestSharp.106.2.2\lib\net452\RestSharp.dll</HintPath >
59- </Reference >
60- <Reference Include =" nunit.framework" >
61- <HintPath Condition =" Exists('..\packages')" >..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath >
62- <HintPath Condition =" Exists('..\..\packages')" >..\..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath >
63- </Reference >
8+ <ItemGroup Condition =" '$(TargetFramework)' == 'netcoreapp2.2'" >
9+ <PackageReference Include =" Aspose.Storage.Core-Cloud" Version =" 18.4.0" />
6410 </ItemGroup >
65- <ItemGroup >
66- < Compile Include =" **\*.cs " Exclude = " obj\** " />
11+ <ItemGroup Condition = " '$(TargetFramework)' == 'net4.5.2' " >
12+ < PackageReference Include =" Aspose.Storage-Cloud " Version = " 18.3.0 " />
6713 </ItemGroup >
6814 <ItemGroup >
69- <None Include =" app.config" />
70- <None Include =" packages.config" >
71- <SubType >Designer</SubType >
72- </None >
15+ <PackageReference Include =" nunit" Version =" 3.11.0" />
16+ <PackageReference Include =" NUnit3TestAdapter" Version =" 3.13.0" />
17+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.0.1" />
7318 </ItemGroup >
74- <Import Project =" $(MsBuildToolsPath)\Microsoft.CSharp.targets" />
7519 <ItemGroup >
76- <ProjectReference Include =" ..\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj" >
77- <Project >{01EAB971-83A4-45CC-90A9-D216AA78FDAC}</Project >
78- <Name >Aspose.Cells.Cloud.SDK</Name >
79- </ProjectReference >
20+ <ProjectReference Include =" ..\Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj" />
8021 </ItemGroup >
8122</Project >
0 commit comments