aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener.Portable
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 18:58:36 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 18:58:36 -0500
commit1a81f310a614542471a03bd8993eeded6ab81f10 (patch)
treedb4eba173b87804e7d1dcc9115ac8a92afa6457f /SocketHttpListener.Portable
parent6e0a86557aa63a0471c86103a2df581185d0b0f8 (diff)
remove build event
Diffstat (limited to 'SocketHttpListener.Portable')
-rw-r--r--SocketHttpListener.Portable/SocketHttpListener.Portable.csproj5
1 files changed, 2 insertions, 3 deletions
diff --git a/SocketHttpListener.Portable/SocketHttpListener.Portable.csproj b/SocketHttpListener.Portable/SocketHttpListener.Portable.csproj
index f7b3a643c..ee902462b 100644
--- a/SocketHttpListener.Portable/SocketHttpListener.Portable.csproj
+++ b/SocketHttpListener.Portable/SocketHttpListener.Portable.csproj
@@ -95,9 +95,8 @@
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<PropertyGroup>
- <PostBuildEvent>if $(ConfigurationName) == Release (
-xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
-)</PostBuildEvent>
+ <PostBuildEvent>
+ </PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.