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 <mikkrg@microsoft.com>2019-04-11 08:37:43 +0300
committerMike Krüger <mikkrg@microsoft.com>2019-04-11 08:37:43 +0300
commit22775c9a7b8c2ae2e6c99b107f5b9c398650fb12 (patch)
tree64d49de4d6075c590159fc576b5c71446fb7ddeb /main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
parent2281d584578349a1f56bf34d5de6775245634bb9 (diff)
Fixes VSTS Bug 844872: [Feedback] Find in files file mask not correct
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/844872
Diffstat (limited to 'main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj')
-rw-r--r--main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
index bc193d3890..b2ecc0fb16 100644
--- a/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
+++ b/main/tests/Ide.Tests/MonoDevelop.Ide.Tests.csproj
@@ -116,6 +116,7 @@
<Compile Include="MonoDevelop.Ide.Editor\EditorPreferencesTests.cs" />
<Compile Include="MonoDevelop.Ide\BaseCredentialsProviderTests.cs" />
<Compile Include="MonoDevelop.Ide.TypeSystem\WorkspaceFilesCacheTests.cs" />
+ <Compile Include="MonoDevelop.Ide.FindInFiles\PatternMatcherTests.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">