Files
UnrealEngineUWP/Engine/Source/Programs/Horde/Tools/ReleaseNotes/ReleaseNotes.csproj
ben marsh e9530f660e Horde: Add ReleaseNotes tool to regular solution. Remove a few hard-coded constants.
[CL 33074017 by ben marsh in ue5-main branch]
2024-04-18 11:46:55 -04:00

23 lines
801 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PublishSingleFile>true</PublishSingleFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Shared\EpicGames.Core\EpicGames.Core.csproj" />
<ProjectReference Include="..\..\..\Shared\EpicGames.Horde\EpicGames.Horde.csproj" />
<ProjectReference Include="..\..\..\Shared\EpicGames.IoHash\EpicGames.IoHash.csproj" />
<ProjectReference Include="..\..\..\Shared\EpicGames.Perforce\EpicGames.Perforce.csproj" />
</ItemGroup>
</Project>