Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2019-03-25 13:51:08 +0300
committerAlan McGovern <alanmcgovern@users.noreply.github.com>2019-03-25 14:31:28 +0300
commit29f5bee126b7ab7cfa7026fc877a12a16f92f24c (patch)
tree5417a3dc021bd449f808270ded59d352e9255253 /Directory.Build.props
parent1e31ae831e560c408b5314b36cfb35845f78fd60 (diff)
[build] Strongname this so it can be referenced by other strongnamed libs
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props3
1 files changed, 3 insertions, 0 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
new file mode 100644
index 0000000..dfcb57f
--- /dev/null
+++ b/Directory.Build.props
@@ -0,0 +1,3 @@
+<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <!-- Deliberately empty so we don't inherit files from whoever submodules this repository -->
+</Project>