仪表盘
版本库
文件存储
活动
搜索
登录
HStation
/
XHS.V1.0
循环水项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
[重构] 1、Map重构,变量命名,注释,相关操作以事件传出等 2、计算返回结果格式调整,命名空间 3、部分结构类型回调
cloudflight
2024-08-05
109d1a936cb77ff259ad4b29333afd22dc32f64a
[HStation/XHS.V1.0.git]
/
WinFrmUI
/
HStation.WinFrmUI.Common.Core
/
HStation.WinFrmUI.Common.Core.csproj
1
2
3
4
5
6
7
8
9
10
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>