Product_Wms/Tools/LedSimple/LedSimple.csproj

21 lines
538 B
XML
Raw Permalink Normal View History

2024-10-07 09:51:55 +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>