From b508da437a6ae0c6ac1360baca10c09c02812382 Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Tue, 29 Aug 2023 13:11:26 +0900 Subject: [PATCH] [NUI] Make Tizen.NUI.Components not be preloaded in TV profile --- src/Tizen.NUI.Components/Tizen.NUI.Components.csproj | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/Tizen.NUI.Components/Tizen.NUI.Components.csproj b/src/Tizen.NUI.Components/Tizen.NUI.Components.csproj index e1f4205..04e9232 100755 --- a/src/Tizen.NUI.Components/Tizen.NUI.Components.csproj +++ b/src/Tizen.NUI.Components/Tizen.NUI.Components.csproj @@ -5,9 +5,13 @@ $(NoWarn);CS0618;CA1054;CA1056 - - - + + + + + + + -- 2.7.4