DirectoryCreator/App.xaml

7 lines
331 B
Plaintext
Raw Normal View History

<Application x:Class="DirectoryCreator.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:DirectoryCreator"
StartupUri="MainWindow.xaml">
2025-02-02 17:31:06 -03:00
<Application.Resources>
2025-02-02 17:31:06 -03:00
</Application.Resources>
</Application>