[Camera] Fix byte mismatch of bool return type
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Tizen.Multimedia.Net45.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>{026550F4-E9A0-48F3-BCBF-0AB37268C3D7}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen.Multimedia</RootNamespace>
10     <AssemblyName>Tizen.Multimedia</AssemblyName>
11     <FileAlignment>512</FileAlignment>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13   </PropertyGroup>
14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15     <DebugSymbols>true</DebugSymbols>
16     <DebugType>full</DebugType>
17     <Optimize>false</Optimize>
18     <OutputPath>bin\Debug\Net45\</OutputPath>
19     <DefineConstants>DEBUG;TRACE</DefineConstants>
20     <ErrorReport>prompt</ErrorReport>
21     <WarningLevel>4</WarningLevel>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>pdbonly</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release\Net45\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <PropertyGroup>
32     <SignAssembly>true</SignAssembly>
33   </PropertyGroup>
34   <PropertyGroup>
35     <AssemblyOriginatorKeyFile>Tizen.Multimedia.snk</AssemblyOriginatorKeyFile>
36   </PropertyGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39     <Reference Include="System.Core" />
40     <Reference Include="System.Xml.Linq" />
41     <Reference Include="System.Data.DataSetExtensions" />
42     <Reference Include="Microsoft.CSharp" />
43     <Reference Include="System.Data" />
44     <Reference Include="System.Net.Http" />
45     <Reference Include="System.Xml" />
46   </ItemGroup>
47   <ItemGroup>
48     <Compile Include="*\*.cs" />
49   </ItemGroup>
50   <ItemGroup>
51     <None Include="Tizen.Multimedia.nuspec" />
52     <None Include="Tizen.Multimedia.Net45.project.json" />
53     <None Include="Tizen.Multimedia.snk" />
54   </ItemGroup>
55   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
57        Other similar extension points exist, see Microsoft.Common.targets.
58   <Target Name="BeforeBuild">
59   </Target>
60   <Target Name="AfterBuild">
61   </Target>
62   -->
63 </Project>