Initial update
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Badge / Tizen.Applications.Badge.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.Badge</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.Badge.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.Badge.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.Badge.cs" />\r
58     <Compile Include="Properties\AssemblyInfo.cs" />\r
59     <Compile Include="Tizen.Applications\Badge.cs" />\r
60     <Compile Include="Tizen.Applications\BadgeControl.cs" />\r
61     <Compile Include="Tizen.Applications\BadgeEventArgs.cs" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <None Include="Tizen.Applications.Badge.snk" />\r
65   </ItemGroup>\r
66   <ItemGroup>\r
67     <CodeAnalysisDictionary Include="CustomDictionary.xml" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <Reference Include="Tizen">\r
71       <HintPath>..\..\tizen\Tizen\bin\Debug\Tizen.dll</HintPath>\r
72     </Reference>\r
73     <Reference Include="Tizen.Internals">\r
74       <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>\r
75     </Reference>\r
76   </ItemGroup>\r
77   <ItemGroup>\r
78     <ProjectReference Include="..\..\tizen\Tizen.Internals\Tizen.Internals.csproj">\r
79       <Project>{b9aa1cb2-f72d-4a30-a33b-a20c850a38a0}</Project>\r
80       <Name>Tizen.Internals</Name>\r
81     </ProjectReference>\r
82     <ProjectReference Include="..\..\tizen\Tizen\Tizen.csproj">\r
83       <Project>{7659ca59-410d-41a1-9841-586e88bc78c9}</Project>\r
84       <Name>Tizen</Name>\r
85     </ProjectReference>\r
86   </ItemGroup>\r
87   <ItemGroup>\r
88     <WCFMetadata Include="Service References\" />\r
89   </ItemGroup>\r
90   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
91   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
92        Other similar extension points exist, see Microsoft.Common.targets.
93   <Target Name="BeforeBuild">
94   </Target>
95   <Target Name="AfterBuild">
96   </Target>
97   -->\r
98 </Project>