Standalone Windows executables are compiled ahead of time (AOT) and distributed as three executable files (.exe, .dll, .runtimeconfig.json). This format is ideal for small executables called from the command line or from other applications. To create an AOT Windows executable in Visual Studio 2022 or later Start a new project Build the executable Prerequisites To …
Continue reading “Build a standalone Windows executable in Visual Studio”