CodeWalker/CodeWalker.ErrorReport/CodeWalker.ErrorReport.csproj
2023-10-27 21:31:09 +02:00

12 lines
369 B
XML

<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net48</TargetFramework>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationIcon>CW.ico</ApplicationIcon>
<AssemblyName>CodeWalker Error Report Tool</AssemblyName>
<LangVersion>latest</LangVersion>
</PropertyGroup>
</Project>