summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukHyung, Kang <shine.kang@samsung.com>2017-03-06 18:04:00 +0900
committerSukHyung, Kang <shine.kang@samsung.com>2017-03-06 18:04:00 +0900
commita3207c65c04702d8a2eb472230953903d4f7a6db (patch)
tree6fa2788396c2182910be7a385059726e60170bf1
parent9e271d33884f9f2c3759fe651625d1c5d4dfdb35 (diff)
downloadmedia-key-accepted/tizen_mobile.tar.gz
media-key-accepted/tizen_mobile.tar.bz2
media-key-accepted/tizen_mobile.zip
Change-Id: If6195c85fcb9a130b35d95e30fb1f153117f2c5d Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
-rw-r--r--Tizen.System.MediaKey/Tizen.System.MediaKey.Net45.csproj75
-rwxr-xr-xTizen.System.MediaKey/Tizen.System.MediaKey.Net45.project.json11
-rwxr-xr-xTizen.System.MediaKey/Tizen.System.MediaKey.nuspec1
-rwxr-xr-xpackaging/csapi-media-key.spec2
4 files changed, 1 insertions, 88 deletions
diff --git a/Tizen.System.MediaKey/Tizen.System.MediaKey.Net45.csproj b/Tizen.System.MediaKey/Tizen.System.MediaKey.Net45.csproj
deleted file mode 100644
index 62c6c59..0000000
--- a/Tizen.System.MediaKey/Tizen.System.MediaKey.Net45.csproj
+++ /dev/null
@@ -1,75 +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>{DA0F2227-9343-443E-BF51-744ED9422C2E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Tizen.System.MediaKey</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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <DocumentationFile>bin\Debug\Tizen.System.MediaKey.XML</DocumentationFile>
- <CodeAnalysisRuleSet>ExtendedDesignGuidelineRules.ruleset</CodeAnalysisRuleSet>
- </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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>Tizen.System.MediaKey.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="GlobalSuppressions.cs" />
- <Compile Include="Interop\Interop.Libraries.cs" />
- <Compile Include="Interop\Interop.MediaKey.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Tizen.System\MediaKey.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Tizen.System.MediaKey.Net45.project.json" />
- <None Include="Tizen.System.MediaKey.nuspec" />
- <None Include="Tizen.System.MediaKey.snk" />
- </ItemGroup>
- <ItemGroup>
- <CodeAnalysisDictionary Include="CustomDictionary.xml" />
- </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.System.MediaKey/Tizen.System.MediaKey.Net45.project.json b/Tizen.System.MediaKey/Tizen.System.MediaKey.Net45.project.json
deleted file mode 100755
index 1ec1af2..0000000
--- a/Tizen.System.MediaKey/Tizen.System.MediaKey.Net45.project.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "dependencies": {
- "Tizen": "1.0.2"
- },
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec b/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec
index 4bcf063..d0e1890 100755
--- a/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec
+++ b/Tizen.System.MediaKey/Tizen.System.MediaKey.nuspec
@@ -16,6 +16,5 @@
</metadata>
<files>
<file src="bin/$Configuration$/Tizen.System.MediaKey.dll" target="lib/netstandard1.3" />
- <file src="bin/$Configuration$/Net45/Tizen.System.MediaKey.dll" target="lib/net45" />
</files>
</package>
diff --git a/packaging/csapi-media-key.spec b/packaging/csapi-media-key.spec
index 5366a0c..01c0982 100755
--- a/packaging/csapi-media-key.spec
+++ b/packaging/csapi-media-key.spec
@@ -1,6 +1,6 @@
Name: csapi-media-key
Summary: Tizen Media Key API for C#
-Version: 1.0.2
+Version: 1.0.3
Release: 1
Group: Development/Libraries
License: Apache-2.0