~ruther/NosTale-Launcher

NosTale-Launcher/NostaleLauncher/NostaleLauncher.csproj -rw-r--r-- 529 bytes
4402a47f — František Boháček chore: add references to projects 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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>
Do not follow this link