Update project configuration, add service installation scripts, and create README documentation

This commit is contained in:
2026-01-05 07:44:35 +11:00
parent 9fcad874b9
commit 9070768fe7
7 changed files with 236 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ namespace DevDrive;
/// <summary>
/// Entry point for the virtual drive application.
/// Monitors a config drive via WMI events and creates symlinks based on index.json.
/// </summary>
[SupportedOSPlatform("windows")]
public static class Program