2024-07-14 11:24:10 +00:00
|
|
|
<windowex:WindowEx
|
|
|
|
x:Class="RustTools.MainWindow"
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
2024-07-26 10:50:25 +00:00
|
|
|
xmlns:local="using:RustTools"
|
2024-07-14 11:24:10 +00:00
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
|
|
xmlns:windowex="using:WinUIEx"
|
|
|
|
MinWidth="500"
|
|
|
|
MinHeight="500"
|
|
|
|
PersistenceId="MainWindow"
|
2024-07-28 13:33:21 +00:00
|
|
|
mc:Ignorable="d" />
|