From eece3d6c40b69ba0101f01e3ad0ddab85cca0d11 Mon Sep 17 00:00:00 2001 From: Kyeonghun Lee Date: Mon, 22 May 2017 16:27:51 +0900 Subject: [PATCH] Migration to Visual Studio 2017 Change-Id: Ie781b26b766f301c4304a0d94e70455499a4cc16 Signed-off-by: Kyeonghun Lee --- src/Tizen.Messaging/Properties/AssemblyInfo.cs | 36 ------- src/Tizen.Messaging/Tizen.Messaging.csproj | 115 +++-------------------- src/Tizen.Messaging/Tizen.Messaging.nuspec | 3 - src/Tizen.Messaging/Tizen.Messaging.project.json | 10 -- 4 files changed, 14 insertions(+), 150 deletions(-) delete mode 100755 src/Tizen.Messaging/Properties/AssemblyInfo.cs delete mode 100755 src/Tizen.Messaging/Tizen.Messaging.project.json diff --git a/src/Tizen.Messaging/Properties/AssemblyInfo.cs b/src/Tizen.Messaging/Properties/AssemblyInfo.cs deleted file mode 100755 index e5d98c4..0000000 --- a/src/Tizen.Messaging/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.Messaging")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Samsung Electronics")] -[assembly: AssemblyProduct("Tizen.Messaging")] -[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("1f097c95-dedf-47f2-bc90-eef737fee686")] - -// 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.Messaging/Tizen.Messaging.csproj b/src/Tizen.Messaging/Tizen.Messaging.csproj index 338e60c..73bb584 100755 --- a/src/Tizen.Messaging/Tizen.Messaging.csproj +++ b/src/Tizen.Messaging/Tizen.Messaging.csproj @@ -1,101 +1,14 @@ - - - - 14.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - {1F097C95-DEDF-47F2-BC90-EEF737FEE686} - Library - Properties - Tizen.Messaging - Tizen.Messaging - 512 - en-US - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701 - false - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - Tizen.Messaging.snk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + + netstandard1.3 + True + True + Tizen.Messaging.snk + true + True + + + + + + diff --git a/src/Tizen.Messaging/Tizen.Messaging.nuspec b/src/Tizen.Messaging/Tizen.Messaging.nuspec index ec17c57..4791d2b 100644 --- a/src/Tizen.Messaging/Tizen.Messaging.nuspec +++ b/src/Tizen.Messaging/Tizen.Messaging.nuspec @@ -15,7 +15,4 @@ - - - diff --git a/src/Tizen.Messaging/Tizen.Messaging.project.json b/src/Tizen.Messaging/Tizen.Messaging.project.json deleted file mode 100755 index c11bf8b..0000000 --- a/src/Tizen.Messaging/Tizen.Messaging.project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.3", - "Tizen.System.Information": "1.0.3" - }, - "frameworks": { - "netstandard1.3": {} - } -} \ No newline at end of file -- 2.7.4