This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Serial.Assistant.CLI/Properties/PublishProfiles
Serial.Assistant.GUI/Properties/PublishProfiles Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Serial.Assistant
22
3+ ## 简介
4+
5+ 基于 .NET6 的串口助手, 包含 CLI 和 GUI
6+
7+ ## 演示
8+
9+ ### Serial.Assistant.CLI
10+
11+ - Windows 11
12+
13+ ![ Windows 11] ( docs/1.gif )
14+
15+ - CentOS 7
16+
17+ ![ CentOS 7] ( docs/2.gif )
18+
19+ ![ CentOS 7] ( docs/3.gif )
20+
21+ ### Serial.Assistant.GUI
22+
23+ - Windows 11
24+
25+ ![ Windows 11] ( docs/4.png )
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net6.0\publish\linux-x64\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <_TargetId >Folder</_TargetId >
12+ <TargetFramework >net6.0</TargetFramework >
13+ <RuntimeIdentifier >linux-x64</RuntimeIdentifier >
14+ <SelfContained >false</SelfContained >
15+ <PublishSingleFile >true</PublishSingleFile >
16+ </PropertyGroup >
17+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net6.0\publish\win-x64\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <_TargetId >Folder</_TargetId >
12+ <TargetFramework >net6.0</TargetFramework >
13+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
14+ <SelfContained >false</SelfContained >
15+ <PublishSingleFile >true</PublishSingleFile >
16+ <PublishReadyToRun >false</PublishReadyToRun >
17+ </PropertyGroup >
18+ </Project >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ https://go.microsoft.com/fwlink/?LinkID=208121.
4+ -->
5+ <Project >
6+ <PropertyGroup >
7+ <Configuration >Release</Configuration >
8+ <Platform >Any CPU</Platform >
9+ <PublishDir >bin\Release\net6.0-windows\publish\win-x64\</PublishDir >
10+ <PublishProtocol >FileSystem</PublishProtocol >
11+ <_TargetId >Folder</_TargetId >
12+ <TargetFramework >net6.0-windows</TargetFramework >
13+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
14+ <SelfContained >false</SelfContained >
15+ <PublishSingleFile >true</PublishSingleFile >
16+ <PublishReadyToRun >false</PublishReadyToRun >
17+ </PropertyGroup >
18+ </Project >
You can’t perform that action at this time.
0 commit comments