From: WonYoung Choi Date: Thu, 8 Jun 2017 00:47:05 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: submit/trunk/20170823.075128~81^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a9e6d01c2459c6fe0d9720bf8bef57b9867c97c;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Merge packaging information to csproj Change-Id: I0204983b341b2bc0c53483750d874340da79ecba Signed-off-by: WonYoung Choi --- diff --git a/packaging/csapi-system.spec b/packaging/csapi-system.spec index fcef3d9..5103872 100644 --- a/packaging/csapi-system.spec +++ b/packaging/csapi-system.spec @@ -1,6 +1,6 @@ Name: csapi-system Summary: Tizen System API for C# -Version: 1.0.8 +Version: 1.0.9 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -30,7 +30,7 @@ cp %{SOURCE1} . %build for ASM in %{Assemblies}; do %dotnet_build $ASM -%dotnet_pack $ASM/$ASM.nuspec %{version} +%dotnet_pack $ASM done %install diff --git a/src/Tizen.System/Tizen.System.csproj b/src/Tizen.System/Tizen.System.csproj index 91cff82..b20a428 100644 --- a/src/Tizen.System/Tizen.System.csproj +++ b/src/Tizen.System/Tizen.System.csproj @@ -1,4 +1,14 @@ - + + + + 1.0.9 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provide Device API for Tizen .NET + https://www.tizen.org/ + https://www.apache.org/licenses/LICENSE-2.0 + https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png + netstandard1.3 @@ -6,11 +16,10 @@ True Tizen.System.snk true - True - + diff --git a/src/Tizen.System/Tizen.System.nuspec b/src/Tizen.System/Tizen.System.nuspec deleted file mode 100644 index ec65486..0000000 --- a/src/Tizen.System/Tizen.System.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.System - $version$ - Samsung Electronics - false - https://www.apache.org/licenses/LICENSE-2.0 - https://www.tizen.org/ - https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png - © Samsung Electronics Co., Ltd All Rights Reserved - Provide classes for Device APIs - - - - - diff --git a/src/Tizen.System/Tizen.System.sln b/src/Tizen.System/Tizen.System.sln new file mode 100644 index 0000000..019c90b --- /dev/null +++ b/src/Tizen.System/Tizen.System.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.12 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tizen.System", "Tizen.System.csproj", "{8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A2E8B14-10BE-424A-962C-3F7F7FE8FE47}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal