From 06314f240bb78365b4090b1accf00adb2c55acca Mon Sep 17 00:00:00 2001 From: sinikang Date: Wed, 24 May 2017 17:17:54 +0900 Subject: [PATCH] Migration to Visual Studio 2017 Change-Id: Iff4c24f858fa5825df592b23a2dbc4545bd85064 --- Tizen.Telephony/Properties/AssemblyInfo.cs | 52 --------------- Tizen.Telephony/Tizen.Telephony.csproj | 98 +++------------------------- Tizen.Telephony/Tizen.Telephony.nuspec | 3 - Tizen.Telephony/Tizen.Telephony.project.json | 9 --- packaging/csapi-telephony.spec | 2 +- 5 files changed, 11 insertions(+), 153 deletions(-) delete mode 100644 Tizen.Telephony/Properties/AssemblyInfo.cs delete mode 100755 Tizen.Telephony/Tizen.Telephony.project.json diff --git a/Tizen.Telephony/Properties/AssemblyInfo.cs b/Tizen.Telephony/Properties/AssemblyInfo.cs deleted file mode 100644 index 291ce59..0000000 --- a/Tizen.Telephony/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,52 +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; -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.Telephony")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Telephony")] -[assembly: AssemblyCopyright("Copyright © 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("14de7904-cb96-44a5-a43f-593718aaa46b")] - -// 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.Telephony/Tizen.Telephony.csproj b/Tizen.Telephony/Tizen.Telephony.csproj index 494797f..33e0f6c 100755 --- a/Tizen.Telephony/Tizen.Telephony.csproj +++ b/Tizen.Telephony/Tizen.Telephony.csproj @@ -1,94 +1,16 @@ - - - - Debug - AnyCPU - {14DE7904-CB96-44A5-A43F-593718AAA46B} - Library - Properties - Tizen.Telephony - Tizen.Telephony - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - + + + netstandard1.3 + True + True Tizen.Telephony.snk + true + True + - - - - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - + \ No newline at end of file diff --git a/Tizen.Telephony/Tizen.Telephony.nuspec b/Tizen.Telephony/Tizen.Telephony.nuspec index 8a8fc75..015c0ff 100644 --- a/Tizen.Telephony/Tizen.Telephony.nuspec +++ b/Tizen.Telephony/Tizen.Telephony.nuspec @@ -14,7 +14,4 @@ - - - diff --git a/Tizen.Telephony/Tizen.Telephony.project.json b/Tizen.Telephony/Tizen.Telephony.project.json deleted file mode 100755 index db7436c..0000000 --- a/Tizen.Telephony/Tizen.Telephony.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.1" - }, - "frameworks": { - "netstandard1.3": {} - } -} diff --git a/packaging/csapi-telephony.spec b/packaging/csapi-telephony.spec index 37c525a..56f48af 100644 --- a/packaging/csapi-telephony.spec +++ b/packaging/csapi-telephony.spec @@ -1,6 +1,6 @@ Name: csapi-telephony Summary: Tizen Telephony API for C# -Version: 1.0.9 +Version: 1.0.10 Release: 1 Group: Development/Libraries License: Apache-2.0 -- 2.7.4