From: jomui Date: Thu, 18 May 2017 03:29:34 +0000 (+0900) Subject: fixed for Visual Studio 2017 X-Git-Tag: submit/trunk/20170823.075128~101^2~21^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f62e5b9edc0361e6e5a87771ba0604989bea7b7a;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git fixed for Visual Studio 2017 Signed-off-by: jomui Change-Id: I6e402bcada6873ad2333517b19e4b9de7a8e095b --- diff --git a/packaging/csapi-maps.spec b/packaging/csapi-maps.spec index 61f5539..f3514e0 100644 --- a/packaging/csapi-maps.spec +++ b/packaging/csapi-maps.spec @@ -1,6 +1,6 @@ Name: csapi-maps Summary: Tizen Map Service API for C# -Version: 1.0.10 +Version: 1.0.11 Release: 5 Group: Development/Libraries License: Apache-2.0 and SAMSUNG diff --git a/src/Tizen.Maps/Properties/AssemblyInfo.cs b/src/Tizen.Maps/Properties/AssemblyInfo.cs deleted file mode 100755 index 688b54f..0000000 --- a/src/Tizen.Maps/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,35 +0,0 @@ -using System.Reflection; -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.Maps")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Maps")] -[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("5c091cb5-fd77-454f-a3b8-c67163250003")] - -// 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.Maps/Tizen.Maps.csproj b/src/Tizen.Maps/Tizen.Maps.csproj index 9a72947..05810f5 100755 --- a/src/Tizen.Maps/Tizen.Maps.csproj +++ b/src/Tizen.Maps/Tizen.Maps.csproj @@ -1,161 +1,14 @@ - - - - 14.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - {5C091CB5-FD77-454F-A3B8-C67163250003} - Library - Properties - Tizen.Maps - Tizen.Maps - 512 - en-US - - - .NETStandard - v1.3 - .NETStandard,Version=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 - + + netstandard1.3 + True + True Tizen.Maps.snk + true + True - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - diff --git a/src/Tizen.Maps/Tizen.Maps.nuspec b/src/Tizen.Maps/Tizen.Maps.nuspec index add2d59..4a1feb0 100644 --- a/src/Tizen.Maps/Tizen.Maps.nuspec +++ b/src/Tizen.Maps/Tizen.Maps.nuspec @@ -11,10 +11,7 @@ © Samsung Electronics Co., Ltd All Rights Reserved Map Services API for Tizen.Net - + - - - diff --git a/src/Tizen.Maps/Tizen.Maps.project.json b/src/Tizen.Maps/Tizen.Maps.project.json deleted file mode 100755 index 5e51cb7..0000000 --- a/src/Tizen.Maps/Tizen.Maps.project.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "dependencies": { - "ElmSharp": "1.1.0-*", - "NETStandard.Library": "1.6.1", - "Tizen": "1.0.3" - }, - "frameworks": { - "netstandard1.3": {} - } -}