[WiFi][TCSACR-155] Remove ArgumentException descriptions (#323)
[platform/core/csapi/tizenfx.git] / src / Tizen.Network.WiFi / Tizen.Network.WiFi.csproj
index 1801fa7..52d22a1 100644 (file)
@@ -1,90 +1,12 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project Sdk="Microsoft.NET.Sdk">
+
   <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{9A2167E1-3B35-4DA9-AB78-8E699302BAA7}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Network.WiFi</RootNamespace>
-    <AssemblyName>Tizen.Network.WiFi</AssemblyName>
-    <FileAlignment>512</FileAlignment>
+    <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
-  <PropertyGroup>
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
-    <NoStdLib>true</NoStdLib>
-    <NoWarn>$(NoWarn);1701;1702</NoWarn>
-  </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.WiFi.snk</AssemblyOriginatorKeyFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.WiFi.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Network.WiFi\ConnectionStateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Network.WiFi\DeviceStateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Network.WiFi\IWiFiEap.cs" />
-    <Compile Include="Tizen.Network.WiFi\RssiLevelChangedEventArgs.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiAddressInformation.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiAP.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiConfiguration.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiEap.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiEapConfiguration.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiEnumerations.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiErrorFactory.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiManager.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiManagerImpl.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiNetwork.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiNetworkChange.cs" />
-    <Compile Include="Tizen.Network.WiFi\WiFiSecurity.cs" />
-  </ItemGroup>
+
   <ItemGroup>
-    <None Include="Tizen.Network.WiFi.nuspec" />
-    <None Include="Tizen.Network.WiFi.project.json" />
-    <None Include="Tizen.Network.WiFi.snk" />
+    <ProjectReference Include="..\Tizen.Network.Connection\Tizen.Network.Connection.csproj" />
+    <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.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>
-  -->
-  <PropertyGroup>
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
-       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
-    -->
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
-       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
-       to prevent it from outputting a warning (MSB3644).
-    -->
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
-  </PropertyGroup>
+
 </Project>