~ruther/NosTale-Launcher

ref: 98cc70d41732f2558361e805cb41078eb0007c59 NosTale-Launcher/NostaleLauncher/NostaleLauncher.csproj -rw-r--r-- 436 bytes
98cc70d4 — František Boháček chore: add Process.NET 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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" />
    </ItemGroup>

</Project>