diff options
author | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-12 18:42:34 +0200 |
---|---|---|
committer | Guillaume Lacasa <guillaume.lacasa@ucaya.com> | 2013-06-12 18:42:34 +0200 |
commit | f83d2a6a47734300a265273328f31120c38941e8 (patch) | |
tree | 734545fab6c462040668f9e8618557a80ad16356 /TwoStepsAuthenticator.TestApp/Properties/AssemblyInfo.cs | |
parent | d3ac57ba63e266e1edc5d503b602c7ff50618056 (diff) | |
download | TwoStepsAuthenticator-f83d2a6a47734300a265273328f31120c38941e8.zip TwoStepsAuthenticator-f83d2a6a47734300a265273328f31120c38941e8.tar.gz TwoStepsAuthenticator-f83d2a6a47734300a265273328f31120c38941e8.tar.bz2 |
on avance dans l'algo
Diffstat (limited to 'TwoStepsAuthenticator.TestApp/Properties/AssemblyInfo.cs')
-rw-r--r-- | TwoStepsAuthenticator.TestApp/Properties/AssemblyInfo.cs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.TestApp/Properties/AssemblyInfo.cs b/TwoStepsAuthenticator.TestApp/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..780e009 --- /dev/null +++ b/TwoStepsAuthenticator.TestApp/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("TwoStepsAuthenticator.TestApp")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("TwoStepsAuthenticator.TestApp")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[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("76a40173-f28a-4d49-80b9-3d25353ab795")] + +// 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")] |