Revert "[C#] Fix and improve project files (#6116)" (#6130)

This reverts commit 750281630b.
This commit is contained in:
Derek Bailey
2020-09-23 13:14:51 -07:00
committed by GitHub
parent 34d67b425e
commit ab139d6bea
4 changed files with 78 additions and 132 deletions

View File

@@ -0,0 +1,19 @@
<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>