wcs_serve_wuxikate/Tools/LedSimple/LedSimple.csproj
2025-01-03 14:36:27 +08:00

21 lines
538 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Platforms>AnyCPU;x64;x86</Platforms>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<None Update="lv_led.DLL">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="lv_led_64.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>