summaryrefslogtreecommitdiffstats
path: root/tools/Contracts/Languages/VisualBasic/ContractDeclarativeAssemblyAttribute.vb
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Contracts/Languages/VisualBasic/ContractDeclarativeAssemblyAttribute.vb')
-rw-r--r--tools/Contracts/Languages/VisualBasic/ContractDeclarativeAssemblyAttribute.vb10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/Contracts/Languages/VisualBasic/ContractDeclarativeAssemblyAttribute.vb b/tools/Contracts/Languages/VisualBasic/ContractDeclarativeAssemblyAttribute.vb
new file mode 100644
index 0000000..d1b3078
--- /dev/null
+++ b/tools/Contracts/Languages/VisualBasic/ContractDeclarativeAssemblyAttribute.vb
@@ -0,0 +1,10 @@
+'
+' This file is included when building a contract declarative assembly
+' in order to mark it as such for recognition by the tools
+'
+<Assembly: ContractDeclarativeAssemblyAttribute()>
+
+Class ContractDeclarativeAssemblyAttribute
+ Inherits Global.System.Attribute
+End Class
+