Files
UnrealEngineUWP/Engine/Source/Programs/UnsyncUI/UnsyncUI/UnsyncUI.csproj
Yuriy ODonnell 23c1262be0 UnsyncUI - Use .Net Core 3.1 (same as UGS)
#rb Rob.Millar
#preflight skip

[CL 21708621 by Yuriy ODonnell in ue5-main branch]
2022-08-30 16:21:51 -04:00

14 lines
433 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<ApplicationIcon>unsync_48px.ico</ApplicationIcon>
</PropertyGroup>
</Project>