Fix design review issues
[platform/core/csapi/tizenfx.git] / src / Tizen.Maps / Tizen.Maps.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProductVersion>8.0.30703</ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{5C091CB5-FD77-454F-A3B8-C67163250003}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>Tizen.Maps</RootNamespace>
13     <AssemblyName>Tizen.Maps</AssemblyName>
14     <FileAlignment>512</FileAlignment>
15     <DefaultLanguage>en-US</DefaultLanguage>
16   </PropertyGroup>
17   <PropertyGroup>
18     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
19     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
20     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
21     <TargetFrameworkMoniker>.NETStandard,Version=v1.3</TargetFrameworkMoniker>
22     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
23     <NoStdLib>true</NoStdLib>
24     <NoWarn>$(NoWarn);1701</NoWarn>
25     <UseVSHostingProcess>false</UseVSHostingProcess>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
28     <DebugSymbols>true</DebugSymbols>
29     <DebugType>full</DebugType>
30     <Optimize>false</Optimize>
31     <OutputPath>bin\Debug\</OutputPath>
32     <DefineConstants>DEBUG;TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35   </PropertyGroup>
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37     <DebugType>pdbonly</DebugType>
38     <Optimize>true</Optimize>
39     <OutputPath>bin\Release\</OutputPath>
40     <DefineConstants>TRACE</DefineConstants>
41     <ErrorReport>prompt</ErrorReport>
42     <WarningLevel>4</WarningLevel>
43   </PropertyGroup>
44   <PropertyGroup>
45     <SignAssembly>true</SignAssembly>
46   </PropertyGroup>
47   <PropertyGroup>
48     <AssemblyOriginatorKeyFile>Tizen.Maps.snk</AssemblyOriginatorKeyFile>
49   </PropertyGroup>
50   <ItemGroup>
51     <None Include="Tizen.Maps.project.json" />
52     <None Include="Tizen.Maps.snk" />
53   </ItemGroup>
54   <ItemGroup>
55     <Compile Include="Interop\Interop.AddressList.cs" />
56     <Compile Include="Interop\Interop.CoordinatesList.cs" />
57     <Compile Include="Interop\Interop.PlaceList.cs" />
58     <Compile Include="Interop\Interop.SafeMapsHandle.cs" />
59     <Compile Include="Interop\Interop.View.Marker.cs" />
60     <Compile Include="Interop\Interop.View.Overlay.cs" />
61     <Compile Include="Interop\Interop.View.Polygon.cs" />
62     <Compile Include="Interop\Interop.View.Polyline.cs" />
63     <Compile Include="Tizen.Maps\IGeocodePreference.cs" />
64     <Compile Include="Tizen.Maps\IPlaceSearchPreference.cs" />
65     <Compile Include="Tizen.Maps\IRouteSearchPreference.cs" />
66     <Compile Include="Tizen.Maps\MapView.cs" />
67     <Compile Include="Tizen.Maps\GestureType.cs" />
68     <Compile Include="Tizen.Maps\Overlay.cs" />
69     <Compile Include="Tizen.Maps\Polygon.cs" />
70     <Compile Include="Tizen.Maps\Polyline.cs" />
71     <Compile Include="Tizen.Maps\MapGestureEventArgs.cs" />
72     <Compile Include="Tizen.Maps\MapObject.cs" />
73     <Compile Include="Tizen.Maps\MapTypes.cs" />
74     <Compile Include="Tizen.Maps\Marker.cs" />
75     <Compile Include="Interop\Interop.Address.cs" />
76     <Compile Include="Interop\Interop.Area.cs" />
77     <Compile Include="Interop\Interop.Libraries.cs" />
78     <Compile Include="Interop\Interop.Coordinates.cs" />
79     <Compile Include="Interop\Interop.ErrorCode.cs" />
80     <Compile Include="Interop\Interop.Place.Attribute.cs" />
81     <Compile Include="Interop\Interop.Place.Category.cs" />
82     <Compile Include="Interop\Interop.Place.Contact.cs" />
83     <Compile Include="Interop\Interop.Place.cs" />
84     <Compile Include="Interop\Interop.Place.Editorial.cs" />
85     <Compile Include="Interop\Interop.Place.Filter.cs" />
86     <Compile Include="Interop\Interop.Place.Image.cs" />
87     <Compile Include="Interop\Interop.Place.Link.Object.cs" />
88     <Compile Include="Interop\Interop.Place.Media.cs" />
89     <Compile Include="Interop\Interop.Place.Rating.cs" />
90     <Compile Include="Interop\Interop.Place.Review.cs" />
91     <Compile Include="Interop\Interop.Preference.cs" />
92     <Compile Include="Interop\Interop.Route.cs" />
93     <Compile Include="Interop\Interop.Route.Maneuver.cs" />
94     <Compile Include="Interop\Interop.Route.Segment.cs" />
95     <Compile Include="Interop\Interop.Service.cs" />
96     <Compile Include="Interop\Interop.View.cs" />
97     <Compile Include="Interop\Interop.View.Event.Data.cs" />
98     <Compile Include="Interop\Interop.View.Object.cs" />
99     <Compile Include="Interop\Interop.View.Snapshot.cs" />
100     <Compile Include="Properties\AssemblyInfo.cs" />
101     <Compile Include="Tizen.Maps\PlaceAddress.cs" />
102     <Compile Include="Tizen.Maps\PlaceAddressList.cs" />
103     <Compile Include="Tizen.Maps\Area.cs" />
104     <Compile Include="Tizen.Maps\Geocoordinates.cs" />
105     <Compile Include="Tizen.Maps\GeocoordinatesList.cs" />
106     <Compile Include="Tizen.Maps\Direction.cs" />
107     <Compile Include="Tizen.Maps\DistanceUnit.cs" />
108     <Compile Include="Tizen.Maps\GeocodeRequest.cs" />
109     <Compile Include="Tizen.Maps\MapService.cs" />
110     <Compile Include="Tizen.Maps\MapServiceRequest.cs" />
111     <Compile Include="Tizen.Maps\MultiReverseGeocodeRequest.cs" />
112     <Compile Include="Tizen.Maps\Place.cs" />
113     <Compile Include="Tizen.Maps\PlaceAttribute.cs" />
114     <Compile Include="Tizen.Maps\PlaceCategory.cs" />
115     <Compile Include="Tizen.Maps\PlaceContact.cs" />
116     <Compile Include="Tizen.Maps\PlaceEditorial.cs" />
117     <Compile Include="Tizen.Maps\PlaceFilter.cs" />
118     <Compile Include="Tizen.Maps\PlaceImage.cs" />
119     <Compile Include="Tizen.Maps\PlaceLink.cs" />
120     <Compile Include="Tizen.Maps\PlaceList.cs" />
121     <Compile Include="Tizen.Maps\PlaceMedia.cs" />
122     <Compile Include="Tizen.Maps\PlaceRating.cs" />
123     <Compile Include="Tizen.Maps\PlaceSearchRequest.cs" />
124     <Compile Include="Tizen.Maps\PlaceReview.cs" />
125     <Compile Include="Tizen.Maps\ReverseGeocodeRequest.cs" />
126     <Compile Include="Tizen.Maps\Route.cs" />
127     <Compile Include="Tizen.Maps\RouteFeature.cs" />
128     <Compile Include="Tizen.Maps\RouteFeatureWeight.cs" />
129     <Compile Include="Tizen.Maps\RouteManeuver.cs" />
130     <Compile Include="Tizen.Maps\RouteOptimization.cs" />
131     <Compile Include="Tizen.Maps\RouteSearchRequest.cs" />
132     <Compile Include="Tizen.Maps\RouteSegment.cs" />
133     <Compile Include="Tizen.Maps\RouteTransportMode.cs" />
134     <Compile Include="Tizen.Maps\SearchPreference.cs" />
135     <Compile Include="Tizen.Maps\ServiceRequestType.cs" />
136     <Compile Include="Tizen.Maps\ServiceData.cs" />
137     <Compile Include="Tizen.Maps\SnapshotType.cs" />
138     <Compile Include="Tizen.Maps\TurnInstruction.cs" />
139   </ItemGroup>
140   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142         Other similar extension points exist, see Microsoft.Common.targets.
143     <Target Name="BeforeBuild">
144     </Target>
145     <Target Name="AfterBuild">
146     </Target>
147     -->
148   <PropertyGroup>
149     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
150              https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
151         -->
152     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
153              properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
154              to prevent it from outputting a warning (MSB3644).
155         -->
156     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
157     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
158     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
159   </PropertyGroup>
160 </Project>