summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2009-03-26 16:01:37 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2009-03-26 16:01:37 -0700
commitfc29aefdf4fe9fb1081ee21c01f5ba3963904be6 (patch)
tree74e1cb88f7a600f446df513a3a15a0104d7ff7e7 /samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs
parentd18ea6028e8c6cadbf99e2c4529350c26224c6ff (diff)
parentad95a2e4ab219a246a2288c62452b0d920a7cdc2 (diff)
downloadDotNetOpenAuth-fc29aefdf4fe9fb1081ee21c01f5ba3963904be6.zip
DotNetOpenAuth-fc29aefdf4fe9fb1081ee21c01f5ba3963904be6.tar.gz
DotNetOpenAuth-fc29aefdf4fe9fb1081ee21c01f5ba3963904be6.tar.bz2
Merge branch 'samplerename'
Diffstat (limited to 'samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs')
-rw-r--r--samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs35
1 files changed, 35 insertions, 0 deletions
diff --git a/samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs b/samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..ea71bfc
--- /dev/null
+++ b/samples/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
+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("OpenIdRelyingPartyWebForms sample")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("DotNetOpenAuth")]
+[assembly: AssemblyCopyright("Copyright © 2009")]
+[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("3d5900ae-111a-45be-96b3-d9e4606ca793")]
+
+// 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("0.2.0.0")]
+[assembly: AssemblyFileVersion("0.2.0.0")]