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