Add the WinForm framework.

This commit is contained in:
2024-07-31 16:14:35 -04:00
parent e7cec66e6c
commit 096c6aa661
7 changed files with 227 additions and 4 deletions

12
PDF-Merge.csproj Normal file
View File

@@ -0,0 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<RootNamespace>PDF_Merge</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>