Vanara/UnitTests/Core/Core.csproj

12 lines
365 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>UnitTest.Core</AssemblyName>
2020-07-07 09:12:58 -04:00
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
2019-04-08 21:45:25 -04:00
</PropertyGroup>
<ItemGroup>
2019-04-09 11:19:23 -04:00
<None Include="InteropServices\StructMarshalerTests.cs" />
</ItemGroup>
<ItemGroup>
<Compile Remove="InteropServices\StructMarshalerTests.cs" />
2019-04-15 15:45:35 -04:00
</ItemGroup>
</Project>