first commit

This commit is contained in:
김민성
2025-07-16 17:40:50 +09:00
commit c8c6c67ba9
12 changed files with 1813 additions and 0 deletions

8
App.xaml Normal file
View File

@@ -0,0 +1,8 @@
<Application x:Class="DwgExtractorManual.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>