Browse Source

Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@841 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Daniel Grunwald 20 years ago
parent
commit
cd8652cef5
  1. 4
      src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj

4
src/Main/Base/Test/ICSharpCode.SharpDevelop.Tests.csproj

@ -67,6 +67,10 @@ @@ -67,6 +67,10 @@
<Name>nunit.framework.dll</Name>
<Private>True</Private>
</ProjectReference>
<Content Include="..\..\..\..\bin\ICSharpCode.SharpDevelop.dll">
<Link>ICSharpCode.SharpDevelop.dll</Link>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
Loading…
Cancel
Save