From 4b1ca5cae73bfedc3fb2066a7178a28eb41ec7d4 Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sat, 13 Jul 2013 13:53:06 +0100 Subject: [PATCH] Adding new post-build event that updates AssemblyInfo.cs 'revision' on successful build. --- trunk/lsleditor.csproj | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj index 8200ef0..64d25fe 100644 --- a/trunk/lsleditor.csproj +++ b/trunk/lsleditor.csproj @@ -1,4 +1,4 @@ - + Local @@ -20,7 +20,7 @@ false WinExe LSLEditor - OnOutputUpdated + OnBuildSuccess LSLEditor.LSLEditorForm @@ -870,7 +870,6 @@ "$(FrameworkSDKDir)Bin\rc.exe" /r "$(ProjectDir)$(TargetName).rc" - - + E:\Dev\C#\AssemblyRevisionIncrement\bin\Release\AssemblyRevisionIncrementer.exe /t="$(SolutionDir)\Properties\AssemblyInfo.cs" \ No newline at end of file