Initial update
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.WidgetControl / Tizen.Applications.WidgetControl.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProjectGuid>{A667ADA4-E7DB-4E45-9D31-491024750EE1}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>\r
11     </RootNamespace>\r
12     <AssemblyName>Tizen.Applications.WidgetControl</AssemblyName>\r
13     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>true</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
25     <DocumentationFile>bin\Debug\Tizen.Applications.WidgetControl.XML</DocumentationFile>\r
26     <CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>\r
27   </PropertyGroup>\r
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
29     <DebugType>pdbonly</DebugType>\r
30     <Optimize>true</Optimize>\r
31     <OutputPath>bin\Release\</OutputPath>\r
32     <DefineConstants>TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>\r
36   </PropertyGroup>\r
37   <PropertyGroup>\r
38     <SignAssembly>true</SignAssembly>\r
39   </PropertyGroup>\r
40   <PropertyGroup>\r
41     <AssemblyOriginatorKeyFile>Tizen.Applications.WidgetControl.snk</AssemblyOriginatorKeyFile>\r
42   </PropertyGroup>\r
43   <Import Project="CoreFx.References.targets" />\r
44   <ItemGroup Condition=" '$(CoreFxPath)' == '' ">\r
45     <Reference Include="System" />\r
46     <Reference Include="System.Core" />\r
47     <Reference Include="System.Xml.Linq" />\r
48     <Reference Include="System.Data.DataSetExtensions" />\r
49     <Reference Include="Microsoft.CSharp" />\r
50     <Reference Include="System.Data" />\r
51     <Reference Include="System.Net.Http" />\r
52     <Reference Include="System.Xml" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <Compile Include="GlobalSuppressions.cs" />\r
56     <Compile Include="Interop\Interop.Libraries.cs" />\r
57     <Compile Include="Interop\Interop.WidgetService.cs" />\r
58     <Compile Include="Properties\AssemblyInfo.cs" />\r
59     <Compile Include="Tizen.Applications\WidgetControl.cs" />\r
60     <Compile Include="Tizen.Applications\WidgetLifecycleEventArgs.cs" />\r
61   </ItemGroup>\r
62   <ItemGroup>\r
63     <None Include="Tizen.Applications.WidgetControl.snk" />\r
64   </ItemGroup>\r
65   <ItemGroup>\r
66     <CodeAnalysisDictionary Include="CustomDictionary.xml" />\r
67   </ItemGroup>\r
68   <ItemGroup>\r
69     <Reference Include="Tizen">\r
70       <HintPath>..\..\tizen\Tizen\bin\Debug\Tizen.dll</HintPath>\r
71     </Reference>\r
72     <Reference Include="Tizen.Internals">\r
73       <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>\r
74     </Reference>\r
75     <Reference Include="Tizen.Applications">\r
76       <HintPath>..\..\task\application\Tizen.Applications\obj\Debug\Tizen.Applications.dll</HintPath>\r
77     </Reference>\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <ProjectReference Include="..\..\tizen\Tizen.Internals\Tizen.Internals.csproj">\r
81       <Project>{b9aa1cb2-f72d-4a30-a33b-a20c850a38a0}</Project>\r
82       <Name>Tizen.Internals</Name>\r
83     </ProjectReference>\r
84     <ProjectReference Include="..\..\tizen\Tizen\Tizen.csproj">\r
85       <Project>{7659ca59-410d-41a1-9841-586e88bc78c9}</Project>\r
86       <Name>Tizen</Name>\r
87     </ProjectReference>\r
88     <ProjectReference Include="..\..\application\Tizen.Applications\Tizen.Applications.csproj">\r
89       <Project>{d2d1a3ce-000e-4ab3-81c4-a8a44a008989}</Project>\r
90       <Name>Tizen.Applications</Name>\r
91     </ProjectReference>\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <WCFMetadata Include="Service References\" />\r
95   </ItemGroup>\r
96   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
97   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98        Other similar extension points exist, see Microsoft.Common.targets.
99   <Target Name="BeforeBuild">
100   </Target>
101   <Target Name="AfterBuild">
102   </Target>
103   -->\r
104 </Project>