refactor: 프로젝트명 DB720Flasher → FirmwareFlasher
폴더·csproj·어셈블리명·RootNamespace·코드 namespace·x:Class·app.manifest 전부 변경. 빌드 결과가 네이티브로 FirmwareFlasher.exe 로 나온다(dist 수동 리네임 불필요). README 빌드/구조 경로도 갱신. 모델명 "DB720"은 그대로 유지. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
7
FirmwareFlasher/App.xaml.cs
Normal file
7
FirmwareFlasher/App.xaml.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace FirmwareFlasher;
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user