GBS and Doxygen Fixes
authormanish.r <manish.r@samsung.com>
Mon, 6 Mar 2017 08:21:51 +0000 (13:51 +0530)
committermanish.r <manish.r@samsung.com>
Mon, 6 Mar 2017 08:21:51 +0000 (13:51 +0530)
Change-Id: Ie6d31c3b74778c64c7fb0a66c8c8be0976c5d919
Signed-off-by: manish.r <manish.r@samsung.com>
src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.Net45.csproj
src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager.csproj
src/Tizen.Uix.InputMethodManager/Tizen.Uix.InputMethodManager/InputMethodManager.cs

index 4c1b9ee..a39fafb 100755 (executable)
@@ -1,12 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
   <PropertyGroup>
-    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{23E28FF0-AA5F-457B-AD1C-AD42D5F59254}</ProjectGuid>
+    <ProjectGuid>{090D9725-02F5-4F2C-B41F-3B0D493904E8}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>Tizen.Uix.InputMethodManager</RootNamespace>
index 0fe37a3..d390e81 100755 (executable)
@@ -1,18 +1,14 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
   <PropertyGroup>\r
-    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>8.0.30703</ProductVersion>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{23E28FF0-AA5F-457B-AD1C-AD42D5F59254}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>Tizen.Uix.InputMethodManager</RootNamespace>\r
     <AssemblyName>Tizen.Uix.InputMethodManager</AssemblyName>\r
     <FileAlignment>512</FileAlignment>\r
-    <DefaultLanguage>en-US</DefaultLanguage>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
     <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
     <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
     <NoStdLib>true</NoStdLib>\r
-    <NoWarn>$(NoWarn);1701</NoWarn>\r
-    <UseVSHostingProcess>false</UseVSHostingProcess>\r
+    <NoWarn>$(NoWarn);1701;1702</NoWarn>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>portable</DebugType>\r
+    <DebugType>full</DebugType>\r
     <Optimize>false</Optimize>\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>portable</DebugType>\r
+    <DebugType>pdbonly</DebugType>\r
     <Optimize>true</Optimize>\r
     <OutputPath>bin\Release\</OutputPath>\r
     <DefineConstants>TRACE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
+    <Prefer32Bit>false</Prefer32Bit>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
     <SignAssembly>true</SignAssembly>\r
index 40cb2e0..05b231c 100755 (executable)
@@ -21,21 +21,19 @@ namespace Tizen.Uix.InputMethodManager
 {\r
     /// <summary>\r
     /// This class provides the functions for launching input method editor (IME) list and selector settings. A user can manage the installed IMEs in the system.\r
-    /// </summary>\r
-    /// <overview>\r
     /// Input method editor (IME) is an input panel that lets users provide input and the platform receives the text data entered.\r
     /// Manager is a module for managing the installed IMEs.\r
     /// IME developers can use this module to open the installed IME list or selector menu after their IME installation and then guide to select the installed IME.\r
-    /// </overview>\r
+    /// </summary>\r
     public static class Manager\r
     {\r
         /// <summary>\r
         /// Requests to open the installed IME list menu.\r
         /// This api provides the installed IME list menu for the IME developers who might want to open it to enable their IME.\r
         /// </summary>\r
-        /// <Privilege>\r
+        /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
-        /// </Privilege>\r
+        /// </privilege>\r
         /// <exception cref="InvalidOperationException">\r
         /// This Exception can occur if:\r
         /// 1) The application does not have the privilege to call this function\r
@@ -55,9 +53,9 @@ namespace Tizen.Uix.InputMethodManager
         /// Requests to open the IME selector menu.\r
         /// This api provides the IME selector menu for the IME or other application developers who might want to change the default IME.\r
         /// </summary>\r
-        /// <Privilege>\r
+        /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
-        /// </Privilege>\r
+        /// </privilege>\r
         /// <exception cref="InvalidOperationException">\r
         /// This Exception can occur if:\r
         /// 1) The application does not have the privilege to call this function\r
@@ -77,9 +75,9 @@ namespace Tizen.Uix.InputMethodManager
         /// Checks if the specific IME is enabled or disabled in the system keyboard setting.\r
         /// The IME developers can use this property to check if their IME is enabled or not.\r
         /// </summary>\r
-        /// <Privilege>\r
+        /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
-        /// </Privilege>\r
+        /// </privilege>\r
         /// <param name="appId">The application ID of the IME</param>\r
         /// <returns>The On (enabled) and Off (disabled) state of the IME</returns>\r
         /// <exception cref="ArgumentException">\r
@@ -106,9 +104,9 @@ namespace Tizen.Uix.InputMethodManager
         /// <summary>\r
         /// Checks which IME is the current activated (selected) IME.\r
         /// </summary>\r
-        /// <Privilege>\r
+        /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
-        /// </Privilege>\r
+        /// </privilege>\r
         /// <returns>\r
         /// Current activated (selected) IME\r
         /// </returns>\r
@@ -133,9 +131,9 @@ namespace Tizen.Uix.InputMethodManager
         /// <summary>\r
         /// Gets the number of IMEs which are enabled (usable).\r
         /// </summary>\r
-        /// <Privilege>\r
+        /// <privilege>\r
         /// http://tizen.org/privilege/imemanager\r
-        /// </Privilege>\r
+        /// </privilege>\r
         /// <returns>\r
         /// The number of enabled IMEs\r
         /// </returns>\r