From ce739996b59f08d6bef4210c7eba878ff0b5079a Mon Sep 17 00:00:00 2001 From: Uncled1023 Date: Fri, 13 Feb 2015 21:53:58 -0800 Subject: [PATCH] Fixed build not creating directory if doesn't exist. --- Combot/Combot.csproj | 3 ++- Console Interface/Console Interface.csproj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Combot/Combot.csproj b/Combot/Combot.csproj index 11df76d..c57172c 100755 --- a/Combot/Combot.csproj +++ b/Combot/Combot.csproj @@ -121,7 +121,8 @@ - copy "$(TargetDir)IRCServices.dll" "$(SolutionDir)$(ConfigurationName)\" /y + md "$(SolutionDir)$(ConfigurationName)\" /y +copy "$(TargetDir)IRCServices.dll" "$(SolutionDir)$(ConfigurationName)\" /y copy "$(TargetDir)Combot.dll" "$(SolutionDir)$(ConfigurationName)\" /y copy "$(TargetDir)MySql.Data.dll" "$(SolutionDir)$(ConfigurationName)\" /y copy "$(TargetDir)Newtonsoft.Json.dll" "$(SolutionDir)$(ConfigurationName)\" /y diff --git a/Console Interface/Console Interface.csproj b/Console Interface/Console Interface.csproj index 99cc90b..88116bf 100755 --- a/Console Interface/Console Interface.csproj +++ b/Console Interface/Console Interface.csproj @@ -27,7 +27,7 @@ AnyCPU pdbonly true - ..\Bin\Console Interface\Release\ + ..\Bin\Release\ TRACE prompt 4