mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
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
This commit is contained in:
parent
4a1655eff2
commit
965676cc3a
1 changed files with 1 additions and 1 deletions
|
@ -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)\"
|
||||
</PostBuildEvent>
|
||||
<PreBuildEvent>"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"
|
||||
<PreBuildEvent>"$(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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue