diff --git a/README.md b/README.md index 26a9adb00..413bf071a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ Requirements: A simple `dotnet build` in the repository root directory will create a debug build.
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 diff --git a/STROOP/STROOP.csproj b/STROOP/STROOP.csproj index b88c79bdc..9181cd7ef 100644 --- a/STROOP/STROOP.csproj +++ b/STROOP/STROOP.csproj @@ -6,6 +6,9 @@ false icon.ico app.manifest + true + win-x64 + true