NetTunnelWindows/NetTunnelApp/NetTunnelApp.csproj

11 lines
367 B
XML
Raw Normal View History

2023-06-15 01:35:37 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<BaseOutputPath>C:\Users\HuangXin\Documents\development\visual_studio\NetworkTunnel\x64</BaseOutputPath>
</PropertyGroup>
</Project>