Revert "Use NETStandard 2.0"
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.IoTConnectivity / Tizen.Network.IoTConnectivity.csproj
index 9c83e2a..11cd4a8 100644 (file)
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+<Project Sdk="Microsoft.NET.Sdk">
+
   <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{3577EAE8-B409-4BAE-A5DA-C6340BE1DBC2}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Network.IoTConnectivity</RootNamespace>
-    <AssemblyName>Tizen.Network.IoTConnectivity</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkProfile />
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
+    <TargetFramework>netstandard1.6</TargetFramework>
   </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup>
-    <SignAssembly>true</SignAssembly>
-  </PropertyGroup>
-  <PropertyGroup>
-    <AssemblyOriginatorKeyFile>Tizen.Network.IoTConnectivity.snk</AssemblyOriginatorKeyFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Net.Http" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Tizen.Network.IoTConnectivity\Attributes.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\CacheUpdatedEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\DeviceInformationFoundEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\FindingErrorOccurredEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityClientManager.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityErrorFactory.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\LiteResource.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ObserverNotifiedEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\PlatformInformationFoundEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\PresenceReceivedEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\RemoteResource.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\RemoteResponse.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourceFoundEventArgs.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourceInterfaces.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourceQuery.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\Representation.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourceOptions.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourceTypes.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\IoTConnectivityServerManager.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\Request.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\Resource.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\Response.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ObservePolicy.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\PresenceEventType.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\QualityOfService.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\FindingError.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourcePolicy.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResourceState.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ResponseCode.cs" />
-    <Compile Include="Interop\Interop.IoTConnectivity.Client.cs" />
-    <Compile Include="Interop\Interop.IoTConnectivity.Common.cs" />
-    <Compile Include="Interop\Interop.IoTConnectivity.Server.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\ObserveType.cs" />
-    <Compile Include="Tizen.Network.IoTConnectivity\StateChangedEventArgs.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Network.IoTConnectivity.snk" />
-  </ItemGroup>
-  <ItemGroup />
-  <ItemGroup>
-    <Reference Include="Tizen">
-      <PkgConfig>csapi-tizen</PkgConfig>
-      <HintPath>..\..\tizen\Tizen\obj\Debug\Tizen.dll</HintPath>
-    </Reference>
-    <Reference Include="Tizen.Internals">
-      <PkgConfig>csapi-tizen</PkgConfig>
-      <HintPath>..\..\tizen\Tizen.Internals\bin\Debug\Tizen.Internals.dll</HintPath>
-    </Reference>
-  </ItemGroup>
+
   <ItemGroup>
-    <ProjectReference Include="..\..\tizen\Tizen.Internals\Tizen.Internals.csproj">
-      <Project>{B9AA1CB2-F72D-4A30-A33B-A20C850A38A0}</Project>
-      <Name>Tizen.Internals</Name>
-      <Private>True</Private>
-    </ProjectReference>
-    <ProjectReference Include="..\..\tizen\Tizen\Tizen.csproj">
-      <Project>{7659CA59-410D-41A1-9841-586E88BC78C9}</Project>
-      <Name>Tizen</Name>
-      <Private>True</Private>
-    </ProjectReference>
+    <ProjectReference Include="..\Tizen\Tizen.csproj" />
+    <ProjectReference Include="..\Tizen.Log\Tizen.Log.csproj" />
   </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-</Project>
\ No newline at end of file
+
+</Project>