Skip to content

Commit

Permalink
Format XAML in Rebound.TrustedPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Oct 5, 2024
1 parent 178092c commit 3dd2103
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 216 deletions.
9 changes: 5 additions & 4 deletions TrustedPlatform/App.xaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<Application x:Class="Rebound.TrustedPlatform.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Rebound.TrustedPlatform">
<Application
x:Class="Rebound.TrustedPlatform.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:Rebound.TrustedPlatform">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand Down
Loading

0 comments on commit 3dd2103

Please sign in to comment.