Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Requirements:

A simple `dotnet build` in the repository root directory will create a debug build.<br>
A `Release` configuration is also present for non-debugging purposes and is used for the binary releases in this repository.
Cross-compiling with a Windows target on other platforms is supported.

## Status

Expand Down
3 changes: 3 additions & 0 deletions STROOP/STROOP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<ApplicationIcon>icon.ico</ApplicationIcon>
<ApplicationManifest>app.manifest</ApplicationManifest>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<UseAppHost>true</UseAppHost>
</PropertyGroup>

<!-- Package references -->
Expand Down
Loading