Revert "[TFM] Update TizenFX TFM to net6.0 (#5360)" (#5436)
[platform/core/csapi/tizenfx.git] / src / Tizen.Maps / Tizen.Maps.csproj
old mode 100755 (executable)
new mode 100644 (file)
index 9a72947..ae92048
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project Sdk="Microsoft.NET.Sdk">
+
   <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>
-  <PropertyGroup>
-    <AssemblyOriginatorKeyFile>Tizen.Maps.snk</AssemblyOriginatorKeyFile>
+    <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
+
   <ItemGroup>
-    <None Include="Tizen.Maps.project.json" />
-    <None Include="Tizen.Maps.snk" />
+    <ProjectReference Include="..\Tizen\Tizen.csproj" />
+    <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
+    <ProjectReference Include="..\ElmSharp\ElmSharp.csproj" />
   </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" />
+    <None Update="res\maps_marker_pin_48.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="res\maps_marker_pin_72.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="res\maps_marker_sticker_48.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+    <None Update="res\maps_marker_sticker_72.png">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </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>