41 |
|
<Reference Include="System.Xml" /> |
42 |
|
</ItemGroup> |
43 |
|
<ItemGroup> |
44 |
+ |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
45 |
+ |
<Link>Properties\SharedAssemblyInfo.cs</Link> |
46 |
+ |
</Compile> |
47 |
|
<Compile Include="SettingsSubscriberBase.cs" /> |
48 |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
49 |
|
</ItemGroup> |
50 |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
51 |
+ |
<PropertyGroup> |
52 |
+ |
<PreBuildEvent> |
53 |
+ |
</PreBuildEvent> |
54 |
+ |
</PropertyGroup> |
55 |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
56 |
|
Other similar extension points exist, see Microsoft.Common.targets. |
57 |
|
<Target Name="BeforeBuild"> |