summaryrefslogtreecommitdiffstats
path: root/TwoStepsAuthenticator.DotnetCore/Properties
diff options
context:
space:
mode:
authorGuillaume Lacasa <guillaumelacasa@hotmail.com>2016-06-29 10:43:45 +0200
committerGuillaume Lacasa <guillaumelacasa@hotmail.com>2016-06-29 12:46:06 +0200
commit8e80d5923232b6b5852873a8c54fc3d8bbbc9a96 (patch)
tree05c8206b8e1aa94ec40b0e9cb921b2a3b06b3535 /TwoStepsAuthenticator.DotnetCore/Properties
parent8cfb0a7876aa457254f199ca99210b58284e1151 (diff)
downloadTwoStepsAuthenticator-8e80d5923232b6b5852873a8c54fc3d8bbbc9a96.zip
TwoStepsAuthenticator-8e80d5923232b6b5852873a8c54fc3d8bbbc9a96.tar.gz
TwoStepsAuthenticator-8e80d5923232b6b5852873a8c54fc3d8bbbc9a96.tar.bz2
Dotnet Core support
Diffstat (limited to 'TwoStepsAuthenticator.DotnetCore/Properties')
-rw-r--r--TwoStepsAuthenticator.DotnetCore/Properties/AssemblyInfo.cs19
1 files changed, 19 insertions, 0 deletions
diff --git a/TwoStepsAuthenticator.DotnetCore/Properties/AssemblyInfo.cs b/TwoStepsAuthenticator.DotnetCore/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..e35eeb7
--- /dev/null
+++ b/TwoStepsAuthenticator.DotnetCore/Properties/AssemblyInfo.cs
@@ -0,0 +1,19 @@
+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: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("TwoStepsAuthenticator.DotnetCore")]
+[assembly: AssemblyTrademark("")]
+
+// 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("03842fee-34c4-467f-9081-96bed41cefb2")]