automatically update assembly build/revision number.

This commit is contained in:
morkt
2014-10-31 18:47:02 +04:00
parent 1faea63667
commit 6aeb3ea27e
6 changed files with 82 additions and 6 deletions

View File

@@ -316,6 +316,9 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>perl "$(SolutionDir)inc-revision.pl" "$(ProjectPath)" $(ConfigurationName)</PreBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">