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