From: manish.r Date: Mon, 22 May 2017 11:04:03 +0000 (+0530) Subject: VS 2017 Project Migration X-Git-Tag: submit/trunk/20170823.075128~72^2~4^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eea154418bd5bb5aa0ae90816e03a53d1242d41b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git VS 2017 Project Migration Change-Id: I21994b76b682fa6afb464cce66696e7c38762ad4 Signed-off-by: manish.r --- diff --git a/src/Tizen.Uix.Stt/Properties/AssemblyInfo.cs b/src/Tizen.Uix.Stt/Properties/AssemblyInfo.cs deleted file mode 100755 index 34fd636..0000000 --- a/src/Tizen.Uix.Stt/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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.Stt")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Uix.Stt")] -[assembly: AssemblyCopyright("Copyright \u00A9 2016")] -[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("bb7f4180-ba32-4260-875d-a386eceb2a76")] - -// 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/src/Tizen.Uix.Stt/Tizen.Uix.Stt.csproj b/src/Tizen.Uix.Stt/Tizen.Uix.Stt.csproj index 1e69b12..820548b 100755 --- a/src/Tizen.Uix.Stt/Tizen.Uix.Stt.csproj +++ b/src/Tizen.Uix.Stt/Tizen.Uix.Stt.csproj @@ -1,93 +1,16 @@ - - - - Debug - AnyCPU - {3EE5842E-7004-43BC-825B-29FFDEC18D4E} - Library - Properties - Tizen.Uix - Tizen.Uix.Stt - 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.Stt.snk + true + True - - false - - - - - - - - - - - - - - - + - - - + - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + diff --git a/src/Tizen.Uix.Stt/Tizen.Uix.Stt.nuspec b/src/Tizen.Uix.Stt/Tizen.Uix.Stt.nuspec index 145a1e7..15176af 100755 --- a/src/Tizen.Uix.Stt/Tizen.Uix.Stt.nuspec +++ b/src/Tizen.Uix.Stt/Tizen.Uix.Stt.nuspec @@ -14,7 +14,4 @@ - - - diff --git a/src/Tizen.Uix.Stt/Tizen.Uix.Stt.project.json b/src/Tizen.Uix.Stt/Tizen.Uix.Stt.project.json deleted file mode 100755 index 55ec093..0000000 --- a/src/Tizen.Uix.Stt/Tizen.Uix.Stt.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -}