From: Tomasz Swierczek Date: Tue, 23 May 2017 12:49:10 +0000 (+0200) Subject: Adjustment to VS 2017 X-Git-Tag: submit/tizen/20170529.075224^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7276f30dae527faa0aaef911b02ee8223ae7b3ca;p=platform%2Fcore%2Fcsapi%2Flibteec.git Adjustment to VS 2017 * changed csproj file format * removed JSON & AssemblyInfo files * added "strong name key pair" (generated on Windows with "sn -k" VS developer tool) Change-Id: I9b65732dae6b1ce4d580549901f5f74266b3407b --- diff --git a/Tizen.Security.TEEC/Properties/AssemblyInfo.cs b/Tizen.Security.TEEC/Properties/AssemblyInfo.cs deleted file mode 100644 index a3cba09..0000000 --- a/Tizen.Security.TEEC/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,27 +0,0 @@ -/* - * AssemblyInfo.cs - * - * Created on: Apr 6, 2017 - * Author: k.dynowski - */ - - -using System; -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("Tizen.Security.Libteec")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.Security.Libteec")] -[assembly: AssemblyCopyright("Copyright (c) 2017 Samsung Electronics Co., Ltd")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] - - diff --git a/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj b/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj new file mode 100755 index 0000000..b668146 --- /dev/null +++ b/Tizen.Security.TEEC/Tizen.Security.TEEC.csproj @@ -0,0 +1,13 @@ + + + netstandard1.3 + True + True + Tizen.Security.TEEC.snk + true + True + + + + + diff --git a/Tizen.Security.TEEC/Tizen.Security.TEEC.nuspec b/Tizen.Security.TEEC/Tizen.Security.TEEC.nuspec index f39d10c..fa25ce6 100755 --- a/Tizen.Security.TEEC/Tizen.Security.TEEC.nuspec +++ b/Tizen.Security.TEEC/Tizen.Security.TEEC.nuspec @@ -1,12 +1,17 @@ - - Tizen.Security.TEEC - $version$ - Tizen Developers - Security TEEC API for Tizen.Net - - - - + + Tizen.Security.TEEC + $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 + Security TEEC API for Tizen.Net + + + + diff --git a/Tizen.Security.TEEC/Tizen.Security.TEEC.sln b/Tizen.Security.TEEC/Tizen.Security.TEEC.sln new file mode 100755 index 0000000..92ea35e --- /dev/null +++ b/Tizen.Security.TEEC/Tizen.Security.TEEC.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Security.TEEC", "Tizen.Security.TEEC.csproj", "{4EE6C458-AA49-402C-89A1-5A12B54E6108}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Tizen.Security.TEEC/Tizen.Security.TEEC.snk b/Tizen.Security.TEEC/Tizen.Security.TEEC.snk new file mode 100755 index 0000000..eff1940 Binary files /dev/null and b/Tizen.Security.TEEC/Tizen.Security.TEEC.snk differ diff --git a/Tizen.Security.TEEC/libteec.csproj b/Tizen.Security.TEEC/libteec.csproj deleted file mode 100755 index b5846fc..0000000 --- a/Tizen.Security.TEEC/libteec.csproj +++ /dev/null @@ -1,85 +0,0 @@ - - - - 14.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - {2F98DAC9-6F16-457B-AED7-D43CAC379341};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - {4EE6C458-AA49-402C-89A1-5A12B54E6108} - Library - Properties - libteec - Tizen.Security.TEEC - 512 - en-US - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701 - false - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - - - - - - - - - - - diff --git a/Tizen.Security.TEEC/libteec.project.json b/Tizen.Security.TEEC/libteec.project.json deleted file mode 100755 index 521934a..0000000 --- a/Tizen.Security.TEEC/libteec.project.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0" - }, - "frameworks": { - "netstandard1.3": {} - } -} diff --git a/Tizen.Security.TEEC/libteec.sln b/Tizen.Security.TEEC/libteec.sln deleted file mode 100755 index f9208fe..0000000 --- a/Tizen.Security.TEEC/libteec.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "libteec", "libteec.csproj", "{4EE6C458-AA49-402C-89A1-5A12B54E6108}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4EE6C458-AA49-402C-89A1-5A12B54E6108}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/packaging/csapi-security-libteec.spec b/packaging/csapi-security-libteec.spec index 629bfa1..9c237a6 100755 --- a/packaging/csapi-security-libteec.spec +++ b/packaging/csapi-security-libteec.spec @@ -36,7 +36,6 @@ done %install for ASM in %{Assemblies}; do %dotnet_install $ASM -echo assembly files: %{dotnet_assembly_files} done %files