wcs_server_kate_suzhou/Tools/LedSimple/LedSimple.csproj

21 lines
538 B
XML
Raw Normal View History

2024-05-14 16:30:56 +08:00
<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>