Remove Net45 related files 06/117506/1
authorsinikang <sinikang@samsung.com>
Mon, 6 Mar 2017 08:28:41 +0000 (17:28 +0900)
committersinikang <sinikang@samsung.com>
Mon, 6 Mar 2017 08:28:41 +0000 (17:28 +0900)
Change-Id: I80f35d68d096239b2715cba6ff7b85860dd8aa51

Tizen.Telephony/Tizen.Telephony.Net45.csproj [deleted file]
Tizen.Telephony/Tizen.Telephony.Net45.project.json [deleted file]
Tizen.Telephony/Tizen.Telephony.nuspec
packaging/csapi-telephony.spec

diff --git a/Tizen.Telephony/Tizen.Telephony.Net45.csproj b/Tizen.Telephony/Tizen.Telephony.Net45.csproj
deleted file mode 100755 (executable)
index 0c9f21e..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{E87B20AE-B752-4E64-9517-4827AC42A33A}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Telephony</RootNamespace>
-    <AssemblyName>Tizen.Telephony</AssemblyName>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\Net45\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <Prefer32Bit>false</Prefer32Bit>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\Net45\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <Prefer32Bit>false</Prefer32Bit>
-  </PropertyGroup>
-  <PropertyGroup>
-    <SignAssembly>true</SignAssembly>
-  </PropertyGroup>
-  <PropertyGroup>
-    <AssemblyOriginatorKeyFile>Tizen.Telephony.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="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.Telephony.cs" />
-    <Compile Include="Interop\Interop.Call.cs" />
-    <Compile Include="Interop\Interop.Network.cs" />
-    <Compile Include="Interop\Interop.Modem.cs" />
-    <Compile Include="Interop\Interop.Sim.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Telephony\CallHandle.cs" />
-    <Compile Include="Tizen.Telephony\Call.cs" />
-    <Compile Include="Tizen.Telephony\ChangeNotificationEventArgs.cs" />
-    <Compile Include="Tizen.Telephony\ExceptionFactory.cs" />
-    <Compile Include="Tizen.Telephony\Modem.cs" />
-    <Compile Include="Tizen.Telephony\Network.cs" />
-    <Compile Include="Tizen.Telephony\Sim.cs" />
-    <Compile Include="Tizen.Telephony\SlotHandle.cs" />
-    <Compile Include="Tizen.Telephony\StateEventArgs.cs" />
-    <Compile Include="Tizen.Telephony\Telephony.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Telephony.nuspec" />
-    <None Include="Tizen.Telephony.Net45.project.json" />
-    <None Include="Tizen.Telephony.snk" />
-  </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
diff --git a/Tizen.Telephony/Tizen.Telephony.Net45.project.json b/Tizen.Telephony/Tizen.Telephony.Net45.project.json
deleted file mode 100755 (executable)
index ab1a0ee..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.1"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
index cbd7ecb..65e1d92 100644 (file)
     <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
     <description>Telephony API for Tizen.Net</description>
     <dependencies>
-      <dependency id="Tizen" version="1.0.4" />
+      <dependency id="Tizen" version="1.0.5" />
     </dependencies>
   </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Telephony.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Telephony.dll" target="lib/net45" />
   </files>
 </package>
index bdac457..edd0c69 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-telephony
 Summary:    Tizen Telephony API for C#
-Version:    1.0.4
+Version:    1.0.5
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0