A simple C# WPF project demonstrating console, build automation, and MVVM patterns.
- Console Application: "Hello World" C# console app
- Build Automation: Command-line compilation and cmd batch script
- VS Code Integration: Workspace setup, debugging, and build tasks (coming soon)
- WPF GUI: Simple MVVM implementation (coming soon)
The current state of the project is a simple "Hello World" console application with a build script. You can get to this state by checking out the v0.1-hello-world tag:
git checkout v0.1-hello-world
.gitignore
build/ (created by build script)
build.bat
Program.cs
README.md
- .NET Framework (for csc.exe)
- Git
- Clone the repository:
git clone https://github.com/MinimalWindowsDev/CSharp-WPF-Playground cd CSharp-WPF-Playground - (Optional) Checkout the Hello World state:
git checkout v0.1-hello-world - Run the build script:
build.bat - Run the compiled program:
build\HelloWorld.exe
- VS Code Integration: Workspace setup, debugging, and build tasks
- WPF GUI: Simple MVVM implementation
This project is licensed under the WTFPL - see the LICENSE for details.