From 7a0a2778babde37232b81953f24fcc68eb84a948 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Wed, 24 Feb 2016 20:46:39 +0100 Subject: [PATCH] Extended target-file to support VS publishing (somehow workarounded - MSBuild is weird ...) --- CUE.NET.targets | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/CUE.NET.targets b/CUE.NET.targets index 0b0f74f..6deec2b 100644 --- a/CUE.NET.targets +++ b/CUE.NET.targets @@ -15,6 +15,13 @@ + + + False + + + False + - + @@ -68,9 +75,9 @@ NOTE: Delete "CUESDK*.dll" and all related files, for every architecture that we support, from the build output directory. --> - - - + + + @@ -80,7 +87,7 @@ - + bin\%(RecursiveDir)%(Filename)%(Extension) @@ -88,6 +95,22 @@ + + + + + + + + + + + + + +