Remove .Net45
authorSuyeon Hwang <stom.hwang@samsung.com>
Wed, 8 Mar 2017 08:32:40 +0000 (17:32 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Wed, 8 Mar 2017 08:32:40 +0000 (17:32 +0900)
Change-Id: Iea45d826e451e35a8a8f197d254281c5c55aa618
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
packaging/csapi-uix-tts.spec
src/Tizen.Uix.Tts/Tizen.Uix.Tts.Net45.csproj [deleted file]
src/Tizen.Uix.Tts/Tizen.Uix.Tts.Net45.project.json [deleted file]
src/Tizen.Uix.Tts/Tizen.Uix.Tts.nuspec

index a224ea4..6a23b1e 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-uix-tts
 Summary:    Tizen TTS Uix API for C#
-Version:    1.0.0
+Version:    1.0.1
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
diff --git a/src/Tizen.Uix.Tts/Tizen.Uix.Tts.Net45.csproj b/src/Tizen.Uix.Tts/Tizen.Uix.Tts.Net45.csproj
deleted file mode 100755 (executable)
index 52ac510..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>{54BEC67A-0961-4CC0-8F04-5F49E34D60D8}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Uix</RootNamespace>
-    <AssemblyName>Tizen.Uix.Tts</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.Tts.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.Tts.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Uix.Tts\DefaultVoiceChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Tts\SpeedRange.cs" />
-    <Compile Include="Tizen.Uix.Tts\SupportedVoice.cs" />
-    <Compile Include="Tizen.Uix.Tts\EngineChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Tts\ErrorOccuredEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Tts\ExceptionFactory.cs" />
-    <Compile Include="Tizen.Uix.Tts\TtsClient.cs" />
-    <Compile Include="Tizen.Uix.Tts\StateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.Tts\UtteranceEventArgs.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Uix.Tts.nuspec" />
-    <None Include="Tizen.Uix.Tts.Net45.project.json" />
-    <None Include="Tizen.Uix.Tts.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>
diff --git a/src/Tizen.Uix.Tts/Tizen.Uix.Tts.Net45.project.json b/src/Tizen.Uix.Tts/Tizen.Uix.Tts.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 8ba9e7e..24096e8 100755 (executable)
@@ -16,6 +16,5 @@
        </metadata>
        <files>
                <file src="bin/$Configuration$/Tizen.Uix.Tts.dll" target="lib/netstandard1.3" />
-               <file src="bin/$Configuration$/Net45/Tizen.Uix.Tts.dll" target="lib/net45" />
        </files>
 </package>