diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-07 14:15:32 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-08-07 14:15:32 -0700 |
commit | d40bbbd127eb1a833e06af14f7dc352e272e2c43 (patch) | |
tree | 6a46408dcc909d31ac1f0230ce2fba4eeb4ae74a /src/DotNetOpenAuth.BuildTasks/Properties/AssemblyInfo.cs | |
parent | 9940f1a22a8a322a19d1036ab9660f7dd62ddcc1 (diff) | |
parent | b10e1c35117832121a5ea1042f812db2fafb8a9d (diff) | |
download | DotNetOpenAuth-d40bbbd127eb1a833e06af14f7dc352e272e2c43.zip DotNetOpenAuth-d40bbbd127eb1a833e06af14f7dc352e272e2c43.tar.gz DotNetOpenAuth-d40bbbd127eb1a833e06af14f7dc352e272e2c43.tar.bz2 |
Merge branch 'v3.0' into v3.1
Diffstat (limited to 'src/DotNetOpenAuth.BuildTasks/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/DotNetOpenAuth.BuildTasks/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/DotNetOpenAuth.BuildTasks/Properties/AssemblyInfo.cs b/src/DotNetOpenAuth.BuildTasks/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..6fdcc21 --- /dev/null +++ b/src/DotNetOpenAuth.BuildTasks/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("CustomMsBuildTasks")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("CustomMsBuildTasks")] +[assembly: AssemblyCopyright("Copyright © 2008")] +[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("952e3aaa-5dc6-4b71-8c9c-6b485263be19")] + +// 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")] |