diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-01 21:16:29 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-11-01 21:16:29 -0800 |
commit | 5781c5567294660d803cccc61fb56378806a919f (patch) | |
tree | 03781d167b4ec48936fb20e68cdb5fc23fab55c6 /tools/Sandcastle/Source/BuildAssembler/BuildComponents/Properties/AssemblyInfo.cs | |
parent | c36bce9e0f0184ba4d60a8c3a375840d17d181d2 (diff) | |
parent | 55d6e4be43225184f9a656e6d9cc8fc1e8e7387b (diff) | |
download | DotNetOpenAuth-5781c5567294660d803cccc61fb56378806a919f.zip DotNetOpenAuth-5781c5567294660d803cccc61fb56378806a919f.tar.gz DotNetOpenAuth-5781c5567294660d803cccc61fb56378806a919f.tar.bz2 |
Merge branch 'master' into openidux
Conflicts:
src/DotNetOpenAuth.vsmdi
src/DotNetOpenAuth/InfoCard/InfoCardSelector.cs
src/DotNetOpenAuth/OAuth/ServiceProvider.cs
src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyAjaxControlBase.cs
src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingPartyControlBase.cs
Diffstat (limited to 'tools/Sandcastle/Source/BuildAssembler/BuildComponents/Properties/AssemblyInfo.cs')
-rw-r--r-- | tools/Sandcastle/Source/BuildAssembler/BuildComponents/Properties/AssemblyInfo.cs | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/tools/Sandcastle/Source/BuildAssembler/BuildComponents/Properties/AssemblyInfo.cs b/tools/Sandcastle/Source/BuildAssembler/BuildComponents/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..41965fc --- /dev/null +++ b/tools/Sandcastle/Source/BuildAssembler/BuildComponents/Properties/AssemblyInfo.cs @@ -0,0 +1,42 @@ +// Copyright © Microsoft Corporation. +// This source file is subject to the Microsoft Permissive License. +// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.mspx. +// All other rights reserved. + +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("BuildComponents")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Microsoft")] +[assembly: AssemblyProduct("BuildComponents")] +[assembly: AssemblyCopyright("Copyright © Microsoft 2006")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +[assembly: System.CLSCompliant(true)] + +// 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("146f3298-2c7f-4588-88f2-520438232a23")] + +// 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 Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("2.5.10626.00")] +[assembly: AssemblyFileVersion("2.5.10626.00")] |