summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-09-12 19:32:51 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:41 +0900
commitb677d55e31e6cbfe394ea8e72d590dc72078b3f9 (patch)
tree5bcb2c1c70e5fac0ecca8b0115e747c9f9efe50e /Xamarin.Forms.Platform.Tizen/Properties
parentf3a4581eabe2c379e767c3d34b2d61727e99f001 (diff)
downloadxamarin-forms-b677d55e31e6cbfe394ea8e72d590dc72078b3f9.tar.gz
xamarin-forms-b677d55e31e6cbfe394ea8e72d590dc72078b3f9.tar.bz2
xamarin-forms-b677d55e31e6cbfe394ea8e72d590dc72078b3f9.zip
Change XF.P.Tizen and XF.Map.Tizen csproj to new csproj
- All Tizen platform csprojs has been changed into new csproj (VS2017) - TargetFramework is also changed into tizen40 from netstadard1.6 - Rebased onto Xamarin.Forms 2.4.0 Pre2 (beta-2.4.0-pre2) (b0a6d74) Change-Id: I54f13907e0fe72fe166c6d23233c69bff570dc0c
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties')
-rw-r--r--Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index ed9123da..469754da 100644
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -1,15 +1,6 @@
-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))]