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>2016-09-29 15:06:11 +0300
committerMike Krüger <mkrueger@xamarin.com>2016-09-29 15:06:11 +0300
commitea887449b6d850945c4cf1850c2bddfcce28442f (patch)
tree9754d2d6d3af6fe69545922a8bb34b90b1950d21 /main/tests/UnitTests/UnitTests.csproj
parent32b388f6261c61e42ecd136a077508868fe1e2fb (diff)
[Ide] Implement text mate stack match expressions.
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 a7e24ad378..bf862ecbe8 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -298,6 +298,7 @@
<Compile Include="MonoDevelop.Ide.Editor\TextMateFoldingTextEditorExtensionTests.cs" />
<Compile Include="MonoDevelop.Ide.Editor\TestCSharpHighlighting.cs" />
<Compile Include="MonoDevelop.Ide.Editor\TestYamlHighlighting.cs" />
+ <Compile Include="MonoDevelop.Ide.Editor\StackMatchExpressionTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />