Add project files.

This commit is contained in:
2026-05-20 14:06:26 -04:00
parent c808de8a0e
commit 175df9807d
10 changed files with 786 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Application x:Class="Tasklight.Controller.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Tasklight.Controller"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>