Refactor UI with purple dark theme glassmorphism, projects management, license editing, agent installer scripts, unmaskable tokens, C# test suite

This commit is contained in:
Deploymentcenter Bot
2026-08-05 21:55:19 +02:00
parent 8ddcbf179a
commit fe9f95584e
8 changed files with 813 additions and 276 deletions
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AppName>Deploymentcenter Test Suite</AppName>
</PropertyGroup>
</Project>