Skip to content

Commit 406edea

Browse files
committed
Removed unnecessary folder references
A couple of project files had extraneous folder references that are no longer necessary.
1 parent 5d04fdf commit 406edea

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

OnTopic.AspNetCore.Mvc/OnTopic.AspNetCore.Mvc.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@
3636
<DebugType>pdbonly</DebugType>
3737
<NoWarn>1701;1702;CA1303</NoWarn>
3838
</PropertyGroup>
39-
<ItemGroup>
40-
<Compile Remove="Backup\**" />
41-
<EmbeddedResource Remove="Backup\**" />
42-
<None Remove="Backup\**" />
43-
</ItemGroup>
4439

4540
<ItemGroup>
4641
<FrameworkReference Include="Microsoft.AspNetCore.App" />

OnTopic/OnTopic.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,5 @@
5858
<None Include="Mapping\README.md" />
5959
<None Include="README.md" />
6060
</ItemGroup>
61-
<ItemGroup>
62-
<Folder Include="Internal\Collections\" />
63-
<Folder Include="Internal\Mapping\" />
64-
<Folder Include="Internal\Reflection\" />
65-
</ItemGroup>
6661

6762
</Project>

0 commit comments

Comments
 (0)