From be1cb66ccdae9dd632a7d3f2816e404839653b2d Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 17 May 2017 17:07:37 +0900 Subject: [PATCH] Migration to VS 2017 Change-Id: I1ce344bb53a39f134af44df1df37b015dfed94b4 Signed-off-by: Minje Ahn --- .../Properties/AssemblyInfo.cs | 36 ------- .../Tizen.Content.MediaContent.csproj | 116 ++------------------- .../Tizen.Content.MediaContent.project.json | 10 -- 3 files changed, 11 insertions(+), 151 deletions(-) delete mode 100644 src/Tizen.Content.MediaContent/Properties/AssemblyInfo.cs delete mode 100755 src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.project.json diff --git a/src/Tizen.Content.MediaContent/Properties/AssemblyInfo.cs b/src/Tizen.Content.MediaContent/Properties/AssemblyInfo.cs deleted file mode 100644 index b740a0a..0000000 --- a/src/Tizen.Content.MediaContent/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.Content")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Content")] -[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("61334a1f-008b-44b5-afcd-063a3e063d45")] - -// 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.Content.MediaContent/Tizen.Content.MediaContent.csproj b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj index 568825c..b02a187 100755 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj +++ b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.csproj @@ -1,111 +1,17 @@ - - - - Debug - AnyCPU - {A106C68E-0E2F-4A1F-9E87-113DC4F78787} - Library - Properties - Tizen.Content - Tizen.Content.MediaContent - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - + + + netstandard1.3 + True + True Tizen.Content.MediaContent.snk + true + True + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Designer - - - + - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - + + diff --git a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.project.json b/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.project.json deleted file mode 100755 index 723806d..0000000 --- a/src/Tizen.Content.MediaContent/Tizen.Content.MediaContent.project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "System.Threading.Thread": "4.0.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} -- 2.7.4