pro3_control_panel_v2/AmebaPro3_ControlPanel.csproj
2025-12-23 14:12:21 +08:00

16 lines
394 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<None Include="Scripts\uart_bridge.py" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>