Files
Ben Marsh 1077980348 Horde: Add a helper method to do an OIDC login in the RemoteClient app.
#preflight none

[CL 24789494 by Ben Marsh in ue5-main branch]
2023-03-24 18:13:10 -04:00

16 lines
447 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Shared\EpicGames.Horde\EpicGames.Horde.csproj" />
<ProjectReference Include="..\..\..\Shared\EpicGames.OIDC\EpicGames.OIDC.csproj" />
</ItemGroup>
</Project>