64 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
65 |
|
<PropertyGroup> |
66 |
|
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs" |
67 |
+ |
"$(SolutionDir)SvnVersionHelper\bin\$(ConfigurationName)\SvnVersionHelper.exe" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs" |
68 |
|
"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs" |
69 |
< |
"$(SolutionDir)SvnVersionHelper\bin\$(ConfigurationName)\SvnVersionHelper.exe" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs"</PreBuildEvent> |
69 |
> |
</PreBuildEvent> |
70 |
|
</PropertyGroup> |
71 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
72 |
|
Other similar extension points exist, see Microsoft.Common.targets. |