summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-06-19 16:51:45 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:36 +0900
commit7cb753fee3bab937b351cd6e4e3bd061f86182ec (patch)
treef56cdacb5d6a553922641cec10a0369ea37f9b50 /Xamarin.Forms.Platform.Tizen/Properties
parent40cf8dde716689ba4e2b17e1b9e72ba4632c20fb (diff)
downloadxamarin-forms-7cb753fee3bab937b351cd6e4e3bd061f86182ec.tar.gz
xamarin-forms-7cb753fee3bab937b351cd6e4e3bd061f86182ec.tar.bz2
xamarin-forms-7cb753fee3bab937b351cd6e4e3bd061f86182ec.zip
Change project files to MSBuild 14 format
Change-Id: I772315bad5d661b764527a051014ce856cce967e
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index 357c3271..5639b6a4 100644
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -1,6 +1,15 @@
+using System.Reflection;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Tizen;
+[assembly: AssemblyTitle("Xamarin.Forms.Platform.Tizen")]
+[assembly: AssemblyDescription("Tizen Backend for Xamarin.Forms")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCulture("")]
+
+//[assembly: AssemblyDelaySign(false)]
+//[assembly: AssemblyKeyFile("")]
+
[assembly: Dependency(typeof(ResourcesProvider))]
[assembly: Dependency(typeof(Deserializer))]
[assembly: Dependency(typeof(NativeBindingService))]