sangwook96 / vs-tools-cps

Tizen.NET applications 개발을 위한 Visual Studio extension
Apache License 2.0
0 stars 0 forks source link

[Maui]Missing Tizen Targets in Maui App #1

Open sangwook96 opened 2 years ago

sangwook96 commented 2 years ago

Issue: I can see not see Tizen Targets in .NET Maui app's properties. I can see Android/iOS/Windows Targets I capture them. Could you add Tizen Targets, too on the .NET Maui app's properties? or Could you share how we add Tizen Targets on the Properties?

Missing Tizen Targets on the Application list targets

1_iOS_Targets

2_Android_Targets

3_Windows_Targets

Missing items the Tizen Targets Tizen Targets -Target the Tizen platform -Target Tizen Framework -Minimum Target Tizen Framework

sangwook96 commented 2 years ago

@Mr.Kunal found that There is a rule file "C:\Program Files\Microsoft Visual Studio\2022\Preview\Msbuild\Microsoft\VisualStudio\Maui\ExtendedApplicationRule.xaml" which loads a rule. It has support for Android and iOS. It is included in Maui.DesignTime.Targets. We tried to take the rule similar to Android and change it to Tizen and added it to our ProjectDebugger.xaml. But it is not working.

What is ExtendedApplicationRule.xaml file? Could you add Tizen Targets on the ExtendedApplicationRule.xaml like Android/iOS?