From: WonYoung Choi Date: Thu, 8 Jun 2017 00:47:25 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: accepted/tizen/4.0/unified/20170816.020241^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_4.0;p=platform%2Fcore%2Fcsapi%2Fsystem-settings.git Merge packaging information to csproj Change-Id: I2fcc58232499019dc9dbc0fc5fc435abfb6d8562 Signed-off-by: WonYoung Choi --- diff --git a/Tizen.System.SystemSettings/Properties/AssemblyInfo.cs b/Tizen.System.SystemSettings/Properties/AssemblyInfo.cs deleted file mode 100644 index 90a5652..0000000 --- a/Tizen.System.SystemSettings/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * Licensed under the Apache License, Version 2.0 (the License); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -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("Tizen.System.SystemSettings")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.System.SystemSettings")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")] -[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("09d03c33-2fce-4c18-bec8-f585a865a4b4")] - -// 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")] diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj index c2a7bfc..747a6fe 100644 --- a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj +++ b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.csproj @@ -1,77 +1,25 @@ - - + + - Debug - AnyCPU - {09D03C33-2FCE-4C18-BEC8-F585A865A4B4} - Library - Properties - Tizen.System.SystemSettings - Tizen.System.SystemSettings - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true + 1.0.4 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + System Settings 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 + True + True Tizen.System.SystemSettings.snk + true + - - - - - - - - - - - + - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.nuspec b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.nuspec deleted file mode 100644 index 3c476da..0000000 --- a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Tizen.System.SystemSettings - $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 - System Settings API for Tizen.Net - - - - - - - - diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.project.json b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.project.json deleted file mode 100644 index db7436c..0000000 --- a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.1" - }, - "frameworks": { - "netstandard1.3": {} - } -} diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.sln b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.sln new file mode 100644 index 0000000..b618a4b --- /dev/null +++ b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.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.SystemSettings", "Tizen.System.SystemSettings.csproj", "{E18BFE2D-2C89-45D2-B31B-BE5C81B6CAAC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E18BFE2D-2C89-45D2-B31B-BE5C81B6CAAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E18BFE2D-2C89-45D2-B31B-BE5C81B6CAAC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E18BFE2D-2C89-45D2-B31B-BE5C81B6CAAC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E18BFE2D-2C89-45D2-B31B-BE5C81B6CAAC}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/packaging/csapi-system-settings.spec b/packaging/csapi-system-settings.spec index b870a4b..749fa39 100644 --- a/packaging/csapi-system-settings.spec +++ b/packaging/csapi-system-settings.spec @@ -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