AssemblyTool/AssemblyRemapperGUI/RemapperGUI.csproj

15 lines
400 B
XML
Raw Normal View History

2024-06-13 18:09:31 -04:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\AssemblyRemapper\RemapperLib.csproj" />
</ItemGroup>
</Project>