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:
Diffstat (limited to 'main/tests/test-projects/msbuild-glob-tests/glob-update1-test-saved.csproj')
-rw-r--r--main/tests/test-projects/msbuild-glob-tests/glob-update1-test-saved.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/tests/test-projects/msbuild-glob-tests/glob-update1-test-saved.csproj b/main/tests/test-projects/msbuild-glob-tests/glob-update1-test-saved.csproj
index 8a4f4b3799..e9c280840f 100644
--- a/main/tests/test-projects/msbuild-glob-tests/glob-update1-test-saved.csproj
+++ b/main/tests/test-projects/msbuild-glob-tests/glob-update1-test-saved.csproj
@@ -33,6 +33,8 @@
</ItemGroup>
<ItemGroup>
<Compile Include="**\\*.cs" Exclude="*9.cs" />
+ </ItemGroup>
+ <ItemGroup>
<Compile Update="c2.cs">
<foo>test</foo>
</Compile>