From 829cc7d7b848f1353bfd55a9137486587b7a6831 Mon Sep 17 00:00:00 2001 From: Andy Gocke Date: Fri, 4 Sep 2015 09:24:37 -0700 Subject: [PATCH] Work around MSBuild bug on *nix --- build/Targets/VSL.Imports.targets | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/build/Targets/VSL.Imports.targets b/build/Targets/VSL.Imports.targets index 7c83cfa65a8..20f4a0dc860 100644 --- a/build/Targets/VSL.Imports.targets +++ b/build/Targets/VSL.Imports.targets @@ -49,6 +49,22 @@ + + + + + {CandidateAssemblyFiles}; + $(ReferencePath); + {HintPathFromItem}; + {TargetFrameworkDirectory}; + {Registry:$(FrameworkRegistryBase),$(TargetFrameworkVersion),$(AssemblyFoldersSuffix)$(AssemblyFoldersExConditions)}; + {GAC}; + {RawFileName}; + $(OutDir) + + false + + -- GitLab