From f165ea90e4dba185af2c77b4b2b8a7c4edf6f50c Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Mon, 22 May 2017 10:26:52 +0900 Subject: [PATCH] Migration to visual studio 2017 - Replace .csproj file with new format - Remove existing unnecessary files - Fix .nuspec file Signed-off-by: Seungha Son Change-Id: I982b2c9e7d53d3ce0824b5b1688155bb97026592 --- .../Properties/AssemblyInfo.cs | 20 ----- .../Tizen.System.MediaKey.csproj | 99 +++------------------- .../Tizen.System.MediaKey.nuspec | 5 +- .../Tizen.System.MediaKey.project.json | 9 -- .../Tizen.System.MediaKey.sln | 44 +++++----- 5 files changed, 36 insertions(+), 141 deletions(-) delete mode 100755 src/Tizen.System.MediaKey/Properties/AssemblyInfo.cs delete mode 100755 src/Tizen.System.MediaKey/Tizen.System.MediaKey.project.json diff --git a/src/Tizen.System.MediaKey/Properties/AssemblyInfo.cs b/src/Tizen.System.MediaKey/Properties/AssemblyInfo.cs deleted file mode 100755 index 5f5f409..0000000 --- a/src/Tizen.System.MediaKey/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Reflection; -using System.Runtime.InteropServices; - -[assembly: AssemblyTitle("Tizen.System.MediaKey")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.System.MediaKey")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -[assembly: ComVisible(false)] -[assembly: CLSCompliant(true)] - -[assembly: Guid("7EB938F0-730E-4F0F-B97B-0CF65516EA16")] - -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj index 8905b20..3d8306f 100644 --- a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj +++ b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.csproj @@ -1,86 +1,13 @@ - - - - Debug - AnyCPU - {C620873C-5722-4439-B570-45A83AF8A405} - Library - Properties - - - Tizen.System.MediaKey - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - true - bin\Debug\ - DEBUG;TRACE - prompt - 4 - true - bin\Debug\Tizen.System.MediaKey.XML - ExtendedDesignGuidelineRules.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - true - - - true - - - Tizen.System.MediaKey.snk - - - - - - - - - - - Designer - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + + netstandard1.3 + True + True + Tizen.System.MediaKey.snk + true + True + + + + + diff --git a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec index d0e1890..fdbd938 100755 --- a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec +++ b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec @@ -11,10 +11,7 @@ © Samsung Electronics Co., Ltd All Rights Reserved Provides the MediaKey API for Tizen.Net - + - - - diff --git a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.project.json b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.project.json deleted file mode 100755 index 55ec093..0000000 --- a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.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.System.MediaKey/Tizen.System.MediaKey.sln b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.sln index a30cc99..4ef02d5 100755 --- a/src/Tizen.System.MediaKey/Tizen.System.MediaKey.sln +++ b/src/Tizen.System.MediaKey/Tizen.System.MediaKey.sln @@ -1,22 +1,22 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.System.MediaKey", "Tizen.System.MediaKey.csproj", "{A667ADA4-E7DB-4E45-9D31-491024750EE1}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A667ADA4-E7DB-4E45-9D31-491024750EE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A667ADA4-E7DB-4E45-9D31-491024750EE1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A667ADA4-E7DB-4E45-9D31-491024750EE1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A667ADA4-E7DB-4E45-9D31-491024750EE1}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26430.4 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.System.MediaKey", "Tizen.System.MediaKey.csproj", "{C620873C-5722-4439-B570-45A83AF8A405}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C620873C-5722-4439-B570-45A83AF8A405}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C620873C-5722-4439-B570-45A83AF8A405}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C620873C-5722-4439-B570-45A83AF8A405}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C620873C-5722-4439-B570-45A83AF8A405}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- 2.7.4