Files
UnrealEngineUWP/Engine/Source/Programs/UnsyncUI/UnsyncUI/UnsyncUI.csproj
yuriy odonnell 8ad6e23ef5 UnsyncUI - Add top-level unhandled exception handler and report stderr output from queries
[CL 33181370 by yuriy odonnell in ue5-main branch]
2024-04-23 17:39:45 -04:00

15 lines
484 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationManifest>app.manifest</ApplicationManifest>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<ApplicationIcon>unsync_48px.ico</ApplicationIcon>
<Version>$(VersionPrefix)1.0.23</Version>
</PropertyGroup>
</Project>