commit bd2ecd0176669d3a7bd9fb605bbbaae8bda1e4fa Author: Philipp Ostmeyer Date: Thu Jun 25 09:59:54 2026 +0200 Init diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..e6870f2 --- /dev/null +++ b/App.xaml @@ -0,0 +1,146 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..3ecc580 --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,7 @@ +namespace ClaudeOverview; + +// Fully qualified: System.Windows.Forms is also in scope (UseWindowsForms) and +// defines its own Application type, so the bare name is ambiguous. +public partial class App : System.Windows.Application +{ +} diff --git a/ClaudeOverview.csproj b/ClaudeOverview.csproj new file mode 100644 index 0000000..a79515c --- /dev/null +++ b/ClaudeOverview.csproj @@ -0,0 +1,30 @@ + + + + WinExe + net8.0-windows + enable + enable + true + + true + ClaudeOverview + ClaudeOverview + app.manifest + + + $(NoWarn);WFAC010 + + + + + + + PreserveNewest + + + + diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..c275b28 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,15 @@ + + + + C:\Tools\ClaudeOverview-build\bin\ + C:\Tools\ClaudeOverview-build\obj\ + + diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..bc8231d --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +