Files
ENIG/Cs_HMI/SubProject/AGVMapControl/AGVMapControl.csproj
Arin(asus) 78075fc690 ..
2025-05-23 12:08:43 +09:00

17 lines
413 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<Reference Include="arCommUtil">
<HintPath>..\..\DLL\arCommUtil.dll</HintPath>
</Reference>
</ItemGroup>
</Project>