UnionPatcher/UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj
2021-11-29 20:43:20 -05:00

21 lines
697 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>LBPUnion.UnionPatcher.Gui.Windows</RootNamespace>
<AssemblyName>LBPUnion.UnionPatcher.Gui.Windows</AssemblyName>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Eto.Platform.Direct2D" Version="2.5.11" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\UnionPatcher.Gui\UnionPatcher.Gui.csproj" />
</ItemGroup>
<ItemGroup>
<KnownFrameworkReference Update="Microsoft.WindowsDesktop.App.WindowsForms" IsWindowsOnly="false" />
</ItemGroup>
</Project>