From 7f06c5050cd8c903ce61878154bd912a0ec39a9b Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sat, 13 Jul 2013 14:14:35 +0100 Subject: [PATCH] Adding new post-build event that updates AssemblyInfo.cs 'revision' on successful build. --- trunk/lsleditor.csproj | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/trunk/lsleditor.csproj b/trunk/lsleditor.csproj index 8200ef0..6d6e1f9 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 @@ -849,7 +849,7 @@ False .NET Framework 2.0 %28x86%29 - true + false False @@ -859,7 +859,7 @@ False .NET Framework 3.5 - false + true False @@ -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