infersharp/Cilsil.Test/Cilsil.Test.csproj

33 строки
887 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<IsPackable>false</IsPackable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Cil\**" />
<EmbeddedResource Remove="Cil\**" />
<None Remove="Cil\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="MSTest.TestAdapter" Version="2.2.4" />
<PackageReference Include="MSTest.TestFramework" Version="2.2.4" />
</ItemGroup>
<ItemGroup>
<None Include="Assets/TestProject.csproj" CopyToOutputDirectory="PreserveNewest" />
<None Include="Assets/TestClass.cs" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="../Cilsil/Cilsil.csproj" />
</ItemGroup>
</Project>