Files
UnrealEngineUWP/Engine/Source/Programs/Windows/UnrealWindowsForms/UnrealWindowsForms.csproj
josh adams 2f389629d4 - Fixed UnrealWindowForms.pdb to not be portable, which pdbcopy.exe can't handle
#rb trivial
#preflight none
#jira none
#p4v-cherrypick 18409432

[CL 18409472 by josh adams in ue5-main branch]
2021-12-08 14:22:36 -05:00

19 lines
590 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<ApplicationIcon />
<OutputType>Library</OutputType>
<StartupObject />
<UseWindowsForms>true</UseWindowsForms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<OutputPath>..\..\..\..\Binaries\DotNET\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>pdbonly</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
</Project>