Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
ignored doc folder in csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
pomma89 committed Apr 9, 2017
1 parent f871116 commit 52a83e3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/CodeProject.ObjectPool/CodeProject.ObjectPool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<RepositoryUrl>https://github.com/pomma89/ObjectPool</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
<Compile Remove="doc\**" />
<EmbeddedResource Remove="doc\**" />
<None Remove="doc\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Thrower" Version="4.1.2" />
</ItemGroup>
Expand Down

0 comments on commit 52a83e3

Please sign in to comment.