Split Tize.Applications.dll
[platform/core/csapi/tizenfx.git] / src / Tizen.Applications.Service / Tizen.Applications.Service.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     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{FF139F0E-DB10-4074-AFA1-229A7CAB54A3}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>
10     </RootNamespace>
11     <AssemblyName>Tizen.Applications.Service</AssemblyName>
12     <FileAlignment>512</FileAlignment>
13   </PropertyGroup>
14   <PropertyGroup>
15     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
16     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
17     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
18     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
19     <NoStdLib>true</NoStdLib>
20     <NoWarn>$(NoWarn);1701;1702</NoWarn>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>DEBUG;TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
40   </PropertyGroup>
41   <PropertyGroup>
42     <SignAssembly>true</SignAssembly>
43   </PropertyGroup>
44   <PropertyGroup>
45     <AssemblyOriginatorKeyFile>Tizen.Applications.Service.snk</AssemblyOriginatorKeyFile>
46   </PropertyGroup>
47   <ItemGroup>
48     <Compile Include="Interop\Interop.Libraries.cs" />
49     <Compile Include="Interop\Interop.Service.cs" />
50     <Compile Include="Properties\AssemblyInfo.cs" />
51     <Compile Include="Tizen.Applications.CoreBackend\ServiceCoreBackend.cs" />
52     <Compile Include="Tizen.Applications\ServiceApplication.cs" />
53   </ItemGroup>
54   <ItemGroup>
55     <None Include="Tizen.Applications.Service.project.json" />
56     <None Include="Tizen.Applications.Service.snk" />
57   </ItemGroup>
58   <ItemGroup>
59     <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.csproj">
60       <Project>{663c5a3d-e631-4987-aee7-f498c56a40fc}</Project>
61       <Name>Tizen.Applications.Common</Name>
62     </ProjectReference>
63   </ItemGroup>
64   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
65   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
66        Other similar extension points exist, see Microsoft.Common.targets.
67   <Target Name="BeforeBuild">
68   </Target>
69   <Target Name="AfterBuild">
70   </Target>
71   -->
72   <PropertyGroup>
73     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
74        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
75     -->
76     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
77        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
78        to prevent it from outputting a warning (MSB3644).
79     -->
80     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
81     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
82     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
83   </PropertyGroup>
84 </Project>