From f5ee6e3e5e840a37859350aaae78e7fd4a4cf983 Mon Sep 17 00:00:00 2001 From: de4dot Date: Sat, 10 Mar 2012 20:47:42 +0100 Subject: [PATCH] Move dll files to a bin sub dir --- AssemblyData/AssemblyData.csproj | 4 ++-- AssemblyServer-x64/App.config | 14 +++++++------- AssemblyServer-x64/AssemblyServer-x64.csproj | 4 ++-- AssemblyServer/App.config | 14 +++++++------- AssemblyServer/AssemblyServer.csproj | 4 ++-- blocks/blocks.csproj | 4 ++-- de4dot-x64/App.config | 17 ++++++++++------- de4dot-x64/de4dot-x64.csproj | 2 ++ de4dot.code/de4dot.code.csproj | 8 ++++---- de4dot.cui/de4dot.cui.csproj | 4 ++-- de4dot/App.config | 17 ++++++++++------- de4dot/de4dot.csproj | 2 ++ 12 files changed, 52 insertions(+), 42 deletions(-) diff --git a/AssemblyData/AssemblyData.csproj b/AssemblyData/AssemblyData.csproj index 4608d021..572b1a81 100644 --- a/AssemblyData/AssemblyData.csproj +++ b/AssemblyData/AssemblyData.csproj @@ -19,7 +19,7 @@ true full false - ..\Debug\ + ..\Debug\bin\ DEBUG;TRACE prompt 4 @@ -28,7 +28,7 @@ pdbonly true - ..\Release\ + ..\Release\bin\ TRACE prompt 4 diff --git a/AssemblyServer-x64/App.config b/AssemblyServer-x64/App.config index 272ab1c9..04ebe36f 100644 --- a/AssemblyServer-x64/App.config +++ b/AssemblyServer-x64/App.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/AssemblyServer-x64/AssemblyServer-x64.csproj b/AssemblyServer-x64/AssemblyServer-x64.csproj index 88b8d3f9..68b91d4a 100644 --- a/AssemblyServer-x64/AssemblyServer-x64.csproj +++ b/AssemblyServer-x64/AssemblyServer-x64.csproj @@ -20,7 +20,7 @@ true full false - ..\Debug\ + ..\Debug\bin\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ x64 pdbonly true - ..\Release\ + ..\Release\bin\ TRACE prompt 4 diff --git a/AssemblyServer/App.config b/AssemblyServer/App.config index 272ab1c9..04ebe36f 100644 --- a/AssemblyServer/App.config +++ b/AssemblyServer/App.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/AssemblyServer/AssemblyServer.csproj b/AssemblyServer/AssemblyServer.csproj index 9cb76191..5a3c0394 100644 --- a/AssemblyServer/AssemblyServer.csproj +++ b/AssemblyServer/AssemblyServer.csproj @@ -20,7 +20,7 @@ true full false - ..\Debug\ + ..\Debug\bin\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ x86 pdbonly true - ..\Release\ + ..\Release\bin\ TRACE prompt 4 diff --git a/blocks/blocks.csproj b/blocks/blocks.csproj index 5a0ee223..06dd36d9 100644 --- a/blocks/blocks.csproj +++ b/blocks/blocks.csproj @@ -19,7 +19,7 @@ true full false - ..\Debug\ + ..\Debug\bin\ DEBUG;TRACE prompt 4 @@ -27,7 +27,7 @@ pdbonly true - ..\Release\ + ..\Release\bin\ TRACE prompt 4 diff --git a/de4dot-x64/App.config b/de4dot-x64/App.config index 272ab1c9..9ea4c422 100644 --- a/de4dot-x64/App.config +++ b/de4dot-x64/App.config @@ -1,10 +1,13 @@  - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/de4dot-x64/de4dot-x64.csproj b/de4dot-x64/de4dot-x64.csproj index 9b8eaba9..5214f324 100644 --- a/de4dot-x64/de4dot-x64.csproj +++ b/de4dot-x64/de4dot-x64.csproj @@ -59,4 +59,6 @@ --> + + \ No newline at end of file diff --git a/de4dot.code/de4dot.code.csproj b/de4dot.code/de4dot.code.csproj index 01ff0ef0..f04a37b7 100644 --- a/de4dot.code/de4dot.code.csproj +++ b/de4dot.code/de4dot.code.csproj @@ -21,7 +21,7 @@ true full false - ..\Debug\ + ..\Debug\bin\ DEBUG;TRACE prompt 4 @@ -30,7 +30,7 @@ AnyCPU pdbonly true - ..\Release\ + ..\Release\bin\ TRACE prompt 4 @@ -285,8 +285,8 @@ - copy "$(SolutionDir)LICENSE*.txt" "$(OutDir)" -copy "$(SolutionDir)COPYING" "$(OutDir)" + copy "$(SolutionDir)LICENSE*.txt" "..\$(OutDir).." +copy "$(SolutionDir)COPYING" "..\$(OutDir).." + + \ No newline at end of file