diff options
author | David Christiansen <coding@davedoes.net> | 2016-06-06 13:53:24 +0100 |
---|---|---|
committer | David Christiansen <coding@davedoes.net> | 2016-06-06 16:10:25 +0100 |
commit | 442909c55b4b7943ad1a426072c74a0b0a4fdf95 (patch) | |
tree | 6fb18f8baa3e69bc053a8f8e63690f6ec60c6208 /src/OpenID/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs | |
parent | 2ed563499ad1fbafd13d5903fb79b6bf28f0e654 (diff) | |
download | DotNetOpenAuth.Samples-442909c55b4b7943ad1a426072c74a0b0a4fdf95.zip DotNetOpenAuth.Samples-442909c55b4b7943ad1a426072c74a0b0a4fdf95.tar.gz DotNetOpenAuth.Samples-442909c55b4b7943ad1a426072c74a0b0a4fdf95.tar.bz2 |
Framework update to 4.5.2
DNOA Nuget update
Diffstat (limited to 'src/OpenID/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/OpenID/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/OpenID/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs b/src/OpenID/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs deleted file mode 100644 index ea71bfc..0000000 --- a/src/OpenID/OpenIdRelyingPartyWebForms/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -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")] |