summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHyihong Chae <hh.chae@samsung.com>2017-03-06 17:59:58 +0900
committerHyihong Chae <hh.chae@samsung.com>2017-03-06 18:01:21 +0900
commit403f2c02d7f1eca0c2c78fda5c5bb2cafc015ff3 (patch)
tree56ce2f6f185cc4ffc25d2c1e69bb1afd68e7af6d
parentd72554723a69664742431024c51ecd1fd6559ecd (diff)
downloadnfc-403f2c02d7f1eca0c2c78fda5c5bb2cafc015ff3.tar.gz
nfc-403f2c02d7f1eca0c2c78fda5c5bb2cafc015ff3.tar.bz2
nfc-403f2c02d7f1eca0c2c78fda5c5bb2cafc015ff3.zip
Change-Id: I6d967ad4f399dfc3f027fb06995ea1eb06dc7204 Signed-off-by: HyiHong Chae <hh.chae@samsung.com>
-rw-r--r--Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.csproj85
-rwxr-xr-xTizen.Network.Nfc/Tizen.Network.Nfc.Net45.project.json12
-rw-r--r--[-rwxr-xr-x]Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec1
-rw-r--r--[-rwxr-xr-x]packaging/csapi-network-nfc.spec2
4 files changed, 1 insertions, 99 deletions
diff --git a/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.csproj b/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.csproj
deleted file mode 100644
index 066cdc5..0000000
--- a/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.csproj
+++ /dev/null
@@ -1,85 +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>{BF719F11-CDEA-4D04-A85B-4521A69E3614}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Tizen.Network.Nfc</RootNamespace>
- <AssemblyName>Tizen.Network.Nfc</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.Network.Nfc.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.Glib.cs" />
- <Compile Include="Interop\Interop.Libc.cs" />
- <Compile Include="Interop\Interop.Libraries.cs" />
- <Compile Include="Interop\Interop.Nfc.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcCallbackData.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcCardEmulationAdapter.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcEnumerations.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcErrorFactory.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcEventArgs.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcSecureElement.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcManager.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcManagerEvent.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcManagerImpl.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcNdefMessage.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcNdefRecord.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcP2p.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcP2pAdapter.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcTag.cs" />
- <Compile Include="Tizen.Network.Nfc\NfcTagAdapter.cs" />
-
- </ItemGroup>
- <ItemGroup>
- <None Include="Tizen.Network.Nfc.nuspec" />
- <None Include="Tizen.Network.Nfc.Net45.project.json" />
- <None Include="Tizen.Network.Nfc.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.Network.Nfc/Tizen.Network.Nfc.Net45.project.json b/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.project.json
deleted file mode 100755
index f21821b..0000000
--- a/Tizen.Network.Nfc/Tizen.Network.Nfc.Net45.project.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "dependencies": {
- "Tizen": "1.0.2",
- "Tizen.System.Information": "1.0.1"
- },
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec b/Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec
index 7d4bff5..1b61ba5 100755..100644
--- a/Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec
+++ b/Tizen.Network.Nfc/Tizen.Network.Nfc.nuspec
@@ -17,6 +17,5 @@
</metadata>
<files>
<file src="bin/$Configuration$/Tizen.Network.Nfc.dll" target="lib/netstandard1.3" />
- <file src="bin/$Configuration$/Net45/Tizen.Network.Nfc.dll" target="lib/net45" />
</files>
</package>
diff --git a/packaging/csapi-network-nfc.spec b/packaging/csapi-network-nfc.spec
index 5f3d254..dfcb4fb 100755..100644
--- a/packaging/csapi-network-nfc.spec
+++ b/packaging/csapi-network-nfc.spec
@@ -8,7 +8,7 @@
Name: csapi-network-nfc
Summary: Tizen Nfc API for C#
-Version: 1.0.7
+Version: 1.0.8
Release: 1
Group: Development/Libraries
License: Apache-2.0