From e5ee2c3711ecd12064e227f89e10fb7f66882453 Mon Sep 17 00:00:00 2001 From: RKrom Date: Wed, 27 Feb 2013 16:44:58 +0000 Subject: [PATCH] Removed a pre-build "rmdir", this removed the plugins but forces to do a complete rebuild every single time! git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2508 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPlugin/GreenshotPlugin.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/GreenshotPlugin/GreenshotPlugin.csproj b/GreenshotPlugin/GreenshotPlugin.csproj index f55dd9545..d0ee900e2 100644 --- a/GreenshotPlugin/GreenshotPlugin.csproj +++ b/GreenshotPlugin/GreenshotPlugin.csproj @@ -208,7 +208,6 @@ - rmdir /S /Q "$(SolutionDir)bin\$(Configuration)\Plugins" -"$(SolutionDir)tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.template" "$(ProjectDir)Properties\AssemblyInfo.cs" + "$(SolutionDir)tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.template" "$(ProjectDir)Properties\AssemblyInfo.cs" \ No newline at end of file