mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-05 14:47:22 +08:00
11 lines
334 B
XML
11 lines
334 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>
|
|
</PropertyGroup>
|
|
|
|
</Project> |