Files
PostManCloneApp/PostmanCloneUI/PostmanCloneUI.csproj
Tommy Öman b584174707 Initial project tweaks
Sets the UI and Library up to be in a good spot to start work
2024-04-26 10:45:39 +02:00

15 lines
411 B
XML

<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="..\PostmanCloneLibrary\PostmanCloneLibrary.csproj" />
</ItemGroup>
</Project>