--- trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/09 14:18:27 51 +++ trunk/RomCheater.UserSettingsSupport/RomCheater.UserSettingsSupport.csproj 2012/05/09 14:52:52 53 @@ -44,13 +44,15 @@ <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> - <Compile Include="SettingsSubscriberBase.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="SettingsSubscriberBase.cs" /> + </ItemGroup> + <ItemGroup> + <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> - <PreBuildEvent> - </PreBuildEvent> + <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</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. |