aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-11-03 22:58:17 -0400
committerGitHub <noreply@github.com>2016-11-03 22:58:17 -0400
commit62b9e15246805331f88e4d38db38f6837914fd84 (patch)
tree96990789ea506d44824eabd5204ff2f5cdc27f37 /Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets
parentf75ee4d928266f1ccc0451719bc048c09c22aa28 (diff)
parentcae7aa2065bba57a2d2cf8565a40f0380b46743a (diff)
Merge pull request #2270 from MediaBrowser/dev
fix project
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets6
1 files changed, 6 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets b/Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets
new file mode 100644
index 0000000000..e69ce0e64f
--- /dev/null
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.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