mirror of
https://github.com/greenshot/greenshot
synced 2025-07-30 19:50:11 -07:00
Somehow Jens' last change on this file broke the build.bat. I only rolled back the 1 needed slash.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2515 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
3361873fe7
commit
15605cee62
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