-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTests.ImageSharp.csproj
More file actions
24 lines (24 loc) · 1.36 KB
/
Copy pathTests.ImageSharp.csproj
File metadata and controls
24 lines (24 loc) · 1.36 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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="Verify.DiffPlex" />
<PackageReference Include="Verify.Nunit" />
<PackageReference Include="Argon" />
<PackageReference Include="DiffEngine" />
<PackageReference Include="EmptyFiles" />
<PackageReference Include="SimpleInfoName" />
<PackageReference Include="Verify" />
<PackageReference Include="DocumentFormat.OpenXml" />
<PackageReference Include="Morph.ImageSharp" />
<ProjectReference Include="..\Verify.OpenXml\Verify.OpenXml.csproj" />
<PackageReference Include="ProjectDefaults" PrivateAssets="all" />
<Compile Include="..\Tests\**\*.cs" Exclude="..\Tests\obj\**\*.cs;..\Tests\bin\**\*.cs;..\Tests\ModuleInitializer.cs;..\Tests\GlobalUsings.cs;..\Tests\WordUnitTests.cs;..\Tests\ExcelUnitTests.cs;..\Tests\ExcelConvertBranchTests.cs;..\Tests\PowerpointUnitTests.cs" LinkBase="Tests" />
<None Include="..\Tests\sample.*" CopyToOutputDirectory="PreserveNewest" />
<None Include="..\Tests\sample_multiple_sheets.xlsx" Link="sample_multiple_sheets.xlsx" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>