[NUI][NUI.Devel.Tests] Fix build errors of NUI.Devel following latest codes.
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Tests / Tizen.NUI.Devel.Tests / testcase / public / Xaml / TotalSample / BaseXamlSample.xaml.cs
index 39c300e..b251f16 100755 (executable)
@@ -24,10 +24,6 @@ using Tizen.NUI.Binding;
 using Tizen.NUI.Components;
 using Tizen.NUI.Xaml;
 
-[assembly: global::Tizen.NUI.Xaml.XamlResourceIdAttribute("Tizen.NUI.Devel.Tests.res.layout.MyResourceDictionary.xaml",
-    "res.layout.MyResourceDictionary.xaml",
-    typeof(ResourceDictionary))]
-
 namespace Tizen.NUI.Devel.Tests
 {
     public class FocusEffect
@@ -53,8 +49,7 @@ namespace Tizen.NUI.Devel.Tests
 
         public string[] Array { get; set; }
     }
-    [Tizen.NUI.Xaml.XamlFilePathAttribute("res/layout/MyResourceDictionary.xaml")]
-    [Tizen.NUI.Xaml.XamlCompilationAttribute(global::Tizen.NUI.Xaml.XamlCompilationOptions.Compile)]
+
     public partial class BaseXamlSample : View
     {
         public BaseXamlSample()