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