2594835f42691f4f891810a21580c5ce97574f18
[platform/core/csapi/tizen.git] / Tizen / Tizen.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>{7659CA59-410D-41A1-9841-586E88BC78C9}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <AppDesignerFolder>Properties</AppDesignerFolder>
9     <RootNamespace>Tizen</RootNamespace>
10     <AssemblyName>Tizen</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>true</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.snk</AssemblyOriginatorKeyFile>
43   </PropertyGroup>
44   <ItemGroup>
45     <Compile Include="Interop\Interop.CommonError.cs" />
46     <Compile Include="Interop\Interop.Dlog.cs" />
47     <Compile Include="Properties\AssemblyInfo.cs" />
48     <Compile Include="Tizen.Common\Color.cs" />
49     <Compile Include="Tizen.Internals.Errors\ErrorCode.cs" />
50     <Compile Include="Tizen.Internals.Errors\ErrorFacts.cs" />
51     <Compile Include="Tizen\Log.cs" />
52   </ItemGroup>
53   <ItemGroup>
54     <None Include="Tizen.nuspec" />
55     <None Include="Tizen.project.json" />
56     <None Include="Tizen.snk" />
57   </ItemGroup>
58   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
59   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
60        Other similar extension points exist, see Microsoft.Common.targets.
61   <Target Name="BeforeBuild">
62   </Target>
63   <Target Name="AfterBuild">
64   </Target>
65   -->
66   <PropertyGroup>
67     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
68        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
69     -->
70     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
71        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
72        to prevent it from outputting a warning (MSB3644).
73     -->
74     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
75     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
76     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
77   </PropertyGroup>
78 </Project>