fix: 编译时不复制启动画面视频

This commit is contained in:
denglihong2007
2025-08-30 00:06:59 +08:00
parent 61ce5db78d
commit d71fea8799

View File

@@ -100,6 +100,12 @@
<Folder Include="Services\" />
</ItemGroup>
<ItemGroup>
<Content Update="Assets\Background\CRSim.wmv">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Assets\Background\SplashScreenBackground.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Update="Assets\CRSimIcon.ico">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>