<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NosTale-Gfless\NostaleAuth\NostaleAuth.csproj" />
<ProjectReference Include="..\NosTale-gfless\NosTaleGfless\NosTaleGfless.csproj" />
<ProjectReference Include="..\Process.NET\src\Process.NET\Process.NET.csproj" />
</ItemGroup>
</Project>