summaryrefslogtreecommitdiff
path: root/Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorGravatar Unknown <afd@afd-THINK.home>2012-08-14 08:13:56 +0100
committerGravatar Unknown <afd@afd-THINK.home>2012-08-14 08:13:56 +0100
commit6b5e69f1702f9acad0cab789e7570070e8e745c3 (patch)
tree6ab8ba45485fc60b5c0d22860fbc63460f07d7f5 /Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs
parentabaeb63964d453b32bc40f820d54d108a354b5a9 (diff)
Added GPUVerifyBoogieDriver project.
Contributed by Egor Kyshtymov.
Diffstat (limited to 'Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs')
-rw-r--r--Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs b/Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..ef014dd1
--- /dev/null
+++ b/Source/GPUVerifyBoogieDriver/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
+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("GPUVerifyBoogieDriver")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("GPUVerifyBoogieDriver")]
+[assembly: AssemblyCopyright("Copyright © 2012")]
+[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("d7726f3b-aa69-4a39-a821-9503db2ab23b")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]