--- trunk/RomCheater/RomCheater.csproj 2012/05/28 10:27:06 188 +++ trunk/RomCheater/RomCheater.csproj 2012/05/28 10:27:36 189 @@ -174,14 +174,9 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <Content Include="Plugins\RomCheater.CorePlugins.dll"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> - <Content Include="Plugins\RomCheater.CorePlugins.pdb"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> - </Content> + <Content Include="Plugins\RomCheater.CorePlugins.dll" /> + <Content Include="Plugins\RomCheater.CorePlugins.pdb" /> </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> |