Remove .Net45 75/123975/1 accepted/tizen/unified/20170412.151900 submit/tizen/20170410.012839
authorSuyeon Hwang <stom.hwang@samsung.com>
Mon, 10 Apr 2017 01:24:56 +0000 (10:24 +0900)
committerSuyeon Hwang <stom.hwang@samsung.com>
Mon, 10 Apr 2017 01:24:56 +0000 (10:24 +0900)
Change-Id: I24dfe6499ea6770d66bce66508277edaafb68e2c
Signed-off-by: Suyeon Hwang <stom.hwang@samsung.com>
.gitignore [new file with mode: 0755]
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj [deleted file]
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.project.json [deleted file]
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec
packaging/csapi-uix-voicecontrol.spec

diff --git a/.gitignore b/.gitignore
new file mode 100755 (executable)
index 0000000..46619d5
--- /dev/null
@@ -0,0 +1,7 @@
+bin/
+obj/
+*.exe
+*.dll
+*.csproj.user
+*.lock.json
+.vs/
diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj
deleted file mode 100755 (executable)
index 74d1b2f..0000000
+++ /dev/null
@@ -1,77 +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.VoiceControl</RootNamespace>
-    <AssemblyName>Tizen.Uix.VoiceControl</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.VoiceControl.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.VoiceControl.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.VoiceControlCommand.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\CurrentLanguageChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\ErrorOccuredEventArgs.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\ExceptionFactory.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\RecognitionResultEventArgs.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\ServiceStateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\StateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\VoiceCommand.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\VoiceCommandList.cs" />
-    <Compile Include="Tizen.Uix.VoiceControl\VoiceControlClient.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Uix.VoiceControl.nuspec" />
-    <None Include="Tizen.Uix.VoiceControl.project.json" />
-    <None Include="Tizen.Uix.VoiceControl.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.VoiceControl/Tizen.Uix.VoiceControl.Net45.project.json b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.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 d9aa4ef..e0de829 100755 (executable)
@@ -16,6 +16,5 @@
   </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Uix.VoiceControl.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Uix.VoiceControl.dll" target="lib/net45" />
   </files>
 </package>
index a722d82..2afae99 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-uix-voicecontrol
 Summary:    Tizen Uix Voice Control API for C#
-Version:    1.0.2
+Version:    1.0.3
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0