aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/RSSDP.nuget.targets
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-13 15:27:09 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-13 15:27:09 -0500
commit3c55747cd63fd8a69f02efbe9ac48ce76d373b81 (patch)
treee8dd7d234fcdbd115286a0d2c951281d7f51d16c /RSSDP/RSSDP.nuget.targets
parent95341c5c96059e4bd70f290ff05ae3abc9c49257 (diff)
fixes #2285 - [BUG] VAAPI Transcoding (Does not work with certain codecs)
Diffstat (limited to 'RSSDP/RSSDP.nuget.targets')
-rw-r--r--RSSDP/RSSDP.nuget.targets6
1 files changed, 6 insertions, 0 deletions
diff --git a/RSSDP/RSSDP.nuget.targets b/RSSDP/RSSDP.nuget.targets
new file mode 100644
index 000000000..e69ce0e64
--- /dev/null
+++ b/RSSDP/RSSDP.nuget.targets
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Target Name="EmitMSBuildWarning" BeforeTargets="Build">
+ <Warning Text="Packages containing MSBuild targets and props files cannot be fully installed in projects targeting multiple frameworks. The MSBuild targets and props files have been ignored." />
+ </Target>
+</Project> \ No newline at end of file