Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 8446 was 8440, checked in by ascheibe, 12 years ago

#1861 made prebuild events os dependent

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