Implementation of Download module
[platform/core/csapi/tizenfx.git] / src / Tizen.Content.Download / Tizen.Content.Download.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="12.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>{7F7C271D-B195-4186-9B0C-CCEE8B5F561E}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Tizen.Content.Download</RootNamespace>\r
11     <AssemblyName>Tizen.Content.Download</AssemblyName>\r
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14     <TargetFrameworkProfile />\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24     <Prefer32Bit>false</Prefer32Bit>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>bin\Release\</OutputPath>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33     <Prefer32Bit>false</Prefer32Bit>\r
34   </PropertyGroup>\r
35   <PropertyGroup>\r
36     <SignAssembly>true</SignAssembly>\r
37   </PropertyGroup>\r
38   <PropertyGroup>\r
39     <AssemblyOriginatorKeyFile>Tizen.Content.Download.snk</AssemblyOriginatorKeyFile>\r
40   </PropertyGroup>\r
41   <ItemGroup>\r
42     <Reference Include="System" />\r
43     <Reference Include="System.Core" />\r
44     <Reference Include="System.Xml.Linq" />\r
45     <Reference Include="System.Data.DataSetExtensions" />\r
46     <Reference Include="Microsoft.CSharp" />\r
47     <Reference Include="System.Data" />\r
48     <Reference Include="System.Xml" />\r
49     <Reference Include="Tizen">\r
50       <HintPath>..\..\..\..\..\Desktop\dll\usr\lib\mono\tizen\Tizen.dll</HintPath>\r
51     </Reference>\r
52     <Reference Include="Tizen.Applications">\r
53       <HintPath>..\..\..\..\..\Desktop\dll\applicationdll\usr\lib\mono\tizen\Tizen.Applications.dll</HintPath>\r
54     </Reference>\r
55     <Reference Include="Tizen.Internals">\r
56       <HintPath>..\..\..\..\..\Desktop\dll\usr\lib\mono\tizen\Tizen.Internals.dll</HintPath>\r
57     </Reference>\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <Compile Include="Tizen.Content.Download\DownloadEnumerator.cs" />\r
61     <Compile Include="Tizen.Content.Download\Notification.cs" />\r
62     <Compile Include="Tizen.Content.Download\Request.cs" />\r
63     <Compile Include="Tizen.Content.Download\StateChangedEventArgs.cs" />\r
64     <Compile Include="Tizen.Content.Download\ProgressChangedEventArgs.cs" />\r
65     <Compile Include="Tizen.Content.Download\DownloadErrorFactory.cs" />\r
66     <Compile Include="Interop\Interop.Download.cs" />\r
67     <Compile Include="Interop\Interop.Libc.cs" />\r
68     <Compile Include="Interop\Interop.Libraries.cs" />\r
69     <Compile Include="Properties\AssemblyInfo.cs" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <None Include="Tizen.Content.Download.snk" />\r
73   </ItemGroup>\r
74   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
75   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
76        Other similar extension points exist, see Microsoft.Common.targets.\r
77   <Target Name="BeforeBuild">\r
78   </Target>\r
79   <Target Name="AfterBuild">\r
80   </Target>\r
81   -->\r
82 </Project>\r