Packed MainWindow.xml into assembly to prevent runtime modification

This commit is contained in:
2025-09-17 09:02:22 +02:00
parent f659ea672c
commit e329430d28
2 changed files with 8 additions and 4 deletions

View File

@@ -12,9 +12,7 @@
</ItemGroup>
<ItemGroup>
<None Update="UI/MainWindow.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<EmbeddedResource Include="UI/MainWindow.xml" />
</ItemGroup>
</Project>