Disable the use of XAML for improving performance 88/320288/2
authorInhong Han <inhong1.han@samsung.com>
Wed, 26 Feb 2025 06:19:58 +0000 (15:19 +0900)
committerInhong Han <inhong1.han@samsung.com>
Wed, 26 Feb 2025 06:37:45 +0000 (15:37 +0900)
Change-Id: I733504ef6a0d9b5ee9d830f2d3aadeac90fe1f69

ISEDefaultNUI/ISEDefaultNUI.cs
ISEDefaultNUI/ISEDefaultNUI.csproj
packaging/org.tizen.ISEDefaultNUI-1.0.0.tpk

index 53b275e89e71aeceaa291acf3afb34c51805bad3..4ef150f034cc0a7fc5da9bdec676aa27cef674be 100644 (file)
@@ -648,6 +648,7 @@ namespace ISEDefaultNUI
         static void Main(string[] args)
         {
             InputMethodEditor.Run(Create, Terminate, Show, Hide);
+            NUIApplication.IsUsingXaml = false;
 
             var app = new Program("", WindowMode.Opaque, WindowType.Ime);
             app.Run(args);
index 6eaecc47427b28f5234a14c9b71663b08a51b321..b49b93cc9249f24b3824e430944e81678593bf39 100644 (file)
@@ -1,9 +1,10 @@
-<Project Sdk="Tizen.NET.Sdk/1.1.6">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <OutputType>Exe</OutputType>
-    <TargetFramework>tizen11.0</TargetFramework>
+    <TargetFramework>net6.0</TargetFramework>
     <TargetFrameworkIdentifier>Tizen</TargetFrameworkIdentifier>
+    <DisableImplicitTizenReferences>true</DisableImplicitTizenReferences>
   </PropertyGroup>
 
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
   </PropertyGroup>
 
   <ItemGroup>
-    <PackageReference Include="Tizen.NET" Version="11.0.0.17670">
+    <PackageReference Include="Tizen.NET.API13" Version="13.0.0.*">
       <ExcludeAssets>Runtime</ExcludeAssets>
     </PackageReference>
+    <PackageReference Include="Tizen.NET.sdk" Version="1.0.9"/>
     <Folder Include="lib\" />
     <Folder Include="res\" />
   </ItemGroup>
index bb0331b1bc9f481341014da1f05950b2108339cd..3649b03ec541cddb5892a050a86171c9f9672f77 100644 (file)
Binary files a/packaging/org.tizen.ISEDefaultNUI-1.0.0.tpk and b/packaging/org.tizen.ISEDefaultNUI-1.0.0.tpk differ