Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 639 Bytes

File metadata and controls

22 lines (15 loc) · 639 Bytes

VHD Tools WPF Application

This project provides a modern graphical interface for the existing VHDTools library.

Technology stack

  • Language: C# 12
  • Framework: .NET 9 (target net9.0-windows)
  • GUI: Windows Presentation Foundation (WPF)
  • Dependencies:
    • VHDTools library (this repository)
    • Microsoft.NET.Sdk
    • Prism.Wpf / Prism.DryIoc for MVVM infrastructure
    • MaterialDesignThemes & MaterialDesignColors for theming

Platform

The application targets Windows only and requires .NET 9 runtime.

Purpose

Serve as a base for further development of a user friendly tool to manage virtual disk files.