Files
UnrealEngineUWP/Engine/Source/Programs/UnsyncUI/UnsyncUI/UnsyncUI.csproj
yuriy odonnell 105d417465 UnsyncUI - Add application log panel, enable user authentication UI by default
* Fix race condition in process stdout/err stream handling which could result in some pending data to be lost at the end of the process
* Bump version to 1.0.21

[CL 29754849 by yuriy odonnell in ue5-main branch]
2023-11-15 14:24:23 -05: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.21</Version>
</PropertyGroup>
</Project>