From dcdf9c4ca81ebfaef9104642a7b39166ba5fd98f Mon Sep 17 00:00:00 2001 From: "manish.r" Date: Mon, 22 May 2017 16:32:54 +0530 Subject: [PATCH] VS 2017 Project Migration Change-Id: I42e696cad640a3ecb911ad377e130dbac364d902 Signed-off-by: manish.r --- Tizen.Uix.VoiceControl/Properties/AssemblyInfo.cs | 52 ------------ .../Tizen.Uix.VoiceControl.csproj | 97 +++------------------- .../Tizen.Uix.VoiceControl.nuspec | 3 - .../Tizen.Uix.VoiceControl.project.json | 9 -- 4 files changed, 11 insertions(+), 150 deletions(-) delete mode 100755 Tizen.Uix.VoiceControl/Properties/AssemblyInfo.cs delete mode 100755 Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.project.json diff --git a/Tizen.Uix.VoiceControl/Properties/AssemblyInfo.cs b/Tizen.Uix.VoiceControl/Properties/AssemblyInfo.cs deleted file mode 100755 index 9bbcd14..0000000 --- a/Tizen.Uix.VoiceControl/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved - * - * Licensed under the Apache License, Version 2.0 (the License); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an AS IS BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Tizen.Uix.VoiceControl")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Uix.VoiceControl")] -[assembly: AssemblyCopyright("Copyright \u00A9 2017")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("23e28ff0-aa5f-457b-ad1c-ad42d5f59254")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj index 1b581ca..85f46b6 100755 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj +++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj @@ -1,91 +1,16 @@ - - - - Debug - AnyCPU - {23E28FF0-AA5F-457B-AD1C-AD42D5F59254} - Library - Properties - Tizen.Uix.VoiceControl - Tizen.Uix.VoiceControl - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - + + + netstandard1.3 + True + True Tizen.Uix.VoiceControl.snk + true + True + - - - - - - - - - - - - - - - - - - - + - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec index e0de829..075bbe2 100755 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec +++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec @@ -14,7 +14,4 @@ - - - diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.project.json b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.project.json deleted file mode 100755 index db7436c..0000000 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.1" - }, - "frameworks": { - "netstandard1.3": {} - } -} -- 2.7.4