aboutsummaryrefslogtreecommitdiff
path: root/BDInfo
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-28 15:57:49 -0400
committerGitHub <noreply@github.com>2016-10-28 15:57:49 -0400
commit6367da37a6375a13536704c42642a2dac7be9bc8 (patch)
treed969c40cff45ae90e76392526a43f16b661eab09 /BDInfo
parent791d0f75b95ad9e2800f1b0f43fb33d052b18479 (diff)
parent9c6da95d6a5dce333fb66a58d73f7655f3a4d6ce (diff)
Merge pull request #2257 from MediaBrowser/dev
Dev
Diffstat (limited to 'BDInfo')
-rw-r--r--BDInfo/BDInfo.csproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/BDInfo/BDInfo.csproj b/BDInfo/BDInfo.csproj
index d07d4ce2b0..8e1c7e71a7 100644
--- a/BDInfo/BDInfo.csproj
+++ b/BDInfo/BDInfo.csproj
@@ -62,11 +62,6 @@
<Compile Include="TSStreamFile.cs" />
</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>
- </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.
<Target Name="BeforeBuild">