From def7f93da464795ef4e439a03df46577574cce0b Mon Sep 17 00:00:00 2001 From: "pr.jung" Date: Mon, 29 May 2017 18:22:35 +0900 Subject: [PATCH] Migration C# API project to VS2017 Change-Id: I4f554050fd36b4e2bd484e542dac7568d8af4389 Signed-off-by: pr.jung --- Tizen.System/Properties/AssemblyInfo.cs | 37 ---------- Tizen.System/Tizen.System.csproj | 98 ++++--------------------- Tizen.System/Tizen.System.nuspec | 5 +- Tizen.System/Tizen.System.project.json | 9 --- 4 files changed, 17 insertions(+), 132 deletions(-) delete mode 100755 Tizen.System/Properties/AssemblyInfo.cs delete mode 100644 Tizen.System/Tizen.System.project.json diff --git a/Tizen.System/Properties/AssemblyInfo.cs b/Tizen.System/Properties/AssemblyInfo.cs deleted file mode 100755 index 74baa71..0000000 --- a/Tizen.System/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,37 +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.System")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.System")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")] -[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("a5c7ab61-87f1-4707-bbf4-322d682e223e")] - -// 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/Tizen.System/Tizen.System.csproj b/Tizen.System/Tizen.System.csproj index 50c2754..91cff82 100644 --- a/Tizen.System/Tizen.System.csproj +++ b/Tizen.System/Tizen.System.csproj @@ -1,82 +1,16 @@ - - - - Debug - AnyCPU - {A5C7AB61-87F1-4707-BBF4-322D682E223E} - Library - Properties - Tizen.System - Tizen.System - 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 - - - Tizen.System.snk - - - - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - + + + + netstandard1.3 + True + True + Tizen.System.snk + true + True + + + + + + + diff --git a/Tizen.System/Tizen.System.nuspec b/Tizen.System/Tizen.System.nuspec index 18b42d6..ec65486 100644 --- a/Tizen.System/Tizen.System.nuspec +++ b/Tizen.System/Tizen.System.nuspec @@ -11,10 +11,7 @@ © Samsung Electronics Co., Ltd All Rights Reserved Provide classes for Device APIs - + - - - diff --git a/Tizen.System/Tizen.System.project.json b/Tizen.System/Tizen.System.project.json deleted file mode 100644 index 55ec093..0000000 --- a/Tizen.System/Tizen.System.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} -- 2.34.1