--- trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/11 11:04:20 127 +++ trunk/MSBuild_CurrentVersion/MSBuild_CurrentVersion.csproj 2012/05/11 11:13:01 132 @@ -138,6 +138,9 @@ <PostBuildEvent>"$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\MSBuild_CurrentVersion.exe" copy "$(SolutionDir)MSBuild_CurrentVersion\bin\Debug\current-version.txt" "$(SolutionDir)RomCheater\current-version.txt"</PostBuildEvent> </PropertyGroup> + <PropertyGroup> + <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"</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"> |