SwiftUI Classroom Mini IDE for Windows - Build Ready Package
===========================================================

This ZIP is ready for a Windows build machine. It does not contain a compiled
EXE yet because this package was prepared on macOS.

Build:

1. Extract this ZIP file on Windows.
2. Install the .NET 8 SDK.
3. Install Inno Setup 6 if you want the wizard installer EXE.
4. Optional: install the Swift toolchain for Windows to test real SwiftOpenUI builds.
5. Open PowerShell in the extracted folder.
6. Run: powershell -ExecutionPolicy Bypass -File .\build-windows.ps1

What it builds:

- artifacts\publish\SwiftUIClassroomMiniIDE.exe
- artifacts\installer\SwiftUI-Classroom-MiniIDE-Setup-v0.2.0.exe
- artifacts\SwiftUI-Classroom-MiniIDE-Windows-BuildReady-v0.2.0.zip

What the Mini IDE does:

- Provides a native C# Windows editor and preview surface.
- Generates a Swift package that depends on codelynx/swiftopenui.
- Uses SwiftOpenUI BackendWin32 when students click Build or Run.

The native teaching preview is intentionally limited. The real SwiftOpenUI
Win32 preview path is the generated Swift package.
