summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen
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-04-24 13:39:48 +0900
commitee7e384e6d6e84c25694b36104b8e9a79da69fa7 (patch)
treebcdc841b4eb0ae40596fa7837724c6678fcd8e91 /Xamarin.Forms.Platform.Tizen
parentd2bcdbb5b5f54bbe8980f5a18222ef779d54e05a (diff)
downloadxamarin-forms-ee7e384e6d6e84c25694b36104b8e9a79da69fa7.tar.gz
xamarin-forms-ee7e384e6d6e84c25694b36104b8e9a79da69fa7.tar.bz2
xamarin-forms-ee7e384e6d6e84c25694b36104b8e9a79da69fa7.zip
Change project files to new csproj format
Change-Id: I5abe43d6738680c5c93341497769c9ecf748f76c
Diffstat (limited to 'Xamarin.Forms.Platform.Tizen')
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Properties/AssemblyInfo.cs24
-rw-r--r--[-rwxr-xr-x]Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj183
-rw-r--r--Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec5
-rw-r--r--Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json15
4 files changed, 21 insertions, 206 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))]
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
index 85ad0a47..26d62846 100755..100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
@@ -1,175 +1,20 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project Sdk="Microsoft.NET.Sdk">
+
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{227D2CC5-26A1-4CE7-AE25-1B18AF625B9C}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Xamarin.Forms.Platform.Tizen</RootNamespace>
- <AssemblyName>Xamarin.Forms.Platform.Tizen</AssemblyName>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup>
- <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
- <TargetFrameworkVersion>v1.6</TargetFrameworkVersion>
- <NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- <NoStdLib>true</NoStdLib>
- <NoWarn>$(NoWarn);1701;1702</NoWarn>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
+ <TargetFramework>netstandard1.6</TargetFramework>
+ <PackageTargetFallback>$(PackageTargetFallback);portable-net45+wp80+win81+wpa81</PackageTargetFallback>
</PropertyGroup>
+
<ItemGroup>
- <Compile Include="Cells\CellRenderer.cs" />
- <Compile Include="Cells\EntryCellRenderer.cs" />
- <Compile Include="Cells\ImageCellRenderer.cs" />
- <Compile Include="Cells\SwitchCellRenderer.cs" />
- <Compile Include="Cells\TextCellRenderer.cs" />
- <Compile Include="Cells\ViewCellRenderer.cs" />
- <Compile Include="Deserializer.cs" />
- <Compile Include="ElementChangedEventArgs.cs" />
- <Compile Include="EvasObjectWrapper.cs" />
- <Compile Include="ExportImageSourceHandlerAttribute.cs" />
- <Compile Include="ExportCellAttribute.cs" />
- <Compile Include="ExportRendererAttribute.cs" />
- <Compile Include="ExportRendererHandler.cs" />
- <Compile Include="Extensions\PlatformConfigurationExtensions.cs" />
- <Compile Include="Extensions\ColorExtensions.cs" />
- <Compile Include="Extensions\KeyboardExtensions.cs" />
- <Compile Include="Extensions\DensityIndependentPixelExtensions.cs" />
- <Compile Include="Extensions\LayoutExtensions.cs" />
- <Compile Include="Extensions\NativeBindingExtensions.cs" />
- <Compile Include="Extensions\ScrollToPositionExtensions.cs" />
- <Compile Include="Extensions\TextAlignmentExtensions.cs" />
- <Compile Include="Forms.cs" />
- <Compile Include="GestureDetector.cs" />
- <Compile Include="GestureHandler.cs" />
- <Compile Include="IGestureController.cs" />
- <Compile Include="TapGestureHandler.cs" />
- <Compile Include="PinchGestureHandler.cs" />
- <Compile Include="PanGestureHandler.cs" />
- <Compile Include="FormsApplication.cs" />
- <Compile Include="Log\ConsoleLogger.cs" />
- <Compile Include="Log\DlogLogger.cs" />
- <Compile Include="Log\ILogger.cs" />
- <Compile Include="Log\Log.cs" />
- <Compile Include="Log\XamarinLogListener.cs" />
- <Compile Include="Native\Box.cs" />
- <Compile Include="Native\Button.cs" />
- <Compile Include="Native\Canvas.cs" />
- <Compile Include="Native\ContentPage.cs" />
- <Compile Include="Native\DateChangedEventArgs.cs" />
- <Compile Include="Native\DatePicker.cs" />
- <Compile Include="Native\DateTimePickerDialog.cs" />
- <Compile Include="Native\Dialog.cs" />
- <Compile Include="Native\DisplayOrientations.cs" />
- <Compile Include="Native\Entry.cs" />
- <Compile Include="Native\FormattedString.cs" />
- <Compile Include="Native\IContainable.cs" />
- <Compile Include="Native\Image.cs" />
- <Compile Include="Native\IMeasurable.cs" />
- <Compile Include="Native\ITextable.cs" />
- <Compile Include="Native\Keyboard.cs" />
- <Compile Include="Native\Label.cs" />
- <Compile Include="Native\LayoutEventArgs.cs" />
- <Compile Include="Native\LineBreakMode.cs" />
- <Compile Include="Native\ListView.cs" />
- <Compile Include="Native\MasterDetailPage.cs" />
- <Compile Include="Native\ObservableCollection.cs" />
- <Compile Include="Native\SearchBar.cs" />
- <Compile Include="Native\Span.cs" />
- <Compile Include="Native\TableView.cs" />
- <Compile Include="Native\TextAlignment.cs" />
- <Compile Include="Native\TextHelper.cs" />
- <Compile Include="Native\TimePicker.cs" />
- <Compile Include="Native\Window.cs" />
- <Compile Include="NativeBindingService.cs" />
- <Compile Include="NativeValueConverterService.cs" />
- <Compile Include="Platform.cs" />
- <Compile Include="PlatformEffect.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Renderers\ActivityIndicatorRenderer.cs" />
- <Compile Include="Renderers\BoxViewRenderer.cs" />
- <Compile Include="Renderers\ButtonRenderer.cs" />
- <Compile Include="Renderers\CarouselPageRenderer.cs" />
- <Compile Include="Renderers\ContentPageRenderer.cs" />
- <Compile Include="Renderers\DatePickerRenderer.cs" />
- <Compile Include="Renderers\EditorRenderer.cs" />
- <Compile Include="Renderers\EntryRenderer.cs" />
- <Compile Include="Renderers\EvasObjectWrapperRenderer.cs" />
- <Compile Include="Renderers\FrameRenderer.cs" />
- <Compile Include="Renderers\ImageRenderer.cs" />
- <Compile Include="Renderers\IVisualElementRenderer.cs" />
- <Compile Include="Renderers\LabelRenderer.cs" />
- <Compile Include="Renderers\LayoutRenderer.cs" />
- <Compile Include="Renderers\ListViewRenderer.cs" />
- <Compile Include="Renderers\MasterDetailPageRenderer.cs" />
- <Compile Include="Renderers\NavigationPageRenderer.cs" />
- <Compile Include="Renderers\PickerRenderer.cs" />
- <Compile Include="Renderers\ProgressBarRenderer.cs" />
- <Compile Include="Renderers\ScrollViewRenderer.cs" />
- <Compile Include="Renderers\SearchBarRenderer.cs" />
- <Compile Include="Renderers\SliderRenderer.cs" />
- <Compile Include="Renderers\StepperRenderer.cs" />
- <Compile Include="Renderers\SwitchRenderer.cs" />
- <Compile Include="Renderers\TabbedPageRenderer.cs" />
- <Compile Include="Renderers\TableViewRenderer.cs" />
- <Compile Include="Renderers\TimePickerRenderer.cs" />
- <Compile Include="Renderers\ViewRenderer.cs" />
- <Compile Include="Renderers\VisualElementRenderer.cs" />
- <Compile Include="Renderers\WebViewRenderer.cs" />
- <Compile Include="ResourcePath.cs" />
- <Compile Include="ResourcesProvider.cs" />
- <Compile Include="TizenPlatformServices.cs" />
- <Compile Include="TizenTitleBarVisibility.cs" />
- <Compile Include="ViewInitializedEventArgs.cs" />
- <Compile Include="VisualElementChangedEventArgs.cs" />
- <Compile Include="VisualElementRendererFlags.cs" />
- <Compile Include="TizenIsolatedStorageFile.cs" />
+ <PackageReference Include="ElmSharp" Version="1.1.0-beta-018" />
+ <PackageReference Include="System.Runtime.Serialization.Xml" Version="4.3.0" />
+ <PackageReference Include="Tizen.Applications" Version="1.3.2" />
+ <PackageReference Include="Tizen.System.Information" Version="1.0.2" />
+ <PackageReference Include="Tizen.WebView" Version="1.0.0" />
</ItemGroup>
+
<ItemGroup>
- <None Include="Xamarin.Forms.Platform.Tizen.project.json" />
+ <ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj" />
</ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ItemGroup>
- <ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
- <Project>{57B8B73D-C3B5-4C42-869E-7B2F17D354AC}</Project>
- <Name>Xamarin.Forms.Core</Name>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup>
- <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
- https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
- -->
- <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
- properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
- to prevent it from outputting a warning (MSB3644).
- -->
- <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
- <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
- <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
- </PropertyGroup>
-</Project> \ No newline at end of file
+
+</Project>
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
index 2bb7bf80..b9b952c1 100644
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
+++ b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.nuspec
@@ -8,6 +8,7 @@
<projectUrl>https://www.tizen.org/</projectUrl>
<iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
+ <licenseUrl>https://git.tizen.org/cgit/platform/upstream/xamarin-forms/plain/LICENSE</licenseUrl>
<description>Xamarin Forms Renderer to build native UIs for Tizen.Net</description>
<copyright>Copyright 2016</copyright>
<dependencies>
@@ -15,7 +16,7 @@
</dependencies>
</metadata>
<files>
- <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/Xamarin.Forms.Platform.Tizen.dll" target="lib/netstandard1.6"/>
- <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/Xamarin.Forms.Platform.Tizen.*pdb" target="lib/netstandard1.6"/>
+ <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/netstandard1.6/Xamarin.Forms.Platform.Tizen.dll" target="lib/netstandard1.6"/>
+ <file src="../Xamarin.Forms.Platform.Tizen/bin/$Configuration$/netstandard1.6/Xamarin.Forms.Platform.Tizen.*pdb" target="lib/netstandard1.6"/>
</files>
</package>
diff --git a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json b/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
deleted file mode 100644
index 1c3cb430..00000000
--- a/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.project.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "dependencies": {
- "ElmSharp": "1.1.0-beta-016",
- "NETStandard.Library": "1.6.0",
- "System.Runtime.Serialization.Xml": "4.1.2",
- "Tizen.Applications": "1.2.6",
- "Tizen.System.Information": "1.0.1",
- "Tizen.WebView": "1.0.0"
- },
- "frameworks": {
- "netstandard1.6": {
- "imports": "portable-net45+win8+wpa81+wp8"
- }
- }
-} \ No newline at end of file