[Recorder] refactoring
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Tizen.Multimedia.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>{0CE698B0-4849-4096-9D7F-30E611F50DAD}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen.Multimedia</RootNamespace>
10     <AssemblyName>Tizen.Multimedia</AssemblyName>
11     <FileAlignment>512</FileAlignment>
12   </PropertyGroup>
13   <PropertyGroup>
14     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
15     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
16     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
17     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
18     <NoStdLib>true</NoStdLib>
19     <NoWarn>$(NoWarn);1701;1702</NoWarn>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22     <DebugSymbols>true</DebugSymbols>
23     <DebugType>full</DebugType>
24     <Optimize>false</Optimize>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DefineConstants>DEBUG;TRACE</DefineConstants>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugType>pdbonly</DebugType>
32     <Optimize>true</Optimize>
33     <OutputPath>bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35     <ErrorReport>prompt</ErrorReport>
36     <WarningLevel>4</WarningLevel>
37   </PropertyGroup>
38   <PropertyGroup>
39     <SignAssembly>true</SignAssembly>
40   </PropertyGroup>
41   <PropertyGroup>
42     <AssemblyOriginatorKeyFile>Tizen.Multimedia.snk</AssemblyOriginatorKeyFile>
43   </PropertyGroup>
44   <ItemGroup>
45     <Compile Include="*\*.cs" />
46   </ItemGroup>
47   <ItemGroup>
48     <None Include="Tizen.Multimedia.nuspec" />
49     <None Include="Tizen.Multimedia.project.json" />
50     <None Include="Tizen.Multimedia.snk" />
51   </ItemGroup>
52   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
53   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
54        Other similar extension points exist, see Microsoft.Common.targets.
55   <Target Name="BeforeBuild">
56   </Target>
57   <Target Name="AfterBuild">
58   </Target>
59   -->
60   <PropertyGroup>
61     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
62        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
63     -->
64     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
65        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
66        to prevent it from outputting a warning (MSB3644).
67     -->
68     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
69     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
70     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
71   </PropertyGroup>
72 </Project>