To build, go to a command prompt in the solution folder, and run one of:
| File | Description |
|---|---|
| build-debug.bat | Builds a self-contained debug version of the app in bin\Debug\Standalone |
| build-debug-portable.bat | Builds a self-contained portable debug version of the app in bin\Debug\Portable |
| build-release.bat | Builds a self-contained release version of the app in bin\Release\Standalone |
| build-release-portable.bat | Builds a self-contained portable release version of the app in bin\Release\Portable |