Fix build break for message-port
[platform/core/csapi/tizenfx.git] / Tizen.Applications / Tizen.Applications.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{663C5A3D-E631-4987-AEE7-F498C56A40FC}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>
11     </RootNamespace>
12     <AssemblyName>Tizen.Applications</AssemblyName>
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
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\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <PropertyGroup>
35     <SignAssembly>true</SignAssembly>
36   </PropertyGroup>
37   <PropertyGroup>
38     <AssemblyOriginatorKeyFile>Tizen.Applications.snk</AssemblyOriginatorKeyFile>
39   </PropertyGroup>
40   <ItemGroup>
41     <Reference Include="System" />
42     <Reference Include="System.Core" />
43     <Reference Include="System.Xml.Linq" />
44     <Reference Include="System.Data.DataSetExtensions" />
45     <Reference Include="Microsoft.CSharp" />
46     <Reference Include="System.Data" />
47     <Reference Include="System.Net.Http" />
48     <Reference Include="System.Xml" />
49     <Reference Include="Tizen.Internals">
50       <HintPath>..\..\tizen\Tizen.Internals\obj\Debug\Tizen.Internals.dll</HintPath>
51     </Reference>
52   </ItemGroup>
53   <ItemGroup>
54     <Compile Include="Interop\Interop.AppCommon.cs" />
55     <Compile Include="Interop\Interop.AppControl.cs" />
56     <Compile Include="Interop\Interop.AppEvent.cs" />
57     <Compile Include="Interop\Interop.Application.cs" />
58     <Compile Include="Interop\Interop.ApplicationManager.cs" />
59     <Compile Include="Interop\Interop.Bundle.cs" />
60     <Compile Include="Interop\Interop.Glib.cs" />
61     <Compile Include="Interop\Interop.Libc.cs" />
62     <Compile Include="Interop\Interop.Libraries.cs" />
63     <Compile Include="Interop\Interop.MessagePort.cs" />
64     <Compile Include="Interop\Interop.Service.cs" />
65     <Compile Include="Properties\AssemblyInfo.cs" />
66     <Compile Include="Tizen.Applications.Manager\ApplicationState.cs" />
67     <Compile Include="Tizen.Applications.Manager\InstalledApplicationMetadataFilter.cs" />
68     <Compile Include="Tizen.Applications.MessagePort\MessagePort.cs" />
69     <Compile Include="Tizen.Applications.MessagePort\MessageReceivedEventArgs.cs" />
70     <Compile Include="Tizen.Applications.MessagePort\RemoteValues.cs" />
71     <Compile Include="Tizen.Applications\ApplicationInfo.cs" />
72     <Compile Include="Tizen.Applications\LocaleChangedEventArgs.cs" />
73     <Compile Include="Tizen.Applications\LowMemoryEventArgs.cs" />
74     <Compile Include="Tizen.Applications\LowMemoryStatus.cs" />
75     <Compile Include="Tizen.Applications\ReceivedAppControl.cs" />
76     <Compile Include="Tizen.Applications\ServiceApplication.cs" />
77     <Compile Include="Tizen.Applications\UIApplication.cs" />
78     <Compile Include="Tizen.Applications.Manager\ApplicationChangedEventArgs.cs" />
79     <Compile Include="Tizen.Applications.Manager\ApplicationManager.cs" />
80     <Compile Include="Tizen.Applications.Manager\InstalledApplicationFilter.cs" />
81     <Compile Include="Tizen.Applications.Manager\ApplicationManagerImpl.cs" />
82     <Compile Include="Tizen.Applications.Manager\InstalledApplication.cs" />
83     <Compile Include="Tizen.Applications.Manager\RunningApplication.cs" />
84     <Compile Include="Tizen.Applications\AppControl.cs" />
85     <Compile Include="Tizen.Applications\AppControlLaunchMode.cs" />
86     <Compile Include="Tizen.Applications\AppControlLaunchResult.cs" />
87     <Compile Include="Tizen.Applications\AppControlOperations.cs" />
88     <Compile Include="Tizen.Applications\AppControlReplyReceivedEventArgs.cs" />
89     <Compile Include="Tizen.Applications\Application.cs" />
90     <Compile Include="Tizen.Applications\Bundle.cs" />
91     <Compile Include="Tizen.Applications\TizenSynchronizationContext.cs" />
92   </ItemGroup>
93   <ItemGroup>
94     <None Include="Tizen.Applications.snk" />
95   </ItemGroup>
96   <ItemGroup>
97     <ProjectReference Include="..\..\tizen\Tizen\Tizen.csproj">
98       <Project>{7659ca59-410d-41a1-9841-586e88bc78c9}</Project>
99       <Name>Tizen</Name>
100     </ProjectReference>
101   </ItemGroup>
102   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104        Other similar extension points exist, see Microsoft.Common.targets.
105   <Target Name="BeforeBuild">
106   </Target>
107   <Target Name="AfterBuild">
108   </Target>
109   -->
110 </Project>