summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xTizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj59
-rwxr-xr-xTizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.project.json11
-rwxr-xr-xTizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.nuspec1
-rwxr-xr-xpackaging/csapi-uix-inputmethod-manager.spec2
4 files changed, 1 insertions, 72 deletions
diff --git a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
deleted file mode 100755
index a39fafb..0000000
--- a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
+++ /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
index ab1a0ee..0000000
--- a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.project.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "dependencies": {
- "Tizen": "1.0.1"
- },
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.nuspec b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.nuspec
index b38cf4b..ec9a8ef 100755
--- a/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.nuspec
+++ b/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.nuspec
@@ -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>
diff --git a/packaging/csapi-uix-inputmethod-manager.spec b/packaging/csapi-uix-inputmethod-manager.spec
index 83d7399..5a5e195 100755
--- a/packaging/csapi-uix-inputmethod-manager.spec
+++ b/packaging/csapi-uix-inputmethod-manager.spec
@@ -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