~ruther/NosTale-Launcher

ref: b95c2aa5094c17aeb041f279424db6b6bd50158b NosTale-Launcher/NostaleLauncher/NostaleLauncher.csproj -rw-r--r-- 436 bytes
b95c2aa5 — František Boháček chore: add license 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>