teamsiso/src/TeamsISO.App
Zac Gaetano f21e818b28 chore: scaffold WPF app and integration test projects
- TeamsISO.App: hand-rolled net8.0-windows WPF csproj since the WPF
  template isn't shipped on linux-arm64 .NET SDK; UI is a placeholder
  for Phase C.
- TeamsISO.Engine.IntegrationTests: cross-platform xunit project with a
  skipped scaffold fact tagged [Trait("requires", "ndi")] for Phase B.
- TeamsISO.Linux.slnf: solution filter for non-Windows CI that excludes
  the WPF project (which can only build on Windows).
2026-05-07 15:09:56 +00:00
..
App.xaml chore: scaffold WPF app and integration test projects 2026-05-07 15:09:56 +00:00
App.xaml.cs chore: scaffold WPF app and integration test projects 2026-05-07 15:09:56 +00:00
MainWindow.xaml chore: scaffold WPF app and integration test projects 2026-05-07 15:09:56 +00:00
MainWindow.xaml.cs chore: scaffold WPF app and integration test projects 2026-05-07 15:09:56 +00:00
TeamsISO.App.csproj chore: scaffold WPF app and integration test projects 2026-05-07 15:09:56 +00:00