Apply new design of Notification APIs
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.NotificationEventListener / Tizen.Applications.NotificationEventListener.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   <PropertyGroup>
4     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProductVersion>8.0.30703</ProductVersion>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{00BA79CF-5F22-48E6-8FE8-315511EBDF9E}</ProjectGuid>
10     <OutputType>Library</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <RootNamespace>Tizen.Applications.NotificationEventListener</RootNamespace>
13     <AssemblyName>Tizen.Applications.NotificationEventListener</AssemblyName>
14     <FileAlignment>512</FileAlignment>
15     <DefaultLanguage>en-US</DefaultLanguage>
16   </PropertyGroup>
17   <PropertyGroup>
18     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
19     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
20     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
21     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
22     <NoStdLib>true</NoStdLib>
23     <NoWarn>$(NoWarn);1701</NoWarn>
24     <UseVSHostingProcess>false</UseVSHostingProcess>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27     <DebugSymbols>true</DebugSymbols>
28     <DebugType>full</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Debug\</OutputPath>
31     <DefineConstants>DEBUG;TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36     <DebugType>pdbonly</DebugType>
37     <Optimize>true</Optimize>
38     <OutputPath>bin\Release\</OutputPath>
39     <DefineConstants>TRACE</DefineConstants>
40     <ErrorReport>prompt</ErrorReport>
41     <WarningLevel>4</WarningLevel>
42   </PropertyGroup>
43   <ItemGroup>
44     <None Include="Tizen.Applications.NotificationEventListener.project.json" />
45   </ItemGroup>
46   <ItemGroup>
47     <Compile Include="Interop\Interop.Libraries.cs" />
48     <Compile Include="Interop\Interop.NotificationEventListener.cs" />
49     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationDeleteEventArgs.cs" />
50     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsAccessory.cs" />
51     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsBigPictureStyle.cs" />
52     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsButtonAction.cs" />
53     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsEnumerations.cs" />
54     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsProgress.cs" />
55     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsReplyAction.cs" />
56     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsStyle.cs" />
57     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsActiveStyle.cs" />
58     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsIndicatorStyle.cs" />
59     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsLockStyle.cs" />
60     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventListenerErrorFactory.cs" />
61     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgs.cs" />
62     <Compile Include="Properties\AssemblyInfo.cs" />
63     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationListenerManager.cs" />
64     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationAccessoryArgsBinder.cs" />
65     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationButtonActionArgsBinder.cs" />
66     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationDeleteEventArgsBinder.cs" />
67     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationEventArgsBinder.cs" />
68     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationProgressArgsBinder.cs" />
69     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationReplyActionArgsBinder.cs" />
70     <Compile Include="Tizen.Applications.NotificationEventListener\NotificationStyleArgsBinder.cs" />
71   </ItemGroup>
72   <ItemGroup>
73     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj">
74       <Project>{663c5a3d-e631-4987-aee7-f498c56a40fc}</Project>
75       <Name>Tizen.Applications.Common</Name>
76     </ProjectReference>
77   </ItemGroup>
78   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80                 Other similar extension points exist, see Microsoft.Common.targets.
81         <Target Name="BeforeBuild">
82         </Target>
83         <Target Name="AfterBuild">
84         </Target>
85         -->
86   <PropertyGroup>
87     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
88                          https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
89                 -->
90     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
91                          properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
92                          to prevent it from outputting a warning (MSB3644).
93                 -->
94     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
95     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
96     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
97   </PropertyGroup>
98 </Project>