mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
20 lines
380 B
XML
20 lines
380 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Properties\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Remove="Properties\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="Properties\**" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|