From 965676cc3abf76fa4888666a16b71e1f2de3950b Mon Sep 17 00:00:00 2001 From: JKlingen Date: Mon, 11 Feb 2013 19:37:52 +0000 Subject: [PATCH] removed abundant backslashes after $(SolutionDir) and $(ProjectDir), since the duplicate backslashes caused build event errors with SharpDevelop git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2477 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4 --- GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj b/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj index df9533c16..81326a4d6 100644 --- a/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj +++ b/GreenshotPicasaPlugin/GreenshotPicasaPlugin.csproj @@ -79,7 +79,7 @@ copy "$(ProjectDir)bin\$(Configuration)\$(ProjectName).pdb" "$(SolutionDir)bin\$ mkdir "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)" copy "$(ProjectDir)Languages\*.xml" "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)\" - "$(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" if exist "$(ProjectDir)PicasaCredentials.private.cs" ( rename "$(ProjectDir)PicasaCredentials.cs" "PicasaCredentials.orig.cs"