--- trunk/RomCheater/RomCheater.csproj 2012/05/28 09:21:52 174 +++ trunk/RomCheater/RomCheater.csproj 2012/05/28 09:24:07 175 @@ -212,16 +212,15 @@ <ItemGroup> <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.dll"> <Link>Plugins\RomCheater.CorePlugins.dll</Link> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="..\RomCheater.CorePlugins\bin\Debug\RomCheater.CorePlugins.pdb"> <Link>Plugins\RomCheater.CorePlugins.pdb</Link> - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="current-version.txt"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PreBuildEvent>"$(SolutionDir)deps\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)." "$(ProjectDir)Properties\AssemblyInfo.cs.tmpl" "$(ProjectDir)Properties\AssemblyInfo.cs"</PreBuildEvent> |