summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Properties
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-04-07 07:51:03 +0900
committerKangho Hur <kangho.hur@samsung.com>2017-10-23 13:34:32 +0900
commit80093625cfbd2979d5d914780860642d95037e57 (patch)
tree05af97da6ade3e704756d5671c200cc955bf3013 /Xamarin.Forms.Platform.Tizen/Properties
parent3962e104bf666a5d3d2bf4e202dc4499a343c13d (diff)
downloadxamarin-forms-80093625cfbd2979d5d914780860642d95037e57.tar.gz
xamarin-forms-80093625cfbd2979d5d914780860642d95037e57.tar.bz2
xamarin-forms-80093625cfbd2979d5d914780860642d95037e57.zip
Change project files to new csproj format
Change-Id: I5abe43d6738680c5c93341497769c9ecf748f76c
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen/Properties')
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs24
1 files changed, 4 insertions, 20 deletions
diff --git a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
index eb03d815..357c3271 100755..100644
--- a/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
+++ b/Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs
@@ -1,26 +1,10 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
using Xamarin.Forms;
using Xamarin.Forms.Platform.Tizen;
-[assembly: AssemblyVersion("0.0.1")]
-[assembly: AssemblyCompany("Samsung Electronics")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCopyright("Copyright © Samsung Electronics 2016")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyProduct("Xamarin.Forms")]
-[assembly: AssemblyTitle("Xamarin.Forms.Platform.Tizen")]
-[assembly: AssemblyTrademark("")]
-[assembly: CompilationRelaxations(8)]
-[assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)]
-[assembly: InternalsVisibleTo("Xamarin.Forms.Platform.Tizen.Tests")]
-[assembly: ComVisible(false)]
-
-[assembly: Xamarin.Forms.Dependency(typeof(ResourcesProvider))]
-[assembly: Xamarin.Forms.Dependency(typeof(Deserializer))]
-[assembly: Xamarin.Forms.Dependency(typeof(NativeBindingService))]
-[assembly: Xamarin.Forms.Dependency(typeof(NativeValueConverterService))]
+[assembly: Dependency(typeof(ResourcesProvider))]
+[assembly: Dependency(typeof(Deserializer))]
+[assembly: Dependency(typeof(NativeBindingService))]
+[assembly: Dependency(typeof(NativeValueConverterService))]
[assembly: ExportRenderer(typeof(Layout), typeof(LayoutRenderer))]
[assembly: ExportRenderer(typeof(ScrollView), typeof(ScrollViewRenderer))]