From: WonYoung Choi Date: Thu, 8 Jun 2017 00:22:34 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: accepted/tizen/unified/20170612.170506 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Faccepted%2Ftizen%2Funified%2F20170612.170506;p=platform%2Fcore%2Fcsapi%2Ffido-client.git Merge packaging information to csproj Change-Id: I7d052b0288375c18d895547fdbf0bde851e357fa Signed-off-by: WonYoung Choi --- 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.FidoClient/Properties/AssemblyInfo.cs b/Tizen.Account.FidoClient/Properties/AssemblyInfo.cs deleted file mode 100755 index 5b7b32b..0000000 --- a/Tizen.Account.FidoClient/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("Tizen.Account.FidoClient")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Account.FidoClient")] -[assembly: AssemblyCopyright("Copyright © 2017")] -[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("b4862bf3-9a0f-4e68-9684-c0377d7f67e2")] - -// 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.FidoClient/Tizen.Account.FidoClient.csproj b/Tizen.Account.FidoClient/Tizen.Account.FidoClient.csproj old mode 100755 new mode 100644 index 24f2de0..d01cc96 --- a/Tizen.Account.FidoClient/Tizen.Account.FidoClient.csproj +++ b/Tizen.Account.FidoClient/Tizen.Account.FidoClient.csproj @@ -1,113 +1,24 @@ - - + + - 14.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - {B4862BF3-9A0F-4E68-9684-C0377D7F67E2} - Library - Properties - Tizen.Account.FidoClient - Tizen.Account.FidoClient - 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.3 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + FIDO UAF 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.6 + True Tizen.Account.FidoClient.snk + true + - - + - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - - - $(MSBuildExtensionsPath)\Tizen - $(TizenBuildPath)\bin - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + diff --git a/Tizen.Account.FidoClient/Tizen.Account.FidoClient.nuspec b/Tizen.Account.FidoClient/Tizen.Account.FidoClient.nuspec deleted file mode 100755 index 9ff6b96..0000000 --- a/Tizen.Account.FidoClient/Tizen.Account.FidoClient.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Tizen.Account.FidoClient - $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 - FIDO UAF API for Tizen.Net - - - - - - - - diff --git a/Tizen.Account.FidoClient/Tizen.Account.FidoClient.project.json b/Tizen.Account.FidoClient/Tizen.Account.FidoClient.project.json deleted file mode 100755 index 7229437..0000000 --- a/Tizen.Account.FidoClient/Tizen.Account.FidoClient.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.3" - }, - "frameworks": { - "netstandard1.6": {} - } -} \ No newline at end of file diff --git a/packaging/csapi-account-fido-client.spec b/packaging/csapi-account-fido-client.spec index da50517..bbcb119 100755 --- a/packaging/csapi-account-fido-client.spec +++ b/packaging/csapi-account-fido-client.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