summaryrefslogtreecommitdiff
path: root/Tizen.WebView/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authoryh106.jung <yh106.jung@samsung.com>2017-02-17 13:12:56 +0900
committeryh106.jung <yh106.jung@samsung.com>2017-03-17 14:39:14 +0900
commitaca675d31f77ab8373bc5487cd0ef8fc882cf831 (patch)
tree54a0f4146b2421c636c89fadfadc033d3a802bf5 /Tizen.WebView/Properties/AssemblyInfo.cs
parentcea70b4434ca284d84beda6ecfc9639de441f499 (diff)
downloadwebview-c3fa0d2fcf75377dd55635c7e53c5d6af6c37c61.tar.gz
webview-c3fa0d2fcf75377dd55635c7e53c5d6af6c37c61.tar.bz2
webview-c3fa0d2fcf75377dd55635c7e53c5d6af6c37c61.zip
This patch introduces Tizen.WebView project. Plus, Tizen.WebView.Test project is included in order to test basic functionality of Tizen.WebView. Change-Id: I79b01c2c18817f399f83a3e56cc5cd8ceae3322f Signed-off-by: yh106.jung <yh106.jung@samsung.com>
Diffstat (limited to 'Tizen.WebView/Properties/AssemblyInfo.cs')
-rw-r--r--Tizen.WebView/Properties/AssemblyInfo.cs36
1 files changed, 36 insertions, 0 deletions
diff --git a/Tizen.WebView/Properties/AssemblyInfo.cs b/Tizen.WebView/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..75cc36c
--- /dev/null
+++ b/Tizen.WebView/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("Tizen.WebView")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("Samsung Electronics")]
+[assembly: AssemblyProduct("Tizen.WebView")]
+[assembly: AssemblyCopyright("Copyright © Samsung Electronics 2017")]
+[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("8405e84f-b920-4aac-9ad5-001b9debc9ca")]
+
+// 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")]