--- trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/09 13:55:21 49 +++ trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/09 14:18:27 51 @@ -41,10 +41,17 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> + <Link>Properties\SharedAssemblyInfo.cs</Link> + </Compile> <Compile Include="SettingsSubscriberBase.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent> + </PreBuildEvent> + </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |