Remove RuntimeInformation and SystemInformation APIs
[platform/core/csapi/system.git] / Tizen.System / Tizen.System.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProjectGuid>{A5C7AB61-87F1-4707-BBF4-322D682E223E}</ProjectGuid>\r
7     <OutputType>Library</OutputType>\r
8     <AppDesignerFolder>Properties</AppDesignerFolder>\r
9     <RootNamespace>Tizen.System</RootNamespace>\r
10     <AssemblyName>Tizen.System</AssemblyName>\r
11     <FileAlignment>512</FileAlignment>\r
12   </PropertyGroup>\r
13   <PropertyGroup>\r
14     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
15     <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
16     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
17     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
18     <NoStdLib>true</NoStdLib>\r
19     <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <Optimize>false</Optimize>\r
25     <OutputPath>bin\Debug\</OutputPath>\r
26     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <Optimize>true</Optimize>\r
33     <OutputPath>bin\Release\</OutputPath>\r
34     <DefineConstants>TRACE</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <PropertyGroup>\r
39     <SignAssembly>true</SignAssembly>\r
40   </PropertyGroup>\r
41   <PropertyGroup>\r
42     <AssemblyOriginatorKeyFile>Tizen.System.snk</AssemblyOriginatorKeyFile>\r
43   </PropertyGroup>\r
44   <ItemGroup>\r
45     <Compile Include="Device\Battery.cs" />\r
46     <Compile Include="Device\DeviceExceptionFactory.cs" />\r
47     <Compile Include="Device\Display.cs" />\r
48     <Compile Include="Device\Haptic.cs" />\r
49     <Compile Include="Device\Led.cs" />\r
50     <Compile Include="Device\Power.cs" />\r
51     <Compile Include="Device\IR.cs" />\r
52     <Compile Include="Device\DeviceEventArgs.cs" />\r
53     <Compile Include="Interop\Interop.Device.cs" />\r
54     <Compile Include="Interop\Interop.Libraries.cs" />\r
55     <Compile Include="Properties\AssemblyInfo.cs" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <None Include="Tizen.System.nuspec" />\r
59     <None Include="Tizen.System.project.json" />\r
60     <None Include="Tizen.System.snk" />\r
61   </ItemGroup>\r
62   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
63   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
64        Other similar extension points exist, see Microsoft.Common.targets.\r
65   <Target Name="BeforeBuild">\r
66   </Target>\r
67   <Target Name="AfterBuild">\r
68   </Target>\r
69   -->\r
70   <PropertyGroup>\r
71     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
72        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
73     -->\r
74     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
75        properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
76        to prevent it from outputting a warning (MSB3644).\r
77     -->\r
78     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
79     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
80     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
81   </PropertyGroup>\r
82 </Project>\r