diff options
author | David Christiansen <coding@davedoes.net> | 2015-01-05 21:29:48 +0000 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2015-01-05 21:29:48 +0000 |
commit | 5fde84cfe2967d203c8bc183708394d95bb52c36 (patch) | |
tree | b082a01743f2d20ce80dddcc4a99f88f0c49e1c4 /samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Properties/AssemblyInfo.cs | |
parent | f840b593c345265ebcfd6c1cf5b57ab6d948f92c (diff) | |
download | DotNetOpenAuth-5fde84cfe2967d203c8bc183708394d95bb52c36.zip DotNetOpenAuth-5fde84cfe2967d203c8bc183708394d95bb52c36.tar.gz DotNetOpenAuth-5fde84cfe2967d203c8bc183708394d95bb52c36.tar.bz2 |
Straight forward OpenID Connect RP example
Diffstat (limited to 'samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Properties/AssemblyInfo.cs')
-rw-r--r-- | samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Properties/AssemblyInfo.cs | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Properties/AssemblyInfo.cs b/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..cc85659 --- /dev/null +++ b/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/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("DotNetOpenAuth.Samples.OpenIDConnectRP")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("DotNetOpenAuth.Samples.OpenIDConnectRP")] +[assembly: AssemblyCopyright("Copyright © 2015")] +[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("fca179c4-6ac8-4c11-a7ad-2d1d13b7312d")] + +// 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("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] |