From: kibak.yoon Date: Thu, 18 May 2017 00:57:34 +0000 (+0900) Subject: sensor: csapi: change project files for visual studio 2017 X-Git-Tag: submit/trunk/20170823.075128~86^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b18d6d9b7695ae849e7cdd26a1c845326c737b1;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git sensor: csapi: change project files for visual studio 2017 Change-Id: I3dc91e30014bf81ca933c6cf9eb9b797a10a6ad6 Signed-off-by: kibak.yoon --- diff --git a/src/Tizen.Sensor/Properties/AssemblyInfo.cs b/src/Tizen.Sensor/Properties/AssemblyInfo.cs deleted file mode 100644 index ae84e64..0000000 --- a/src/Tizen.Sensor/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,43 +0,0 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * Licensed under the Apache License, Version 2.0 (the License); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System.Reflection; -using System.Runtime.CompilerServices; - -// Information about this assembly is defined by the following attributes. -// Change them to the values specific to your project. - -[assembly: AssemblyTitle("Tizen.Sensor")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.Sensor")] -[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". -// The form "{Major}.{Minor}.*" will automatically update the build and revision, -// and "{Major}.{Minor}.{Build}.*" will update just the revision. - -[assembly: AssemblyVersion("1.0.0.0")] - -// The following attributes are used to specify the signing key for the assembly, -// if desired. See the Mono documentation for more information about signing. - -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] - diff --git a/src/Tizen.Sensor/Tizen.Sensor.csproj b/src/Tizen.Sensor/Tizen.Sensor.csproj index a08d010..b9346ee 100644 --- a/src/Tizen.Sensor/Tizen.Sensor.csproj +++ b/src/Tizen.Sensor/Tizen.Sensor.csproj @@ -1,137 +1,15 @@ - - - - Debug - AnyCPU - {CB655C6A-F73B-448E-913C-CA4DCBC5E401} - Library - Properties - Tizen.Sensor - Tizen.Sensor - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - false - - - true - - - Tizen.Sensor.snk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - + + + netstandard1.3 + True + True + Tizen.Sensor.snk + true + True + + + + + + + diff --git a/src/Tizen.Sensor/Tizen.Sensor.nuspec b/src/Tizen.Sensor/Tizen.Sensor.nuspec old mode 100644 new mode 100755 index 1f9dfe6..7dce069 --- a/src/Tizen.Sensor/Tizen.Sensor.nuspec +++ b/src/Tizen.Sensor/Tizen.Sensor.nuspec @@ -11,11 +11,8 @@ © Samsung Electronics Co., Ltd All Rights Reserved Provides the classes to control and get data from the sensors supported by the device. - + - - - diff --git a/src/Tizen.Sensor/Tizen.Sensor.project.json b/src/Tizen.Sensor/Tizen.Sensor.project.json deleted file mode 100644 index be554ab..0000000 --- a/src/Tizen.Sensor/Tizen.Sensor.project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2", - "Tizen.System.Information": "1.0.1" - }, - "frameworks": { - "netstandard1.3": {} - } -}