Remove .Net45 98/117998/1 accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/ivi/20170309.072007 accepted/tizen/mobile/20170309.071802 accepted/tizen/tv/20170309.071912 accepted/tizen/unified/20170309.120741 accepted/tizen/unified/20170310.080647 submit/tizen/20170306.065826 submit/tizen_unified/20170308.100503 submit/tizen_unified/20170310.011402 tizen_4.0.m1_release
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 8 Mar 2017 08:31:19 +0000 (17:31 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 8 Mar 2017 08:31:27 +0000 (17:31 +0900)
Change-Id: Iaa9451aa14fc035687d3333f56e64f0c4a1cefc5
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
Tizen.Uix.Stt/Tizen.Uix.Stt.Net45.csproj [deleted file]
Tizen.Uix.Stt/Tizen.Uix.Stt.Net45.project.json [deleted file]
Tizen.Uix.Stt/Tizen.Uix.Stt.nuspec
packaging/csapi-uix-stt.spec

diff --git a/Tizen.Uix.Stt/Tizen.Uix.Stt.Net45.csproj b/Tizen.Uix.Stt/Tizen.Uix.Stt.Net45.csproj
deleted file mode 100755 (executable)
index b829e53..0000000
+++ /dev/null
@@ -1,87 +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.Uix</RootNamespace>
-    <AssemblyName>Tizen.Uix.Stt</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.Stt.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.Stt.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Uix.Stt\DefaultLanguageChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Stt\EngineChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Stt\ErrorOccuredEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Stt\ExceptionFactory.cs" />
-    <Compile Include="Tizen.Uix.Stt\RecognitionResultEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Stt\ResultTime.cs" />
-    <Compile Include="Tizen.Uix.Stt\StateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Stt\SttClient.cs" />
-    <Compile Include="Tizen.Uix.Stt\SupportedEngine.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Uix.Stt.nuspec" />
-    <None Include="Tizen.Uix.Stt.Net45.project.json" />
-    <None Include="Tizen.Uix.Stt.snk" />
-  </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\..\..\tizen\Tizen.Internals\Tizen.Internals.csproj">
-      <Project>{b9aa1cb2-f72d-4a30-a33b-a20c850a38a0}</Project>
-      <Name>Tizen.Internals</Name>
-    </ProjectReference>
-    <ProjectReference Include="..\..\..\tizen\Tizen\Tizen.csproj">
-      <Project>{7659ca59-410d-41a1-9841-586e88bc78c9}</Project>
-      <Name>Tizen</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <Import Project="$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets" Condition="Exists('$(MSBuildExtensionsPath)\Tizen\Tizen.CSharp.GBS.targets')" />
-  <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.Stt/Tizen.Uix.Stt.Net45.project.json b/Tizen.Uix.Stt/Tizen.Uix.Stt.Net45.project.json
deleted file mode 100755 (executable)
index 1ec1af2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.2"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
index 58e57ef..145a1e7 100755 (executable)
@@ -16,6 +16,5 @@
        </metadata>
        <files>
                <file src="bin/$Configuration$/Tizen.Uix.Stt.dll" target="lib/netstandard1.3" />
-               <file src="bin/$Configuration$/Net45/Tizen.Uix.Stt.dll" target="lib/net45" />
        </files>
 </package>
index 6f93e38..138744f 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-uix-stt
 Summary:    Tizen STT Uix API for C#
-Version:    1.0.0
+Version:    1.0.1
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0