Files
wgutils/tools/AS1024.Wireguard.Utils.Cli/AS1024.Wireguard.Utils.Cli.csproj
2026-05-15 04:53:44 +00:00

15 lines
368 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\AS1024.Wireguard.Utils\AS1024.Wireguard.Utils.csproj" />
</ItemGroup>
</Project>