Files
UnrealEngineUWP/Engine/Source/Programs/MemoryProfiler2/MemoryProfiler2.csproj
Matt Peters 160c462d38 MemoryProfiler2.csproj: revert empty PropertyGroups fix; "must contain a Debug configuration" error has been fixed in another way.
#preflight 630c16b1e112483775095be2

[CL 21658303 by Matt Peters in ue5-main branch]
2022-08-28 21:38:12 -04:00

26 lines
823 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>disable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ProduceReferenceAssembly>True</ProduceReferenceAssembly>
<PackageId />
<AssemblyName></AssemblyName>
<Configurations>Debug;Release;Development</Configurations>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="envdte" Version="17.3.32804.24" />
<PackageReference Include="HIC.System.Windows.Forms.DataVisualization" Version="1.0.1" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnrealControls">
<HintPath>..\..\..\Binaries\DotNET\UnrealControls.dll</HintPath>
</Reference>
</ItemGroup>
</Project>