summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjomui <jongmun.woo@samsung.com>2017-05-18 12:29:34 +0900
committerjomui <jongmun.woo@samsung.com>2017-05-18 12:29:52 +0900
commitee4c72828f0d27e370a5e21096fab8c0b358ca48 (patch)
treed2293c76fae4c1f7a05b46936698060c861ae439
parent960798f4c3623f965e326940e332a29455ed9f0c (diff)
downloadmaps-ee4c72828f0d27e370a5e21096fab8c0b358ca48.tar.gz
maps-ee4c72828f0d27e370a5e21096fab8c0b358ca48.tar.bz2
maps-ee4c72828f0d27e370a5e21096fab8c0b358ca48.zip
fixed for Visual Studio 2017
Signed-off-by: jomui <jongmun.woo@samsung.com> Change-Id: I6e402bcada6873ad2333517b19e4b9de7a8e095b
-rwxr-xr-xTizen.Maps/Properties/AssemblyInfo.cs35
-rwxr-xr-xTizen.Maps/Tizen.Maps.csproj163
-rw-r--r--Tizen.Maps/Tizen.Maps.nuspec5
-rwxr-xr-xTizen.Maps/Tizen.Maps.project.json10
-rw-r--r--packaging/csapi-maps.spec2
5 files changed, 10 insertions, 205 deletions
diff --git a/Tizen.Maps/Properties/AssemblyInfo.cs b/Tizen.Maps/Properties/AssemblyInfo.cs
deleted file mode 100755
index 688b54f..0000000
--- a/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/Tizen.Maps/Tizen.Maps.csproj b/Tizen.Maps/Tizen.Maps.csproj
index 9a72947..05810f5 100755
--- a/Tizen.Maps/Tizen.Maps.csproj
+++ b/Tizen.Maps/Tizen.Maps.csproj
@@ -1,161 +1,14 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{5C091CB5-FD77-454F-A3B8-C67163250003}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Tizen.Maps</RootNamespace>
- <AssemblyName>Tizen.Maps</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <DefaultLanguage>en-US</DefaultLanguage>
- </PropertyGroup>
- <PropertyGroup>
- <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
- <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
- <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
- <TargetFrameworkMoniker>.NETStandard,Version=v1.3</TargetFrameworkMoniker>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- <NoStdLib>true</NoStdLib>
- <NoWarn>$(NoWarn);1701</NoWarn>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
+<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
+ <TargetFramework>netstandard1.3</TargetFramework>
+ <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+ <SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>Tizen.Maps.snk</AssemblyOriginatorKeyFile>
+ <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
+ <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
</PropertyGroup>
<ItemGroup>
- <None Include="Tizen.Maps.project.json" />
- <None Include="Tizen.Maps.snk" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Interop\Interop.Address.cs" />
- <Compile Include="Interop\Interop.AddressList.cs" />
- <Compile Include="Interop\Interop.Area.cs" />
- <Compile Include="Interop\Interop.Coordinates.cs" />
- <Compile Include="Interop\Interop.CoordinatesList.cs" />
- <Compile Include="Interop\Interop.ErrorCode.cs" />
- <Compile Include="Interop\Interop.Libraries.cs" />
- <Compile Include="Interop\Interop.PlaceList.cs" />
- <Compile Include="Interop\Interop.Place.cs" />
- <Compile Include="Interop\Interop.Place.Attribute.cs" />
- <Compile Include="Interop\Interop.Place.Category.cs" />
- <Compile Include="Interop\Interop.Place.Contact.cs" />
- <Compile Include="Interop\Interop.Place.Editorial.cs" />
- <Compile Include="Interop\Interop.Place.Filter.cs" />
- <Compile Include="Interop\Interop.Place.Image.cs" />
- <Compile Include="Interop\Interop.Place.Link.Object.cs" />
- <Compile Include="Interop\Interop.Place.Media.cs" />
- <Compile Include="Interop\Interop.Place.Rating.cs" />
- <Compile Include="Interop\Interop.Place.Review.cs" />
- <Compile Include="Interop\Interop.Preference.cs" />
- <Compile Include="Interop\Interop.Route.cs" />
- <Compile Include="Interop\Interop.Route.Maneuver.cs" />
- <Compile Include="Interop\Interop.Route.Segment.cs" />
- <Compile Include="Interop\Interop.SafeMapsHandle.cs" />
- <Compile Include="Interop\Interop.Service.cs" />
- <Compile Include="Interop\Interop.View.cs" />
- <Compile Include="Interop\Interop.View.Event.Data.cs" />
- <Compile Include="Interop\Interop.View.Marker.cs" />
- <Compile Include="Interop\Interop.View.Object.cs" />
- <Compile Include="Interop\Interop.View.Overlay.cs" />
- <Compile Include="Interop\Interop.View.Polygon.cs" />
- <Compile Include="Interop\Interop.View.Polyline.cs" />
- <Compile Include="Interop\Interop.View.Snapshot.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Tizen.Maps\Area.cs" />
- <Compile Include="Tizen.Maps\Direction.cs" />
- <Compile Include="Tizen.Maps\DistanceUnit.cs" />
- <Compile Include="Tizen.Maps\Geocoordinates.cs" />
- <Compile Include="Tizen.Maps\GeocoordinatesList.cs" />
- <Compile Include="Tizen.Maps\GeocodeRequest.cs" />
- <Compile Include="Tizen.Maps\GestureType.cs" />
- <Compile Include="Tizen.Maps\IGeocodePreference.cs" />
- <Compile Include="Tizen.Maps\IPlaceSearchPreference.cs" />
- <Compile Include="Tizen.Maps\IRouteSearchPreference.cs" />
- <Compile Include="Tizen.Maps\Log.cs" />
- <Compile Include="Tizen.Maps\MapGestureEventArgs.cs" />
- <Compile Include="Tizen.Maps\MapObject.cs" />
- <Compile Include="Tizen.Maps\MapService.cs" />
- <Compile Include="Tizen.Maps\MapServiceRequest.cs" />
- <Compile Include="Tizen.Maps\MapTypes.cs" />
- <Compile Include="Tizen.Maps\MapView.cs" />
- <Compile Include="Tizen.Maps\Marker.cs" />
- <Compile Include="Tizen.Maps\MultiReverseGeocodeRequest.cs" />
- <Compile Include="Tizen.Maps\Overlay.cs" />
- <Compile Include="Tizen.Maps\Place.cs" />
- <Compile Include="Tizen.Maps\PlaceAddress.cs" />
- <Compile Include="Tizen.Maps\PlaceAddressList.cs" />
- <Compile Include="Tizen.Maps\PlaceAttribute.cs" />
- <Compile Include="Tizen.Maps\PlaceCategory.cs" />
- <Compile Include="Tizen.Maps\PlaceContact.cs" />
- <Compile Include="Tizen.Maps\PlaceEditorial.cs" />
- <Compile Include="Tizen.Maps\PlaceFilter.cs" />
- <Compile Include="Tizen.Maps\PlaceImage.cs" />
- <Compile Include="Tizen.Maps\PlaceLink.cs" />
- <Compile Include="Tizen.Maps\PlaceList.cs" />
- <Compile Include="Tizen.Maps\PlaceMedia.cs" />
- <Compile Include="Tizen.Maps\PlaceRating.cs" />
- <Compile Include="Tizen.Maps\PlaceReview.cs" />
- <Compile Include="Tizen.Maps\PlaceSearchRequest.cs" />
- <Compile Include="Tizen.Maps\Polygon.cs" />
- <Compile Include="Tizen.Maps\Polyline.cs" />
- <Compile Include="Tizen.Maps\ReverseGeocodeRequest.cs" />
- <Compile Include="Tizen.Maps\Route.cs" />
- <Compile Include="Tizen.Maps\RouteFeature.cs" />
- <Compile Include="Tizen.Maps\RouteFeatureWeight.cs" />
- <Compile Include="Tizen.Maps\RouteManeuver.cs" />
- <Compile Include="Tizen.Maps\RouteOptimization.cs" />
- <Compile Include="Tizen.Maps\RouteSearchRequest.cs" />
- <Compile Include="Tizen.Maps\RouteSegment.cs" />
- <Compile Include="Tizen.Maps\SearchPreference.cs" />
- <Compile Include="Tizen.Maps\ServiceRequestType.cs" />
- <Compile Include="Tizen.Maps\ServiceData.cs" />
- <Compile Include="Tizen.Maps\SnapshotType.cs" />
- <Compile Include="Tizen.Maps\TransportMode.cs" />
- <Compile Include="Tizen.Maps\TurnInstruction.cs" />
+ <PackageReference Include="Tizen" Version="1.0.5" />
+ <PackageReference Include="ElmSharp" Version="1.1.0" />
</ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <PropertyGroup>
- <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
- https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
- -->
- <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
- properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
- to prevent it from outputting a warning (MSB3644).
- -->
- <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
- <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
- <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
- </PropertyGroup>
</Project>
diff --git a/Tizen.Maps/Tizen.Maps.nuspec b/Tizen.Maps/Tizen.Maps.nuspec
index add2d59..4a1feb0 100644
--- a/Tizen.Maps/Tizen.Maps.nuspec
+++ b/Tizen.Maps/Tizen.Maps.nuspec
@@ -11,10 +11,7 @@
<copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
<description>Map Services API for Tizen.Net</description>
<dependencies>
- <dependency id="Tizen" version="1.0.2" />
+ <dependency id="Tizen" version="1.0.5" />
</dependencies>
</metadata>
- <files>
- <file src="bin/$Configuration$/Tizen.Maps.dll" target="lib/netstandard1.3"/>
- </files>
</package>
diff --git a/Tizen.Maps/Tizen.Maps.project.json b/Tizen.Maps/Tizen.Maps.project.json
deleted file mode 100755
index 5e51cb7..0000000
--- a/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": {}
- }
-}
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