summaryrefslogtreecommitdiff
path: root/Source/Model/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorGravatar MichalMoskal <unknown>2010-10-12 02:02:17 +0000
committerGravatar MichalMoskal <unknown>2010-10-12 02:02:17 +0000
commit34e754445e5e8a4ec5c4d0ec55a2fb4d9c80d9ae (patch)
tree74a092b3c721a9e9e44d5ca06785738cd8765987 /Source/Model/Properties/AssemblyInfo.cs
parent83059c03c7a73b319d9fc24d053ce6b2319f330c (diff)
Put Model.cs in separate assembly. Fix signing/versioning with it.
Diffstat (limited to 'Source/Model/Properties/AssemblyInfo.cs')
-rw-r--r--Source/Model/Properties/AssemblyInfo.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/Source/Model/Properties/AssemblyInfo.cs b/Source/Model/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..2efc049f
--- /dev/null
+++ b/Source/Model/Properties/AssemblyInfo.cs
@@ -0,0 +1,23 @@
+using System.Reflection;
+using System.Runtime.CompilerServices;
+using System.Runtime.InteropServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+[assembly: AssemblyTitle("Model")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Microsoft")]
+[assembly: AssemblyProduct("Model")]
+[assembly: AssemblyCopyright("Copyright © Microsoft 2010")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+
+// Setting ComVisible to false makes the types in this assembly not visible
+// to COM components. If you need to access a type in this assembly from
+// COM, set the ComVisible attribute to true on that type.
+[assembly: ComVisible(false)]
+
+// The following GUID is for the ID of the typelib if this project is exposed to COM
+[assembly: Guid("24299c94-99db-46c5-8671-5f91faac167e")]