Add Simple Window implements
[platform/core/csapi/tizenfx.git] / Tizen.Application / Tizen.Application.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   <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>Tizen.Application</RootNamespace>
11     <AssemblyName>Tizen.Application</AssemblyName>
12     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugSymbols>true</DebugSymbols>
17     <DebugType>full</DebugType>
18     <Optimize>false</Optimize>
19     <OutputPath>bin\Debug\</OutputPath>
20     <DefineConstants>DEBUG;TRACE</DefineConstants>
21     <ErrorReport>prompt</ErrorReport>
22     <WarningLevel>4</WarningLevel>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <Optimize>true</Optimize>
27     <OutputPath>bin\Release\</OutputPath>
28     <DefineConstants>TRACE</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31   </PropertyGroup>
32   <PropertyGroup>
33     <SignAssembly>true</SignAssembly>
34   </PropertyGroup>
35   <PropertyGroup>
36     <AssemblyOriginatorKeyFile>Tizen.Application.snk</AssemblyOriginatorKeyFile>
37   </PropertyGroup>
38   <ItemGroup>
39     <Reference Include="System" />
40     <Reference Include="System.Core" />
41     <Reference Include="System.Xml.Linq" />
42     <Reference Include="System.Data.DataSetExtensions" />
43     <Reference Include="Microsoft.CSharp" />
44     <Reference Include="System.Data" />
45     <Reference Include="System.Net.Http" />
46     <Reference Include="System.Xml" />
47   </ItemGroup>
48   <ItemGroup>
49     <Compile Include="Interop\Interop.AppControl.cs" />
50     <Compile Include="Interop\Interop.Application.cs" />
51     <Compile Include="Interop\Interop.Aul.cs" />
52     <Compile Include="Interop\Interop.Glib.cs" />
53     <Compile Include="Interop\Interop.Libraries.cs" />
54     <Compile Include="Interop\Interop.Window.cs" />
55     <Compile Include="Properties\AssemblyInfo.cs" />
56     <Compile Include="Tizen.Application\Actor.cs" />
57     <Compile Include="Tizen.Application\AppControl.cs" />
58     <Compile Include="Tizen.Application\AppControlFilter.cs" />
59     <Compile Include="Tizen.Application\Application.cs" />
60     <Compile Include="Tizen.Application\ApplicationContext.cs" />
61     <Compile Include="Tizen.Application\CodeExample.cs" />
62     <Compile Include="Tizen.Application\Page.cs" />
63     <Compile Include="Tizen.Application\Window.cs" />
64     <Compile Include="Tizen.Application\TizenSynchronizationContext.cs" />
65   </ItemGroup>
66   <ItemGroup>
67     <None Include="Tizen.Application.snk" />
68   </ItemGroup>
69   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
71        Other similar extension points exist, see Microsoft.Common.targets.
72   <Target Name="BeforeBuild">
73   </Target>
74   <Target Name="AfterBuild">
75   </Target>
76   -->
77 </Project>