From 36a7f40e06aa5bd2bb04afe14f23f32aca8a68b7 Mon Sep 17 00:00:00 2001 From: "Eric St. John" Date: Wed, 1 Feb 2017 13:41:56 -0800 Subject: Make external use binplacing This switches the external dir to binplace rather than copy to output. This is more flexible as it will conditionally binplace to many locations based on what's needed for the configuration. --- binplace.targets | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'binplace.targets') diff --git a/binplace.targets b/binplace.targets index 6621c721c8..6f3d155784 100644 --- a/binplace.targets +++ b/binplace.targets @@ -11,7 +11,7 @@ $(BinPlaceStuffDependsOn);BinPlaceRuntimeAssembly - + $(BuildConfigurationRefPath) $(RuntimePath) @@ -31,22 +31,28 @@ - + - + - - - - - + + + + + + + + + + + -- cgit v1.2.3