Skip to content

Commit

Permalink
fix: sample page name
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-Antoine-Soucy committed Aug 15, 2023
1 parent b81b736 commit 46c2849
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 14 deletions.
5 changes: 0 additions & 5 deletions Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.projitems
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@
<Compile Include="$(MSBuildThisFileDirectory)Helpers\VisualTreeHelperEx.cs" />
<Compile Include="$(MSBuildThisFileDirectory)ViewModels\Command.cs" />
<Compile Include="$(MSBuildThisFileDirectory)ViewModels\ViewModelBase.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Views\SamplePages\LightWeightExtensionSameplePage.xaml.cs" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="$(MSBuildThisFileDirectory)App.xaml">
Expand Down Expand Up @@ -220,10 +219,6 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="$(MSBuildThisFileDirectory)Views\SamplePages\LightWeightExtensionSameplePage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<_Globbled_Page Include="$(MSBuildThisFileDirectory)**/*.xaml" Exclude="@(Page);@(ApplicationDefinition)">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down
6 changes: 0 additions & 6 deletions Uno.Gallery/Uno.Gallery.Shared/Uno.Gallery.Shared.shproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@
<PropertyGroup />
<Import Project="Uno.Gallery.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\CodeSharing\Microsoft.CodeSharing.CSharp.targets" />
<ItemGroup>
<_Globbed_Compile Remove="Views\SamplePages\LightWeightExtensionSameplePage.xaml.cs" />
</ItemGroup>
<ItemGroup>
<_Globbled_Page Remove="Views\SamplePages\LightWeightExtensionSameplePage.xaml" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Page x:Class="Uno.Gallery.Views.SamplePages.LightWeightExtensionSameplePage"
<Page x:Class="Uno.Gallery.Views.SamplePages.LightWeightExtensionSamplePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Uno.Gallery"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
namespace Uno.Gallery.Views.SamplePages
{
[SamplePage(SampleCategory.Theming, "Lightweight Extension", Description = "Using an extension with dictionaries centralizes key overrides, promoting reusability and consistency across controls, reducing the need for repetitive per-component customizations.", DocumentationLink = "https://learn.microsoft.com/en-us/windows/apps/design/style/xaml-styles#lightweight-styling")]
public sealed partial class LightWeightExtensionSameplePage : Page
public sealed partial class LightWeightExtensionSamplePage : Page
{
public LightWeightExtensionSameplePage()
public LightWeightExtensionSamplePage()
{
this.InitializeComponent();
}
Expand Down

0 comments on commit 46c2849

Please sign in to comment.