44 |
|
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
45 |
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
46 |
|
</Compile> |
47 |
– |
<Compile Include="SettingsSubscriberBase.cs" /> |
47 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
48 |
+ |
<Compile Include="SettingsSubscriberBase.cs" /> |
49 |
+ |
</ItemGroup> |
50 |
+ |
<ItemGroup> |
51 |
+ |
<None Include="Properties\AssemblyInfo.cs.tmpl" /> |
52 |
|
</ItemGroup> |
53 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
54 |
|
<PropertyGroup> |
55 |
< |
<PreBuildEvent> |
53 |
< |
</PreBuildEvent> |
55 |
> |
<PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |
56 |
|
</PropertyGroup> |
57 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
58 |
|
Other similar extension points exist, see Microsoft.Common.targets. |