jacdac-dotnet/Jacdac.Explorer/Jacdac.Explorer.csproj

13 строки
319 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Jacdac.Core\Jacdac.Core.csproj" />
</ItemGroup>
</Project>