diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 22:57:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 22:57:58 -0400 |
| commit | cae7aa2065bba57a2d2cf8565a40f0380b46743a (patch) | |
| tree | 3046a50ad3b4a0358f79d38507e49f2b608101d9 /Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets | |
| parent | 86ecd20b19a068554e7217858bab7dac0a4ae96c (diff) | |
fix project
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.nuget.targets | 6 |
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 |
