summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKangho Hur <kangho.hur@samsung.com>2017-08-21 01:13:30 +0000
committerGerrit Code Review <gerrit@review.ap-northeast-2.compute.internal>2017-08-21 01:13:30 +0000
commit020305fffb52c4d273d9d8c3c457dc2c88e8a04e (patch)
treeb967d3d1d774406550c595f594b42ce9d725536a
parent03c67b804006c7e0a6d09cf2f702e88846ad5f89 (diff)
parent15ba98886505be2c26d5894786c9992ef344f2bc (diff)
downloadelm-sharp-tizen.tar.gz
elm-sharp-tizen.tar.bz2
elm-sharp-tizen.zip
Merge "Change ElmSharp.Wearable.Test.csproj to .net core" into tizenuse_tizenfxtizen
-rw-r--r--ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.csproj174
-rw-r--r--ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.project.json13
-rw-r--r--ElmSharp.Wearable.Test/Properties/AssemblyInfo.cs36
3 files changed, 39 insertions, 184 deletions
diff --git a/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.csproj b/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.csproj
index 419f133..dc99182 100644
--- a/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.csproj
+++ b/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.csproj
@@ -1,151 +1,55 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project>
+ <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
+
+ <!-- Setting Tizen Extension Path -->
+ <PropertyGroup Label="Globals">
+ <TizenProjectExtensionsPath>$(MSBuildExtensionsPath)\Tizen\VisualStudio\</TizenProjectExtensionsPath>
+ </PropertyGroup>
+
+ <!-- Import Tizen property in Tizen.NET SDK -->
+ <Import Project="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props" Condition="Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props')" />
+
+ <!-- Property Group for .NET Core Project -->
<PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectTypeGuids>{2F98DAC9-6F16-457B-AED7-D43CAC379341};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <ProjectGuid>{C6E111B7-21E2-4CD6-93BF-2CD5ED255749}</ProjectGuid>
<OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>ElmSharp.Wearable.Test</RootNamespace>
- <AssemblyName>ElmSharp.Wearable.Test</AssemblyName>
- <FileAlignment>512</FileAlignment>
+ <TargetFramework>netcoreapp1.1</TargetFramework>
</PropertyGroup>
+
+ <!-- Property Group for Tizen Project -->
<PropertyGroup>
- <TargetFrameworkIdentifier>.NETCoreApp</TargetFrameworkIdentifier>
- <TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
- <NuGetTargetMoniker>.NETCoreApp,Version=v1.0</NuGetTargetMoniker>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- <NoStdLib>true</NoStdLib>
- <NoWarn>$(NoWarn);1701;1702</NoWarn>
+ <TizenCreateTpkOnBuild>true</TizenCreateTpkOnBuild>
+ <PackageTargetFallback>$(PackageTargetFallback);portable-net45+wp80+win81+wpa81</PackageTargetFallback>
</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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <DebugType>portable</DebugType>
</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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <DebugType>None</DebugType>
</PropertyGroup>
+
<ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="TC\CircleDateTimeSelectorTest1.cs" />
- <Compile Include="TC\CircleDateTimeSelectorTest2.cs" />
- <Compile Include="TC\CircleDateTimeSelectorTest3.cs" />
- <Compile Include="TC\CircleDateTimeSelectorTest4.cs" />
- <Compile Include="TC\CircleGenListTest1.cs" />
- <Compile Include="TC\CircleGenListTest2.cs" />
- <Compile Include="TC\CircleGenListTest3.cs" />
- <Compile Include="TC\CircleGenListTest4.cs" />
- <Compile Include="TC\CircleScrollerTest1.cs" />
- <Compile Include="TC\CircleScrollerTest2.cs" />
- <Compile Include="TC\CircleScrollerTest3.cs" />
- <Compile Include="TC\CircleScrollerTest4.cs" />
- <Compile Include="TC\CircleSliderTest1.cs" />
- <Compile Include="TC\CircleSliderTest2.cs" />
- <Compile Include="TC\CircleProgressBarTest1.cs" />
- <Compile Include="TC\CircleProgressBarTest2.cs" />
- <Compile Include="TC\CircleProgressBarTest3.cs" />
- <Compile Include="TC\CircleProgressBarTest4.cs" />
- <Compile Include="TC\CircleSpinnerTest1.cs" />
- <Compile Include="TC\CircleSpinnerTest2.cs" />
- <Compile Include="TC\Log.cs" />
- <Compile Include="TC\MoreOptionTest.cs" />
- <Compile Include="TC\RotarySelectorTest.cs" />
- <Compile Include="TestCaseBase.cs" />
- <Compile Include="TestRunner.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="ElmSharp.Wearable.Test.project.json" />
+ <Folder Include="lib\" />
+ <Folder Include="shared\" />
+ <Folder Include="res\" />
</ItemGroup>
+
+ <!-- Include Nuget Package for Tizen Project building -->
<ItemGroup>
- <Content Include="res\icons\bg_black.png" />
- <Content Include="res\icons\bg_red.png" />
- <Content Include="res\icons\bg_white.png" />
- <Content Include="res\icons\icon_aquamarine_260_me.png" />
- <Content Include="res\icons\icon_auamarine_260_me.png" />
- <Content Include="res\icons\icon_azure_215_me.png" />
- <Content Include="res\icons\icon_beige_330_me.png" />
- <Content Include="res\icons\icon_blue_45_me.png" />
- <Content Include="res\icons\icon_brown_90_me.png" />
- <Content Include="res\icons\icon_cyan_230_me.png" />
- <Content Include="res\icons\icon_firebrick_95_me.png" />
- <Content Include="res\icons\icon_gold_75_me.png" />
- <Content Include="res\icons\icon_green_60_me.png" />
- <Content Include="res\icons\icon_honeydew_285_me.png" />
- <Content Include="res\icons\icon_ivory_315_me.png" />
- <Content Include="res\icons\icon_khaki_360_me.png" />
- <Content Include="res\icons\icon_lime_300_me.png" />
- <Content Include="res\icons\icon_maroon_120_me.png" />
- <Content Include="res\icons\icon_me.png" />
- <Content Include="res\icons\icon_orchid_160_me.png" />
- <Content Include="res\icons\icon_pink_145_me.png" />
- <Content Include="res\icons\icon_purple_200_me.png" />
- <Content Include="res\icons\icon_red_30_me.png" />
- <Content Include="res\icons\icon_snow_75_me.png" />
- <Content Include="res\icons\icon_snow_80_me.png" />
- <Content Include="res\icons\icon_teal_245_me.png" />
- <Content Include="res\icons\icon_violet_180_me.png" />
- <Content Include="res\icons\icon_yellow_345_me.png" />
- <Content Include="res\icons\pressed.png" />
- <Content Include="res\icons\round_bg_green.png" />
- <Content Include="res\icons\round_bg_white.png" />
- <Content Include="res\icons\round_bg_yellow.png" />
- <Content Include="res\icons\round_content_black.png" />
- <Content Include="res\icons\round_content_blue.png" />
- <Content Include="res\icons\round_content_red.png" />
- <Content Include="shared\res\ElmSharp.Test.png" />
- <Content Include="tizen-manifest.xml" />
+ <PackageReference Include="Tizen.NET" Version="3.0.0" />
+ <PackageReference Include="Tizen.NET.Sdk" Version="0.9.16-pre1" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\ElmSharp.Wearable\ElmSharp.Wearable.csproj">
- <Project>{9a1c45ac-93e3-4b09-b896-769df60cf1b2}</Project>
- <Name>ElmSharp.Wearable</Name>
- </ProjectReference>
- <ProjectReference Include="..\ElmSharp\ElmSharp.csproj">
- <Project>{d00c29dd-4b2e-41c0-a323-bad1a74c69bf}</Project>
- <Name>ElmSharp</Name>
- </ProjectReference>
+ <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
+ <ProjectReference Include="..\ElmSharp.Wearable\ElmSharp.Wearable.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">
+
+ <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
+ <Import Project="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets" Condition="Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets')" />
+
+ <!-- Install Check 'Visual Studio for Tizen' for developing on Visual Studio -->
+ <Target Name="TizenVsixInstallCheck" BeforeTargets="CompileDesignTime">
+ <Warning Condition="!Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props')" Text="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props is not exist.&#xA; you need to check if 'Visual Studio for Tizen' is installed" />
+ <Warning Condition="!Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets')" Text="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets is not exist.\&#xA; you need to check if 'Visual Studio for Tizen' is installed" />
</Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <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>
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Debug|Any CPU">
- <ProjectCommonFlavorCfg />
- </FlavorProperties>
- <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Release|Any CPU">
- <ProjectCommonFlavorCfg />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
-</Project> \ No newline at end of file
+</Project>
diff --git a/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.project.json b/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.project.json
deleted file mode 100644
index 4bd5e6c..0000000
--- a/ElmSharp.Wearable.Test/ElmSharp.Wearable.Test.project.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.App": "1.0.0",
- "Tizen.Applications.Common": "1.5.8",
- "Tizen.Applications.UI": "1.5.8"
- },
- "frameworks": {
- "netcoreapp1.0": {}
- },
- "runtimes": {
- "win": {}
- }
-} \ No newline at end of file
diff --git a/ElmSharp.Wearable.Test/Properties/AssemblyInfo.cs b/ElmSharp.Wearable.Test/Properties/AssemblyInfo.cs
deleted file mode 100644
index c419e2d..0000000
--- a/ElmSharp.Wearable.Test/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,36 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about an assembly is controlled through the following
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("ElmSharp.Wearable.Test")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("ElmSharp.Wearable.Test")]
-[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible
-// to COM components. If you need to access a type in this assembly from
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("2e1a161a-baa9-40ef-a8b4-082ce7c813b8")]
-
-// Version information for an assembly consists of the following four values:
-//
-// Major Version
-// Minor Version
-// Build Number
-// Revision
-//
-// You can specify all the values or you can default the Build and Revision Numbers
-// by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]