Refactor Lifecycles
[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   </ItemGroup>
50   <ItemGroup>
51     <Compile Include="Interop\Interop.AppControl.cs" />
52     <Compile Include="Interop\Interop.Application.cs" />
53     <Compile Include="Interop\Interop.Aul.cs" />
54     <Compile Include="Interop\Interop.Bundle.cs" />
55     <Compile Include="Interop\Interop.Glib.cs" />
56     <Compile Include="Interop\Interop.Libraries.cs" />
57     <Compile Include="Interop\Interop.Window.cs" />
58     <Compile Include="Properties\AssemblyInfo.cs" />
59     <Compile Include="Tizen.Applications\Context.cs" />
60     <Compile Include="Tizen.Applications\UIController.cs" />
61     <Compile Include="Tizen.Applications\AppControl.cs" />
62     <Compile Include="Tizen.Applications\AppControlFilter.cs" />
63     <Compile Include="Tizen.Applications\Application.cs" />
64     <Compile Include="Tizen.Applications\Bundle.cs" />
65     <Compile Include="Tizen.Applications\Controller.cs" />
66     <Compile Include="Tizen.Applications\ServiceController.cs" />
67     <Compile Include="Tizen.UI\IUIContext.cs" />
68     <Compile Include="Tizen.UI\Page.cs" />
69     <Compile Include="Tizen.UI\Window.cs" />
70     <Compile Include="Tizen.Applications\TizenSynchronizationContext.cs" />
71   </ItemGroup>
72   <ItemGroup>
73     <None Include="Tizen.Applications.snk" />
74   </ItemGroup>
75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77        Other similar extension points exist, see Microsoft.Common.targets.
78   <Target Name="BeforeBuild">
79   </Target>
80   <Target Name="AfterBuild">
81   </Target>
82   -->
83 </Project>