Removed the item group for properties from indexer, program and shell plugin

This commit is contained in:
Alekhya Reddy 2020-04-06 11:24:10 -07:00
parent 11f7f9a231
commit 7c505fd02a
3 changed files with 1 additions and 12 deletions

View File

@ -55,8 +55,4 @@
</None>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>

View File

@ -118,8 +118,5 @@
<PackageReference Include="NLog" Version="4.7.0-rc1" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>

View File

@ -103,9 +103,5 @@
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Runtime" Version="4.3.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>