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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-06 18:19:59 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-06 18:21:43 +0300
commit1846bb0ad9b6463b9e8fcd68d2071fd9ca4f1aac (patch)
tree030ecef4e8bfbf8a053ea42db5c7c9d7d195d9c6 /main/xbuild.include
parentf04abc403274af5d93d7e1cf0a8f68666edf8d9c (diff)
Add *.props and AspNet template files to tarball
Diffstat (limited to 'main/xbuild.include')
-rw-r--r--main/xbuild.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/xbuild.include b/main/xbuild.include
index 493d09a0de..49e95bfacf 100644
--- a/main/xbuild.include
+++ b/main/xbuild.include
@@ -60,7 +60,7 @@ sln_clean:
print_extradist:
@echo $(WILDCARDED_FILES)
-EXTS:=*.bmp *.cs *.csproj *.html *.png *.snk *.config *.stetic *.glade *.xml *.xsd *.exe.addins *.template *.tt *.txt *.targets *.sh
+EXTS:=*.bmp *.cs *.csproj *.html *.png *.snk *.config *.stetic *.glade *.xml *.xsd *.exe.addins *.template *.tt *.txt *.targets *.props *.sh
ALL_FILES:= $(EXTS) \
$(addprefix */,$(EXTS)) \