-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.mustache
More file actions
35 lines (35 loc) · 1.71 KB
/
appveyor.mustache
File metadata and controls
35 lines (35 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{{! Used as NetFrameworkTests/Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj }}
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;net480;net481</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<IsTestProject>true</IsTestProject>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="TestResults\**"/>
<EmbeddedResource Remove="TestResults\**"/>
<None Remove="TestResults\**"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\Tests\ApiExceptionTests.cs" Link="ApiExceptionTests.cs" />
<Compile Include="..\Tests\ConfigurationTests.cs" Link="ConfigurationTests.cs" />
<Compile Include="..\Tests\GenerateAndThenRecognize.cs" Link="GenerateAndThenRecognize.cs" />
<Compile Include="..\Tests\GenerateTests.cs" Link="GenerateTests.cs" />
<Compile Include="..\Tests\JwtAuthTests.cs" Link="JwtAuthTests.cs" />
<Compile Include="..\Tests\RecognizeTests.cs" Link="RecognizeTests.cs" />
<Compile Include="..\Tests\ScanTests.cs" Link="ScanTests.cs" />
<Compile Include="..\Tests\TestsBase.cs" Link="TestsBase.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.20.70"/>
<PackageReference Include="NUnit" Version="3.14.0"/>
<PackageReference Include="NUnit3TestAdapter" Version="4.5.0"/>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0"/>
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="{{packageVersion}}" />
</ItemGroup>
</Project>