|
HowToUse
Getting Started
$(ProjectDir)Tools\SVNRevToAssemblyInfo.exe Editing the Project file
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PreBuildEvent>"$(ProjectDir)Tools\SVNRevToAssemblyInfo.exe" dir "$(SolutionDir)" file "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent>
<PostBuildEvent>mkdir "$(TargetDir)ILMerge"
"$(ProjectDir)Tools\ILMerge.exe" /wildcards /t:winexe /out:"$(TargetDir)ILMerge\ZScreen.exe" "$(TargetPath)" "$(TargetDir)*.dll"</PostBuildEvent>
</PropertyGroup>Ensure correct SVN Revision is used in your application
|