Vanara/UnitTests/Core/Core.csproj

12 lines
365 B
XML

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