From cb6b0d64a7a7fe5bb898ece2e8dc3bfd158d8472 Mon Sep 17 00:00:00 2001 From: Tomasz Swierczek Date: Thu, 25 May 2017 10:54:27 +0200 Subject: [PATCH] Adjustment to VS 2017 * changed csproj file format * removed JSON & AssemblyInfo files Change-Id: I79e8adb928bd70e9f5690619c8c2a5d2fe9cff06 --- .../Properties/AssemblyInfo.cs | 34 -------- .../Tizen.Security.SecureRepository.csproj | 91 ++++---------------- .../Tizen.Security.SecureRepository.nuspec | 5 +- .../Tizen.Security.SecureRepository.project.json | 9 -- src/Tizen.Security/Properties/AssemblyInfo.cs | 34 -------- src/Tizen.Security/Tizen.Security.csproj | 92 ++++----------------- src/Tizen.Security/Tizen.Security.nuspec | 4 +- src/Tizen.Security/Tizen.Security.project.json | 10 --- src/Tizen.Security/Tizen.Security.snk | Bin 9 files changed, 31 insertions(+), 248 deletions(-) delete mode 100644 src/Tizen.Security.SecureRepository/Properties/AssemblyInfo.cs delete mode 100644 src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.project.json delete mode 100644 src/Tizen.Security/Properties/AssemblyInfo.cs mode change 100644 => 100755 src/Tizen.Security/Tizen.Security.csproj delete mode 100755 src/Tizen.Security/Tizen.Security.project.json mode change 100644 => 100755 src/Tizen.Security/Tizen.Security.snk diff --git a/src/Tizen.Security.SecureRepository/Properties/AssemblyInfo.cs b/src/Tizen.Security.SecureRepository/Properties/AssemblyInfo.cs deleted file mode 100644 index 5aca817..0000000 --- a/src/Tizen.Security.SecureRepository/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +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; -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("Tizen.Security.SecureRepository")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.Security.SecureRepository")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.csproj b/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.csproj index c71a469..31bcdda 100644 --- a/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.csproj +++ b/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.csproj @@ -1,77 +1,14 @@ - - - - Debug - AnyCPU - {3D811DEE-9FD9-4534-BD3C-A7C31C3B9EF7} - Library - Properties - Tizen.Security.SecureRepository - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - bin\Debug\Tizen.Security.SecureRepository.XML - ExtendedDesignGuidelineRules.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - Tizen.Security.SecureRepository.snk - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - + + + netstandard1.3 + True + True + Tizen.Security.SecureRepository.snk + true + True + + + + + + diff --git a/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.nuspec b/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.nuspec index 01e3d14..3b30f12 100644 --- a/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.nuspec +++ b/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.nuspec @@ -11,10 +11,7 @@ © Samsung Electronics Co., Ltd All Rights Reserved Provides the secure repository protected by Tizen platform for keys, certificates, and sensitive data of users and/or their apps. Additionally, secure cryptographic operations for non-exportable keys without revealing key values to clients are provided. - + - - - diff --git a/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.project.json b/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.project.json deleted file mode 100644 index 55ec093..0000000 --- a/src/Tizen.Security.SecureRepository/Tizen.Security.SecureRepository.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} diff --git a/src/Tizen.Security/Properties/AssemblyInfo.cs b/src/Tizen.Security/Properties/AssemblyInfo.cs deleted file mode 100644 index 41ef0bb..0000000 --- a/src/Tizen.Security/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,34 +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; -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("Tizen.Security")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.Security")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Tizen.Security/Tizen.Security.csproj b/src/Tizen.Security/Tizen.Security.csproj old mode 100644 new mode 100755 index 44e7abc..edfcc65 --- a/src/Tizen.Security/Tizen.Security.csproj +++ b/src/Tizen.Security/Tizen.Security.csproj @@ -1,77 +1,15 @@ - - - - Debug - AnyCPU - {0EA0E64F-637A-480A-8746-4ACC1B0FE022} - Library - Properties - Tizen.Security - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - bin\Debug\Tizen.Security.XML - ExtendedDesignGuidelineRules.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - Tizen.Security.snk - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + + netstandard1.3 + True + True + Tizen.Security.snk + true + True + + + + + + + diff --git a/src/Tizen.Security/Tizen.Security.nuspec b/src/Tizen.Security/Tizen.Security.nuspec index e7aabf9..3e63539 100755 --- a/src/Tizen.Security/Tizen.Security.nuspec +++ b/src/Tizen.Security/Tizen.Security.nuspec @@ -11,11 +11,9 @@ © Samsung Electronics Co., Ltd All Rights Reserved Provides the display name or description of privileges. + - - - diff --git a/src/Tizen.Security/Tizen.Security.project.json b/src/Tizen.Security/Tizen.Security.project.json deleted file mode 100755 index 416ba1f..0000000 --- a/src/Tizen.Security/Tizen.Security.project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen.Applications.Common": "1.4.2", - "Tizen.Applications.PackageManager": "1.4.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} \ No newline at end of file diff --git a/src/Tizen.Security/Tizen.Security.snk b/src/Tizen.Security/Tizen.Security.snk old mode 100644 new mode 100755 -- 2.7.4