Skip to content

Commit

Permalink
chore: correct local alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Takoooooo committed Jan 28, 2025
1 parent c3a4df9 commit 1b330a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Uno.Templates/content/unoapp/MyExtensionsApp.1/App.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
<Application x:Class="MyExtensionsApp._1.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:_1">
xmlns:local="using:MyExtensionsApp._1">
<!--#else-->
<Application x:Class="MyExtensionsApp._1.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:_1"$useThemesResourceNamespace$>
xmlns:local="using:MyExtensionsApp._1"$useThemesResourceNamespace$>

<!--#if (meadowSupport)-->
<local:UnoMeadowDesktopApplication x:Class="MyExtensionsApp._1.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:_1"$useThemesResourceNamespace$>
xmlns:local="using:MyExtensionsApp._1"$useThemesResourceNamespace$>
<!--#endif-->
<!--#if (useMeadowAndCsharpMarkup)-->
<local:UnoMeadowDesktopApplication x:Class="MyExtensionsApp._1.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:_1">
xmlns:local="using:MyExtensionsApp._1">
<!--#endif-->

<!--#if (meadowSupport)-->
Expand Down

0 comments on commit 1b330a1

Please sign in to comment.