Update BoerseDataConvert.csproj

This commit is contained in:
Dimitar Byalkov
2021-07-05 17:57:32 +03:00
parent 6bf32d124a
commit b53496a2a3

View File

@@ -5,4 +5,14 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Model\NewFile1.cs" />
<Compile Remove="Model\Tag.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="Controller\NewFile1.txt" />
<None Remove="Model\NewFile1.txt" />
</ItemGroup>
</Project>