From 80aec93fdc1ca2419839f8e97b7551336a605339 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 8 Jun 2017 09:15:52 +0900 Subject: [PATCH] Merge packaging information to csproj Change-Id: Ia963f65f7c5c3892c76b0053da6d09e01e84051d Signed-off-by: WonYoung Choi --- .gitignore | 7 ++ .../Properties/AssemblyInfo.cs | 35 ------ .../Tizen.Account.AccountManager.csproj | 128 +++------------------ .../Tizen.Account.AccountManager.nuspec | 20 ---- .../Tizen.Account.AccountManager.project.json | 14 --- packaging/csapi-account-manager.spec | 2 +- 6 files changed, 27 insertions(+), 179 deletions(-) create mode 100644 .gitignore delete mode 100644 Tizen.Account.AccountManager/Properties/AssemblyInfo.cs delete mode 100644 Tizen.Account.AccountManager/Tizen.Account.AccountManager.nuspec delete mode 100644 Tizen.Account.AccountManager/Tizen.Account.AccountManager.project.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46619d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +bin/ +obj/ +*.exe +*.dll +*.csproj.user +*.lock.json +.vs/ diff --git a/Tizen.Account.AccountManager/Properties/AssemblyInfo.cs b/Tizen.Account.AccountManager/Properties/AssemblyInfo.cs deleted file mode 100644 index eac89fd..0000000 --- a/Tizen.Account.AccountManager/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -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.Account.AccountManager")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Account.AccountManager")] -[assembly: AssemblyCopyright("Copyright © 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("2548b842-f053-4fb2-a15b-43d95239759b")] - -// 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.Account.AccountManager/Tizen.Account.AccountManager.csproj b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj index 69e059f..d1b0495 100644 --- a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj +++ b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.csproj @@ -1,115 +1,25 @@ - - + + - 14.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - {2548B842-F053-4FB2-A15B-43D95239759B} - Library - Properties - Tizen.Account.AccountManager - Tizen.Account.AccountManager - 512 - en-US - - - .NETStandard - v1.6 - .NETStandard,Version=v1.6 - .NETStandard,Version=v1.6 - false - true - $(NoWarn);1701 - false - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - + 1.0.7 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Account Service APIs for Tizen.Account.AccountManager + 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.6 + True + True Tizen.Account.AccountManager.snk + true + - - - + - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - - - $(MSBuildExtensionsPath)\Tizen - $(TizenBuildPath)\bin - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.nuspec b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.nuspec deleted file mode 100644 index ddacacd..0000000 --- a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Tizen.Account.AccountManager - $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 - Account Service APIs for Tizen.Account.AccountManager - - - - - - - - diff --git a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.project.json b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.project.json deleted file mode 100644 index 0614e80..0000000 --- a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.project.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "buildOptions": { - "debugType": "portable", - "platform": "AnyCPU", - "preserveCompilationContext": true - }, - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.0" - }, - "frameworks": { - "netstandard1.6": {} - } -} diff --git a/packaging/csapi-account-manager.spec b/packaging/csapi-account-manager.spec index d844193..3363fe2 100644 --- a/packaging/csapi-account-manager.spec +++ b/packaging/csapi-account-manager.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 -- 2.7.4