From: h.sandeep Date: Fri, 19 May 2017 18:20:58 +0000 (+0530) Subject: [C#][Bluetooth]: Port the project files to VS2017 X-Git-Tag: accepted/tizen/unified/20170612.073941~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F94%2F130094%2F1;p=platform%2Fcore%2Fcsapi%2Fbluetooth.git [C#][Bluetooth]: Port the project files to VS2017 Change-Id: I61e25280f7c6dc2e685e92079ef96d7ccb411988 Signed-off-by: h.sandeep --- diff --git a/Tizen.Network.Bluetooth/Properties/AssemblyInfo.cs b/Tizen.Network.Bluetooth/Properties/AssemblyInfo.cs deleted file mode 100644 index 2cb05d5..0000000 --- a/Tizen.Network.Bluetooth/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.Network.Bluetooth")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Network.Bluetooth")] -[assembly: AssemblyCopyright("Copyright \u00A9 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("99a90243-7db1-4704-a078-3529c2da4e81")] - -// 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.Network.Bluetooth/Tizen.Network.Bluetooth.csproj b/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj index 7ecbbd5..ef03425 100644 --- a/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj +++ b/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.csproj @@ -1,100 +1,16 @@ - - - - Debug - AnyCPU - {3EE5842E-7004-43BC-825B-29FFDEC18D4E} - Library - Properties - Tizen.Network.Bluetooth - Tizen.Network.Bluetooth - 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 - - - Tizen.Network.Bluetooth.snk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - + + + + netstandard1.3 + True + Tizen.Network.Bluetooth.snk + true + + + + + + + + \ No newline at end of file diff --git a/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec b/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec index 936c5e8..dc2b515 100644 --- a/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec +++ b/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.nuspec @@ -14,7 +14,4 @@ - - - diff --git a/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.project.json b/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.project.json deleted file mode 100644 index a4c6be0..0000000 --- a/Tizen.Network.Bluetooth/Tizen.Network.Bluetooth.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} \ No newline at end of file