Separate privilege and key-manager dll
[platform/core/csapi/tizenfx.git] / src / Tizen.Security / Tizen.Security.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.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     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <AssemblyName>Tizen.Security</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11     <FileAlignment>512</FileAlignment>
12     <ProductVersion>10.0.0</ProductVersion>
13     <SchemaVersion>2.0</SchemaVersion>
14     <ProjectGuid>{0EA0E64F-637A-480A-8746-4ACC1B0FE022}</ProjectGuid>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>true</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25     <DocumentationFile>bin\Debug\Tizen.Security.XML</DocumentationFile>
26     <CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
27   </PropertyGroup>
28   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29     <DebugType>pdbonly</DebugType>
30     <Optimize>true</Optimize>
31     <OutputPath>bin\Release\</OutputPath>
32     <DefineConstants>TRACE</DefineConstants>
33     <ErrorReport>prompt</ErrorReport>
34     <WarningLevel>4</WarningLevel>
35   </PropertyGroup>
36   <PropertyGroup>
37     <SignAssembly>true</SignAssembly>
38   </PropertyGroup>
39   <PropertyGroup>
40     <AssemblyOriginatorKeyFile>Tizen.Security.snk</AssemblyOriginatorKeyFile>
41   </PropertyGroup>
42   <ItemGroup>
43     <Reference Include="System" />
44     <Reference Include="System.Core" />
45     <Reference Include="System.Xml.Linq" />
46     <Reference Include="System.Data.DataSetExtensions" />
47     <Reference Include="Microsoft.CSharp" />
48     <Reference Include="System.Data" />
49     <Reference Include="System.Net.Http" />
50     <Reference Include="System.Xml" />
51     <Reference Include="Tizen.Internals">
52       <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>
53     </Reference>
54     <Reference Include="Tizen">
55       <HintPath>..\..\tizen\Tizen\bin\Debug\Tizen.dll</HintPath>
56     </Reference>
57     <Reference Include="Tizen.Applications">
58       <HintPath>..\..\application\Tizen.Applications\bin\Debug\Tizen.Applications.dll</HintPath>
59     </Reference>
60   </ItemGroup>
61   <ItemGroup>
62     <Compile Include="Interop\Interop.Privilege.cs" />
63     <Compile Include="Interop\Interop.Libraries.cs" />
64     <Compile Include="Properties\AssemblyInfo.cs" />
65     <Compile Include="Tizen.Security\Privilege.cs" />
66   </ItemGroup>
67   <ItemGroup>
68     <None Include="Tizen.Security.snk" />
69   </ItemGroup>
70   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72        Other similar extension points exist, see Microsoft.Common.targets.
73   <Target Name="BeforeBuild">
74   </Target>
75   <Target Name="AfterBuild">
76   </Target>
77   -->
78 </Project>