Polish AmiReel UI and improve render workflow

This commit is contained in:
2026-08-11 13:55:44 +02:00
parent ad205bb534
commit d62ae0b9fb
38 changed files with 2711 additions and 183 deletions
+8
View File
@@ -18,6 +18,14 @@
<EnableCompressionInSingleFile>true</EnableCompressionInSingleFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="AmiReel.WinUI\**\*.cs" />
<EmbeddedResource Remove="AmiReel.WinUI\**\*" />
<None Remove="AmiReel.WinUI\**\*" />
<Page Remove="AmiReel.WinUI\**\*.xaml" />
<ApplicationDefinition Remove="AmiReel.WinUI\App.xaml" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="ThirdParty\ffmpeg.exe" Condition="Exists('ThirdParty\ffmpeg.exe')" LogicalName="AmigaDB.VideoRenderer.Tools.ffmpeg.exe" />
<EmbeddedResource Include="ThirdParty\ffprobe.exe" Condition="Exists('ThirdParty\ffprobe.exe')" LogicalName="AmigaDB.VideoRenderer.Tools.ffprobe.exe" />