Remove Net45 project 06/118006/1 accepted/tizen_common accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170309.174851 accepted/tizen/mobile/20170309.071812 accepted/tizen/tv/20170309.071919 accepted/tizen/unified/20170309.120805 accepted/tizen/unified/20170310.080655 submit/tizen/20170306.065826 submit/tizen_unified/20170308.100503 submit/tizen_unified/20170310.011402 tizen_4.0.m1_release
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 Mar 2017 08:39:01 +0000 (17:39 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 8 Mar 2017 08:39:01 +0000 (17:39 +0900)
Change-Id: I87440080e009101eaceafec392f93f0424ad33e5
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj [deleted file]
Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.project.json [deleted file]
Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.nuspec
packaging/csapi-uix-inputmethod-manager.spec

diff --git a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
deleted file mode 100755 (executable)
index a39fafb..0000000
+++ /dev/null
@@ -1,59 +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>{090D9725-02F5-4F2C-B41F-3B0D493904E8}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Uix.InputMethodManager</RootNamespace>
-    <AssemblyName>Tizen.Uix.InputMethodManager</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.Uix.InputMethodManager.snk</AssemblyOriginatorKeyFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Compile Include="Interop\Interop.InputMethodManager.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Uix.InputMethodManager\InputMethodManager.cs" />
-    <Compile Include="Tizen.Uix.InputMethodManager\InputMethodManagerExceptionFactory.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Uix.InputMethodManager.nuspec" />
-    <None Include="Tizen.Uix.InputMethodManager.project.json" />
-    <None Include="Tizen.Uix.InputMethodManager.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.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.project.json b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.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 b38cf4b..ec9a8ef 100755 (executable)
@@ -16,6 +16,5 @@
   </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Uix.InputMethodManager.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Uix.InputMethodManager.dll" target="lib/net45" />
   </files>
 </package>
index 83d7399..5a5e195 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-uix-inputmethod-manager
 Summary:    Tizen Uix InputMethod-Manager API for C#
-Version:    1.0.2
+Version:    1.0.3
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0