X-Git-Url: https://git.8kb.co.uk/?p=postgresql%2Fdblt;a=blobdiff_plain;f=dblt%2Fsrc%2Fdblt%2FProperties%2FAssemblyInfo.cs;fp=dblt%2Fsrc%2Fdblt%2FProperties%2FAssemblyInfo.cs;h=9c4364949c939f81065fdde7242e9820cddff24d;hp=0000000000000000000000000000000000000000;hb=5019ca5936e413749df9b483664bc00e5cafbd15;hpb=fde9f7ab6009e48ed05936471f4553afa32adf7e diff --git a/dblt/src/dblt/Properties/AssemblyInfo.cs b/dblt/src/dblt/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9c43649 --- /dev/null +++ b/dblt/src/dblt/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +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("dblt")] +[assembly: AssemblyDescription("Database Load Test")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("8kb.co.uk")] +[assembly: AssemblyProduct("dblt")] +[assembly: AssemblyCopyright("Copyright © 8kb.co.uk 2011")] +[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("feeaf39f-1945-434c-9611-57fc670a2048")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")]