Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2014-01-23 15:45:20 +0400
committerMike Krüger <mkrueger@xamarin.com>2014-01-23 15:45:43 +0400
commit51500037fa62f96c4457474e510dbb2d6e568c31 (patch)
tree2f77b77dd0bb2fa5a618a54fcd853af471670d38 /main/tests/UnitTests/UnitTests.csproj
parent3a6f613fba63ef97b392c972e575d46a25be1bda (diff)
[Ide] Fixed log view double click jumping on windows.
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index f5180eea72..693cfae5a2 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -286,6 +286,7 @@
<Compile Include="MonoDevelop.Refactoring\SimpleAnalysisJobTests.cs" />
<Compile Include="MonoDevelop.Refactoring\ProjectGroupingProviderTests.cs" />
<Compile Include="MonoDevelop.Refactoring\FileGroupingProviderTests.cs" />
+ <Compile Include="MonoDevelop.Ide.Gui\LogViewTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />