removed this README

This commit is contained in:
Brendan Forster
2014-12-21 18:11:07 +09:30
committed by Haacked
parent eb902bcdce
commit 7c83ea9bfe
2 changed files with 0 additions and 18 deletions
-17
View File
@@ -1,17 +0,0 @@
#DocPlagiarizer
##What is it?
A build task for MSBuild that will copy xml documentation comments from interfaces to implementations.
##How do I install it?
Install using NuGet
Install-Package DocPlagiarizer
This will add the build task to your project, create a build target that calls the task and set that target to run before `Build`.
##How do I use it?
Build your project and let your editor reload any changed files.
-1
View File
@@ -380,7 +380,6 @@
</CodeAnalysisDictionary>
</ItemGroup>
<ItemGroup>
<None Include="DocPlagiarizer.README.md" />
<None Include="packages.config">
<SubType>Designer</SubType>
</None>