Initial commit

This commit is contained in:
Stone_Red
2022-02-19 18:57:52 +01:00
commit 75d5c4ffe4
13 changed files with 749 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Application x:Class="BeatDetector.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BeatDetector"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>