Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/PreBuildEvent.sh @ 8540

Last change on this file since 8540 was 8456, checked in by ascheibe, 12 years ago

#1861 fixed Pre and PostBuild events to work on Linux

  • Property svn:executable set to *
File size: 319 bytes
Line 
1export AIFile=$ProjectDir/Properties/AssemblyInfo.cs.frame
2export PluginFile=$ProjectDir/Plugin.cs.frame
3
4if [ -f $AIFile ];
5then
6   $SolutionDir/svnwcrev $ProjectDir $AIFile $ProjectDir/Properties/AssemblyInfo.cs
7fi
8
9if [ -f $PluginFile ];
10then
11  $SolutionDir/svnwcrev $ProjectDir $PluginFile $ProjectDir/Plugin.cs
12fi
Note: See TracBrowser for help on using the repository browser.