65f099639c49606c53426cc8f0e7242b878021d7
[platform/core/csapi/tizenfx.git] / src / Tizen.Maps / Tizen.Maps.Net45.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     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{2C1FEDE6-C57A-4BD8-9660-E7AA90C740E5}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>
10     </RootNamespace>
11     <AssemblyName>Tizen.Maps</AssemblyName>
12     <FileAlignment>512</FileAlignment>
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14     <TargetFrameworkProfile />
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\Net45\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\Net45\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32   </PropertyGroup>
33   <PropertyGroup>
34     <SignAssembly>true</SignAssembly>
35   </PropertyGroup>
36   <PropertyGroup>
37     <AssemblyOriginatorKeyFile>Tizen.Maps.snk</AssemblyOriginatorKeyFile>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="System" />
41     <Reference Include="System.Core" />
42     <Reference Include="System.Xml.Linq" />
43     <Reference Include="System.Data.DataSetExtensions" />
44     <Reference Include="Microsoft.CSharp" />
45     <Reference Include="System.Data" />
46     <Reference Include="System.Net.Http" />
47     <Reference Include="System.Xml" />
48   </ItemGroup>
49   <ItemGroup>
50     <Compile Include="Interop\Interop.AddressList.cs" />
51     <Compile Include="Interop\Interop.CoordinatesList.cs" />
52     <Compile Include="Interop\Interop.PlaceList.cs" />
53     <Compile Include="Interop\Interop.SafeMapsHandle.cs" />
54     <Compile Include="Interop\Interop.View.Marker.cs" />
55     <Compile Include="Interop\Interop.View.Overlay.cs" />
56     <Compile Include="Interop\Interop.View.Polygon.cs" />
57     <Compile Include="Interop\Interop.View.Polyline.cs" />
58     <Compile Include="Tizen.Maps\IGeocodePreference.cs" />
59     <Compile Include="Tizen.Maps\IPlaceSearchPreference.cs" />
60     <Compile Include="Tizen.Maps\IRouteSearchPreference.cs" />
61     <Compile Include="Tizen.Maps\MapView.cs" />
62     <Compile Include="Tizen.Maps\GestureType.cs" />
63     <Compile Include="Tizen.Maps\Overlay.cs" />
64     <Compile Include="Tizen.Maps\Polygon.cs" />
65     <Compile Include="Tizen.Maps\Polyline.cs" />
66     <Compile Include="Tizen.Maps\MapGestureEventArgs.cs" />
67     <Compile Include="Tizen.Maps\MapObject.cs" />
68     <Compile Include="Tizen.Maps\MapTypes.cs" />
69     <Compile Include="Tizen.Maps\Marker.cs" />
70     <Compile Include="Interop\Interop.Address.cs" />
71     <Compile Include="Interop\Interop.Area.cs" />
72     <Compile Include="Interop\Interop.Libraries.cs" />
73     <Compile Include="Interop\Interop.Coordinates.cs" />
74     <Compile Include="Interop\Interop.ErrorCode.cs" />
75     <Compile Include="Interop\Interop.Place.Attribute.cs" />
76     <Compile Include="Interop\Interop.Place.Category.cs" />
77     <Compile Include="Interop\Interop.Place.Contact.cs" />
78     <Compile Include="Interop\Interop.Place.cs" />
79     <Compile Include="Interop\Interop.Place.Editorial.cs" />
80     <Compile Include="Interop\Interop.Place.Filter.cs" />
81     <Compile Include="Interop\Interop.Place.Image.cs" />
82     <Compile Include="Interop\Interop.Place.Link.Object.cs" />
83     <Compile Include="Interop\Interop.Place.Media.cs" />
84     <Compile Include="Interop\Interop.Place.Rating.cs" />
85     <Compile Include="Interop\Interop.Place.Review.cs" />
86     <Compile Include="Interop\Interop.Preference.cs" />
87     <Compile Include="Interop\Interop.Route.cs" />
88     <Compile Include="Interop\Interop.Route.Maneuver.cs" />
89     <Compile Include="Interop\Interop.Route.Segment.cs" />
90     <Compile Include="Interop\Interop.Service.cs" />
91     <Compile Include="Interop\Interop.View.cs" />
92     <Compile Include="Interop\Interop.View.Event.Data.cs" />
93     <Compile Include="Interop\Interop.View.Object.cs" />
94     <Compile Include="Interop\Interop.View.Snapshot.cs" />
95     <Compile Include="Properties\AssemblyInfo.cs" />
96     <Compile Include="Tizen.Maps\PlaceAddress.cs" />
97     <Compile Include="Tizen.Maps\PlaceAddressList.cs" />
98     <Compile Include="Tizen.Maps\Area.cs" />
99     <Compile Include="Tizen.Maps\Geocoordinates.cs" />
100     <Compile Include="Tizen.Maps\GeocoordinatesList.cs" />
101     <Compile Include="Tizen.Maps\Direction.cs" />
102     <Compile Include="Tizen.Maps\DistanceUnit.cs" />
103     <Compile Include="Tizen.Maps\GeocodeRequest.cs" />
104     <Compile Include="Tizen.Maps\MapService.cs" />
105     <Compile Include="Tizen.Maps\MapServiceRequest.cs" />
106     <Compile Include="Tizen.Maps\MultiReverseGeocodeRequest.cs" />
107     <Compile Include="Tizen.Maps\Place.cs" />
108     <Compile Include="Tizen.Maps\PlaceAttribute.cs" />
109     <Compile Include="Tizen.Maps\PlaceCategory.cs" />
110     <Compile Include="Tizen.Maps\PlaceContact.cs" />
111     <Compile Include="Tizen.Maps\PlaceEditorial.cs" />
112     <Compile Include="Tizen.Maps\PlaceFilter.cs" />
113     <Compile Include="Tizen.Maps\PlaceImage.cs" />
114     <Compile Include="Tizen.Maps\PlaceLink.cs" />
115     <Compile Include="Tizen.Maps\PlaceList.cs" />
116     <Compile Include="Tizen.Maps\PlaceMedia.cs" />
117     <Compile Include="Tizen.Maps\PlaceRating.cs" />
118     <Compile Include="Tizen.Maps\PlaceSearchRequest.cs" />
119     <Compile Include="Tizen.Maps\PlaceReview.cs" />
120     <Compile Include="Tizen.Maps\ReverseGeocodeRequest.cs" />
121     <Compile Include="Tizen.Maps\Route.cs" />
122     <Compile Include="Tizen.Maps\RouteFeature.cs" />
123     <Compile Include="Tizen.Maps\RouteFeatureWeight.cs" />
124     <Compile Include="Tizen.Maps\RouteManeuver.cs" />
125     <Compile Include="Tizen.Maps\RouteOptimization.cs" />
126     <Compile Include="Tizen.Maps\RouteSearchRequest.cs" />
127     <Compile Include="Tizen.Maps\RouteSegment.cs" />
128     <Compile Include="Tizen.Maps\SearchPreference.cs" />
129     <Compile Include="Tizen.Maps\ServiceRequestType.cs" />
130     <Compile Include="Tizen.Maps\ServiceData.cs" />
131     <Compile Include="Tizen.Maps\SnapshotType.cs" />
132     <Compile Include="Tizen.Maps\TransportMode.cs" />
133     <Compile Include="Tizen.Maps\TurnInstruction.cs" />
134   </ItemGroup>
135   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
136   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137        Other similar extension points exist, see Microsoft.Common.targets.
138   <Target Name="BeforeBuild">
139   </Target>
140   <Target Name="AfterBuild">
141   </Target>
142   -->
143 </Project>