From d0002f098c35d05c00266f0f672fbecc577c9021 Mon Sep 17 00:00:00 2001 From: de4dot Date: Fri, 14 Dec 2012 19:53:48 +0100 Subject: [PATCH] Copy license files to a new dir --- de4dot.code/de4dot.code.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/de4dot.code/de4dot.code.csproj b/de4dot.code/de4dot.code.csproj index 45dfd2bc..23b9cd7e 100644 --- a/de4dot.code/de4dot.code.csproj +++ b/de4dot.code/de4dot.code.csproj @@ -347,8 +347,9 @@ - copy "$(SolutionDir)LICENSE*.txt" "..\$(OutDir).." -copy "$(SolutionDir)COPYING" "..\$(OutDir).." + mkdir "..\$(OutDir)..\LICENSES" +copy "$(SolutionDir)LICENSE*.txt" "..\$(OutDir)..\LICENSES" +copy "$(SolutionDir)COPYING" "..\$(OutDir)..\LICENSES"