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:
authorLluis Sanchez <lluis@xamarin.com>2016-09-30 14:40:37 +0300
committerLluis Sanchez <lluis@xamarin.com>2016-09-30 14:40:37 +0300
commitc7890758309ddd2853b99a445989ce1b002832d6 (patch)
tree8d173d7ba414fb347f478d10d8199fbb66a42de1 /main/tests/UnitTests/UnitTests.csproj
parent32e76cf2ffa656d6e88d204cbcfae6e4b137adbc (diff)
[Core] Improve project item glob support
When the feature is enabled, the Project class is now smarter when there are project items with globs. When there is a change in the files included by a blog it will try to avoid expanding the list by using Remove items or adding excludes.
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 50e16e4c8a..524802eb11 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -297,6 +297,7 @@
<Compile Include="MonoDevelop.CSharpBinding\CSharpProjectPropertiesTests.cs" />
<Compile Include="MonoDevelop.Ide.Editor\DiffTests.cs" />
<Compile Include="MonoDevelop.Projects\MSBuildProjectServiceTests.cs" />
+ <Compile Include="MonoDevelop.Projects\MSBuildGlobTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />