Adding system-settings module
[platform/core/csapi/tizenfx.git] / src / Tizen.System / Tizen.System.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     <ProjectGuid>{A5C7AB61-87F1-4707-BBF4-322D682E223E}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Tizen.System</RootNamespace>
11     <AssemblyName>Tizen.System</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <TargetFrameworkProfile />
15     <ProductVersion>8.0.30703</ProductVersion>
16     <SchemaVersion>2.0</SchemaVersion>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <PropertyGroup>
36     <SignAssembly>true</SignAssembly>
37   </PropertyGroup>
38   <PropertyGroup>
39     <AssemblyOriginatorKeyFile>Tizen.System.snk</AssemblyOriginatorKeyFile>
40   </PropertyGroup>
41   <ItemGroup>
42     <Reference Include="System" />
43     <Reference Include="System.Core" />
44     <Reference Include="System.Xml.Linq" />
45     <Reference Include="System.Data.DataSetExtensions" />
46     <Reference Include="Microsoft.CSharp" />
47     <Reference Include="System.Data" />
48     <Reference Include="System.Net.Http" />
49     <Reference Include="System.Xml" />
50     <Reference Include="Tizen.Internals">
51       <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>
52     </Reference>
53     <Reference Include="Tizen">
54       <HintPath>..\..\tizen\Tizen\bin\Debug\Tizen.dll</HintPath>
55     </Reference>
56     <Reference Include="Tizen.UI">
57       <HintPath>..\..\uifw\Tizen.UI\bin\Debug\Tizen.UI.dll</HintPath>
58     </Reference>
59   </ItemGroup>
60   <ItemGroup>
61     <Compile Include="Device\Battery.cs" />
62     <Compile Include="Device\DeviceExceptionFactory.cs" />
63     <Compile Include="Device\Display.cs" />
64     <Compile Include="Device\Haptic.cs" />
65     <Compile Include="Device\Led.cs" />
66     <Compile Include="Device\Power.cs" />
67     <Compile Include="Device\IR.cs" />
68     <Compile Include="Device\DeviceEventArgs.cs" />
69     <Compile Include="Interop\Interop.Device.cs" />
70     <Compile Include="Interop\Interop.RuntimeInfo.cs" />
71     <Compile Include="Interop\Interop.Libraries.cs" />
72     <Compile Include="Interop\Interop.Storage.cs" />
73     <Compile Include="Interop\Interop.SystemInfo.cs" />
74     <Compile Include="Interop\Interop.SystemSettings.cs" />
75     <Compile Include="Properties\AssemblyInfo.cs" />
76     <Compile Include="RuntimeInfo\CpuUsage.cs" />
77     <Compile Include="RuntimeInfo\Enumerations.cs" />
78     <Compile Include="RuntimeInfo\RuntimeInfoErrorFactory.cs" />
79     <Compile Include="RuntimeInfo\RuntimeInformation.cs" />
80     <Compile Include="RuntimeInfo\RuntimeKeyStatusChangedEventArgs.cs" />
81     <Compile Include="RuntimeInfo\MemoryInformation.cs" />
82     <Compile Include="Storage\DirectoryType.cs" />
83     <Compile Include="Storage\Storage.cs" />
84     <Compile Include="Storage\StorageArea.cs" />
85     <Compile Include="Storage\StorageManager.cs" />
86     <Compile Include="Storage\StorageState.cs" />
87     <Compile Include="SystemInfo\SystemInfo.cs" />
88     <Compile Include="SystemSettings\SystemSettings.cs" />
89     <Compile Include="SystemSettings\SystemSettingsEnums.cs" />
90     <Compile Include="SystemSettings\SystemSettingsEventArgs.cs" />
91     <Compile Include="SystemSettings\SystemSettingsExceptionFactory.cs" />
92   </ItemGroup>
93   <ItemGroup>
94     <None Include="packaging\csapi-tizen.system.manifest" />
95     <None Include="packaging\csapi-tizen.system.pc.in" />
96     <None Include="packaging\csapi-tizen.system.spec" />
97     <None Include="Tizen.System.snk" />
98   </ItemGroup>
99   <ItemGroup />
100   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102        Other similar extension points exist, see Microsoft.Common.targets.
103   <Target Name="BeforeBuild">
104   </Target>
105   <Target Name="AfterBuild">
106   </Target>
107   -->
108 </Project>