You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
26 lines
823 B
XML
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> |