Vanara/UnitTests/Core/Core.csproj

13 lines
397 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>UnitTest.Core</AssemblyName>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Include="InteropServices\StructMarshalerTests.cs" />
</ItemGroup>
<ItemGroup>
<Compile Remove="InteropServices\StructMarshalerTests.cs" />
</ItemGroup>
</Project>