From 54b056169ae1d0952fa90a5c58e4cc635ab5245d Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Mon, 10 Apr 2017 10:24:56 +0900 Subject: [PATCH] Remove .Net45 Change-Id: I24dfe6499ea6770d66bce66508277edaafb68e2c Signed-off-by: Suyeon Hwang --- .gitignore | 7 ++ packaging/csapi-uix-voicecontrol.spec | 2 +- .../Tizen.Uix.VoiceControl.Net45.csproj | 77 ---------------------- .../Tizen.Uix.VoiceControl.Net45.project.json | 11 ---- .../Tizen.Uix.VoiceControl.nuspec | 1 - 5 files changed, 8 insertions(+), 90 deletions(-) create mode 100755 .gitignore delete mode 100755 src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj delete mode 100755 src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.project.json diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..46619d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +bin/ +obj/ +*.exe +*.dll +*.csproj.user +*.lock.json +.vs/ diff --git a/packaging/csapi-uix-voicecontrol.spec b/packaging/csapi-uix-voicecontrol.spec index a722d82..2afae99 100755 --- a/packaging/csapi-uix-voicecontrol.spec +++ b/packaging/csapi-uix-voicecontrol.spec @@ -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 diff --git a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj deleted file mode 100755 index 74d1b2f..0000000 --- a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.csproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - Debug - AnyCPU - {090D9725-02F5-4F2C-B41F-3B0D493904E8} - Library - Properties - Tizen.Uix.VoiceControl - Tizen.Uix.VoiceControl - 512 - v4.5 - - - true - full - false - bin\Debug\Net45\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\Net45\ - TRACE - prompt - 4 - false - - - true - - - Tizen.Uix.VoiceControl.snk - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.project.json b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.project.json deleted file mode 100755 index ab1a0ee..0000000 --- a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.Net45.project.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "dependencies": { - "Tizen": "1.0.1" - }, - "frameworks": { - "net45": {} - }, - "runtimes": { - "win": {} - } -} diff --git a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec index d9aa4ef..e0de829 100755 --- a/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec +++ b/src/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec @@ -16,6 +16,5 @@ - -- 2.7.4