From: pr.jung Date: Mon, 29 May 2017 09:22:35 +0000 (+0900) Subject: Migration C# API project to VS2017 X-Git-Tag: submit/trunk/20170823.075128~81^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16ea38c0e61d5cec648a2380a99664a14a2b2b92;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Migration C# API project to VS2017 Change-Id: I4f554050fd36b4e2bd484e542dac7568d8af4389 Signed-off-by: pr.jung --- diff --git a/src/Tizen.System/Properties/AssemblyInfo.cs b/src/Tizen.System/Properties/AssemblyInfo.cs deleted file mode 100755 index 74baa7175..000000000 --- a/src/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/src/Tizen.System/Tizen.System.csproj b/src/Tizen.System/Tizen.System.csproj index 50c2754d7..91cff822e 100644 --- a/src/Tizen.System/Tizen.System.csproj +++ b/src/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/src/Tizen.System/Tizen.System.nuspec b/src/Tizen.System/Tizen.System.nuspec index 18b42d62f..ec654861f 100644 --- a/src/Tizen.System/Tizen.System.nuspec +++ b/src/Tizen.System/Tizen.System.nuspec @@ -11,10 +11,7 @@ © Samsung Electronics Co., Ltd All Rights Reserved Provide classes for Device APIs - + - - - diff --git a/src/Tizen.System/Tizen.System.project.json b/src/Tizen.System/Tizen.System.project.json deleted file mode 100644 index 55ec0932e..000000000 --- a/src/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": {} - } -}