--- trunk/RomCheater.Core/RomCheater.Core.csproj 2012/06/03 17:34:52 259 +++ trunk/RomCheater.Core/RomCheater.Core.csproj 2012/06/03 19:15:41 260 @@ -46,7 +46,7 @@ </ItemGroup> <ItemGroup> <Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> - <Link>SharedAssemblyInfo.cs</Link> + <Link>Properties\SharedAssemblyInfo.cs</Link> </Compile> <Compile Include="dummy.cs" /> <Compile Include="ProcessorAssemblyArchitecture.cs" /> @@ -55,10 +55,17 @@ <ItemGroup> <None Include="Properties\AssemblyInfo.cs.tmpl" /> </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\SvnVersionHelper\SvnVersionHelper.csproj"> + <Project>{FFC5F6B4-126B-4C26-ADB5-BFE5CBC252F9}</Project> + <Name>SvnVersionHelper</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs.tmpl" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.cs" -"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> +"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs" +"$(SolutionDir)SvnVersionHelper\bin\$(ConfigurationName)\SvnVersionHelper.exe" "$(SolutionDir)VersioningSupport\SharedAssemblyInfo.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. |