summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSukHyung, Kang <shine.kang@samsung.com>2017-03-06 18:28:53 +0900
committerSukHyung, Kang <shine.kang@samsung.com>2017-03-06 18:28:53 +0900
commit90b5197c03a3eef7966e6c3b778aeb3383bfdd3f (patch)
treee78a64c42c500c4008507893cec7506256e4192a
parent2281b06588a8ed70681eccad57201d79157d33b4 (diff)
downloadwidget-control-90b5197c03a3eef7966e6c3b778aeb3383bfdd3f.tar.gz
widget-control-90b5197c03a3eef7966e6c3b778aeb3383bfdd3f.tar.bz2
widget-control-90b5197c03a3eef7966e6c3b778aeb3383bfdd3f.zip
Change-Id: I1c62b73ec12d5e675574fd8a366964c995f4554f Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
-rw-r--r--Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.csproj75
-rwxr-xr-xTizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.project.json12
-rwxr-xr-xTizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec1
-rwxr-xr-xpackaging/csapi-widget-control.spec2
4 files changed, 1 insertions, 89 deletions
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.csproj b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.csproj
deleted file mode 100644
index 9c09aaa..0000000
--- a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.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>{508D0977-8D29-4F8C-86B4-6BBF47B6DD54}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Tizen.Applications.WidgetControl</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.Applications.WidgetControl.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.Applications.WidgetControl.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.WidgetService.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Tizen.Applications\WidgetControl.cs" />
- <Compile Include="Tizen.Applications\WidgetLifecycleEventArgs.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Tizen.Applications.WidgetControl.Net45.project.json" />
- <None Include="Tizen.Applications.WidgetControl.nuspec" />
- <None Include="Tizen.Applications.WidgetControl.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.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.project.json b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.project.json
deleted file mode 100755
index 7d360e7..0000000
--- a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.Net45.project.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "dependencies": {
- "Tizen": "1.0.2",
- "Tizen.Applications": "1.0.2",
- },
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec
index cf9d403..9e8e411 100755
--- a/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec
+++ b/Tizen.Applications.WidgetControl/Tizen.Applications.WidgetControl.nuspec
@@ -17,6 +17,5 @@
</metadata>
<files>
<file src="bin/$Configuration$/Tizen.Applications.WidgetControl.dll" target="lib/netstandard1.3" />
- <file src="bin/$Configuration$/Net45/Tizen.Applications.WidgetControl.dll" target="lib/net45" />
</files>
</package>
diff --git a/packaging/csapi-widget-control.spec b/packaging/csapi-widget-control.spec
index 277005a..bdc75ab 100755
--- a/packaging/csapi-widget-control.spec
+++ b/packaging/csapi-widget-control.spec
@@ -1,6 +1,6 @@
Name: csapi-widget-control
Summary: Tizen widget control API for C#
-Version: 1.0.2
+Version: 1.0.3
Release: 1
Group: Development/Libraries
License: Apache-2.0