Files
PortProxyTool/PortProxyTool.Wpf/PortProxyTool.Wpf.csproj

17 lines
460 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net9.0-windows</TargetFramework>
<LangVersion>latestmajor</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\PortProxyTool\PortProxyTool.csproj"/>
</ItemGroup>
</Project>