Use NETStandard 2.0
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.Bluetooth / Tizen.Network.Bluetooth.csproj
index 7ecbbd5..348907f 100644 (file)
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProjectGuid>{3EE5842E-7004-43BC-825B-29FFDEC18D4E}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.Network.Bluetooth</RootNamespace>\r
-    <AssemblyName>Tizen.Network.Bluetooth</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
-    <NoStdLib>true</NoStdLib>\r
-    <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <Prefer32Bit>false</Prefer32Bit>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-    <Prefer32Bit>false</Prefer32Bit>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.Network.Bluetooth.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Compile Include="Interop\Interop.Glib.cs" />\r
-    <Compile Include="Interop\Interop.Libc.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Interop\Interop.Bluetooth.cs" />\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothAdapter.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothAdapterImpl.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothAudio.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothAudioImpl.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothAvrcp.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothAvrcpImpl.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothData.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothDevice.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothEnumerations.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothError.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothEventArgs.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothGatt.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothGattImpl.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothHid.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothHidImpl.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothLeAdapter.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothLeAdapterImpl.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothProfile.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothServerSocket.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothSocket.cs" />\r
-    <Compile Include="Tizen.Network.Bluetooth\BluetoothStructs.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.Network.Bluetooth.nuspec" />\r
-    <None Include="Tizen.Network.Bluetooth.project.json" />\r
-    <None Include="Tizen.Network.Bluetooth.snk" />\r
-  </ItemGroup>\r
-  <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-  <PropertyGroup>\r
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
-       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
-    -->\r
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
-       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
-       to prevent it from outputting a warning (MSB3644).\r
-    -->\r
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
-  </PropertyGroup>\r
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <TargetFramework>netstandard2.0</TargetFramework>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <ProjectReference Include="..\Tizen.System.Information\Tizen.System.Information.csproj" />
+  </ItemGroup>
+
 </Project>
\ No newline at end of file