From e1035023502398228408f70487a47886432d94af Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Mon, 19 Jun 2017 16:51:45 +0900 Subject: Change project files to MSBuild 14 format Change-Id: I772315bad5d661b764527a051014ce856cce967e --- .../Properties/AssemblyInfo.cs | 9 +++ .../Xamarin.Forms.Platform.Tizen.csproj | 77 +++++++++++++++++----- .../Xamarin.Forms.Platform.Tizen.nuspec | 27 -------- Xamarin.Forms.Platform.Tizen/project.json | 16 +++++ 4 files changed, 87 insertions(+), 42 deletions(-) mode change 100755 => 100644 Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj delete mode 100644 Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec create mode 100644 Xamarin.Forms.Platform.Tizen/project.json (limited to 'Xamarin.Forms.Platform.Tizen') 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))] diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj old mode 100755 new mode 100644 index d2fbee40..f383fc4a --- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj +++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj @@ -1,21 +1,68 @@ - - + + - netstandard1.6 - $(PackageTargetFallback);portable-net45+wp80+win81+wpa81 + Debug + AnyCPU + {227D2CC5-26A1-4CE7-AE25-1B18AF625B9C} + Library + Properties + Xamarin.Forms.Platform.Tizen + Xamarin.Forms.Platform.Tizen + 512 + + + .NETStandard + v1.6 + .NETStandard,Version=v1.6 + false + true + $(NoWarn);1701;1702 + + + true + full + true + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + true + bin\Turkey\ + TRACE;DEBUG + full + Off + prompt + MinimumRecommendedRules.ruleset + true - - - - - - - + + Properties\GlobalAssemblyInfo.cs + + - - + + Xamarin.Forms.Core + - - + + + + + + <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) + <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) + true + + \ No newline at end of file diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec deleted file mode 100644 index 16ec470b..00000000 --- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec +++ /dev/null @@ -1,27 +0,0 @@ - - - - Xamarin.Forms.Platform.Tizen - $version$ - Samsung Electronics - xamarin forms xamarin.forms tizen - https://www.tizen.org/ - https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png - false - https://git.tizen.org/cgit/platform/upstream/xamarin-forms/plain/LICENSE - Xamarin Forms Renderer to build native UIs for Tizen.Net - Copyright 2016 - - - - - - - - - - - - - - diff --git a/Xamarin.Forms.Platform.Tizen/project.json b/Xamarin.Forms.Platform.Tizen/project.json new file mode 100644 index 00000000..51159fcb --- /dev/null +++ b/Xamarin.Forms.Platform.Tizen/project.json @@ -0,0 +1,16 @@ +{ + "dependencies": { + "NETStandard.Library": "1.6.1", + "System.Runtime.Serialization.Xml": "4.3.0", + "ElmSharp": "1.2.1", + "Tizen.Applications.Common": "1.5.8", + "Tizen.Applications.UI": "1.5.8", + "Tizen.System.Information": "1.0.4", + "Tizen.WebView": "1.0.1" + }, + "frameworks": { + "netstandard1.6": { + "imports": "portable-net45+win8+wpa81+wp8" + } + } +} \ No newline at end of file -- cgit v1.2.3