feat: 重构项目结构,添加 WPF 应用
- 将核心功能提取到 WCTDataMiner.Core 类库 - 添加 WCTDataMiner.Wpf 桌面应用 - 支持数据解析、导出、统计等功能 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
7
WCTDataMiner.slnx
Normal file
7
WCTDataMiner.slnx
Normal file
@@ -0,0 +1,7 @@
|
||||
<Solution>
|
||||
<Folder Name="/src/">
|
||||
<Project Path="src/WCTDataMiner.Core/WCTDataMiner.Core.csproj" />
|
||||
<Project Path="src/WCTDataMiner.Wpf/WCTDataMiner.Wpf.csproj" />
|
||||
<Project Path="src/WCTDataMiner/WCTDataMiner.csproj" />
|
||||
</Folder>
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user