From d076a41c9e1f7ee5436b9d90d2982a5950d87e49 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 8 Jun 2017 09:46:04 +0900 Subject: [PATCH] Merge packaging information to csproj Change-Id: I9b06c0edf46beaa504a88250816d362d177e1b14 Signed-off-by: WonYoung Choi --- .gitignore | 7 ++ packaging/csapi-network-smartcard.spec | 2 +- .../Properties/AssemblyInfo.cs | 36 ------- .../Tizen.Network.Smartcard.csproj | 110 +++++---------------- .../Tizen.Network.Smartcard.nuspec | 20 ---- .../Tizen.Network.Smartcard.project.json | 9 -- .../Tizen.Network.Smartcard.sln | 14 +-- 7 files changed, 40 insertions(+), 158 deletions(-) create mode 100644 .gitignore delete mode 100644 src/Tizen.Network.Smartcard/Properties/AssemblyInfo.cs delete mode 100644 src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.nuspec delete mode 100644 src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.project.json mode change 100755 => 100644 src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.sln 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/packaging/csapi-network-smartcard.spec b/packaging/csapi-network-smartcard.spec index b2278da..7667517 100644 --- a/packaging/csapi-network-smartcard.spec +++ b/packaging/csapi-network-smartcard.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 diff --git a/src/Tizen.Network.Smartcard/Properties/AssemblyInfo.cs b/src/Tizen.Network.Smartcard/Properties/AssemblyInfo.cs deleted file mode 100644 index 8833675..0000000 --- a/src/Tizen.Network.Smartcard/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.Network.Smartcard")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Network.Smartcard")] -[assembly: AssemblyCopyright("Copyright \u00A9 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("99a90243-7db1-4704-a078-3529c2da4e81")] - -// 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/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.csproj b/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.csproj index ed0c2db..ce0f1e0 100644 --- a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.csproj +++ b/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.csproj @@ -1,85 +1,25 @@ - - - - Debug - AnyCPU - {3EE5842E-7004-43BC-825B-29FFDEC18D4E} - Library - Properties - Tizen.Network.Smartcard - Tizen.Network.Smartcard - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - - - Tizen.Network.Smartcard.snk - - - - - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + + + 1.0.5 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the Smartcard 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.Network.Smartcard.snk + true + + + + + + + diff --git a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.nuspec b/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.nuspec deleted file mode 100644 index 7fec17b..0000000 --- a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Tizen.Network.Smartcard - $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 - Provides the Smartcard API for Tizen.Net - - - - - - - - diff --git a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.project.json b/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.project.json deleted file mode 100644 index a4c6be0..0000000 --- a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} \ No newline at end of file diff --git a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.sln b/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.sln old mode 100755 new mode 100644 index 6f061da..5dd26ef --- a/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.sln +++ b/src/Tizen.Network.Smartcard/Tizen.Network.Smartcard.sln @@ -1,9 +1,9 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.12 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Network.Smartcard", "Tizen.Network.Smartcard.csproj", "{3EE5842E-7004-43BC-825B-29FFDEC18D4E}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tizen.Network.Smartcard", "Tizen.Network.Smartcard.csproj", "{289EA0B1-5E0D-413F-B09C-70CDCB1143B0}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -11,10 +11,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {3EE5842E-7004-43BC-825B-29FFDEC18D4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3EE5842E-7004-43BC-825B-29FFDEC18D4E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3EE5842E-7004-43BC-825B-29FFDEC18D4E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3EE5842E-7004-43BC-825B-29FFDEC18D4E}.Release|Any CPU.Build.0 = Release|Any CPU + {289EA0B1-5E0D-413F-B09C-70CDCB1143B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {289EA0B1-5E0D-413F-B09C-70CDCB1143B0}.Debug|Any CPU.Build.0 = Debug|Any CPU + {289EA0B1-5E0D-413F-B09C-70CDCB1143B0}.Release|Any CPU.ActiveCfg = Release|Any CPU + {289EA0B1-5E0D-413F-B09C-70CDCB1143B0}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE -- 2.7.4