|
17 | 17 | <AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
|
18 | 18 | <ApplicationIcon>Assets\logo.ico</ApplicationIcon>
|
19 | 19 | </PropertyGroup>
|
| 20 | + <ItemGroup> |
| 21 | + <Content Remove="Assets\ffmpeg\arm64\avcodec-59.dll" /> |
| 22 | + <Content Remove="Assets\ffmpeg\arm64\avdevice-59.dll" /> |
| 23 | + <Content Remove="Assets\ffmpeg\arm64\avfilter-8.dll" /> |
| 24 | + <Content Remove="Assets\ffmpeg\arm64\avformat-59.dll" /> |
| 25 | + <Content Remove="Assets\ffmpeg\arm64\avutil-57.dll" /> |
| 26 | + <Content Remove="Assets\ffmpeg\arm64\postproc-56.dll" /> |
| 27 | + <Content Remove="Assets\ffmpeg\arm64\swresample-4.dll" /> |
| 28 | + <Content Remove="Assets\ffmpeg\arm64\swscale-6.dll" /> |
| 29 | + <Content Remove="Assets\ffmpeg\x64\avcodec-59.dll" /> |
| 30 | + <Content Remove="Assets\ffmpeg\x64\avdevice-59.dll" /> |
| 31 | + <Content Remove="Assets\ffmpeg\x64\avfilter-8.dll" /> |
| 32 | + <Content Remove="Assets\ffmpeg\x64\avformat-59.dll" /> |
| 33 | + <Content Remove="Assets\ffmpeg\x64\avutil-57.dll" /> |
| 34 | + <Content Remove="Assets\ffmpeg\x64\postproc-56.dll" /> |
| 35 | + <Content Remove="Assets\ffmpeg\x64\swresample-4.dll" /> |
| 36 | + <Content Remove="Assets\ffmpeg\x64\swscale-6.dll" /> |
| 37 | + </ItemGroup> |
20 | 38 | <ItemGroup>
|
21 | 39 | <None Remove="Assets\AppCenterSecret.txt" />
|
22 | 40 | <None Remove="Assets\DashAudioWithoutVideoTemplate.xml" />
|
|
201 | 219 | <Content Update="Assets\AppCenterSecret.txt">
|
202 | 220 | <CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
203 | 221 | </Content>
|
| 222 | + <None Update="Assets\ffmpeg\x64\avcodec-59.dll"> |
| 223 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 224 | + </None> |
| 225 | + <None Update="Assets\ffmpeg\x64\avdevice-59.dll"> |
| 226 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 227 | + </None> |
| 228 | + <None Update="Assets\ffmpeg\x64\avfilter-8.dll"> |
| 229 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 230 | + </None> |
| 231 | + <None Update="Assets\ffmpeg\x64\avformat-59.dll"> |
| 232 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 233 | + </None> |
| 234 | + <None Update="Assets\ffmpeg\x64\avutil-57.dll"> |
| 235 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 236 | + </None> |
| 237 | + <None Update="Assets\ffmpeg\x64\postproc-56.dll"> |
| 238 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 239 | + </None> |
| 240 | + <None Update="Assets\ffmpeg\x64\swresample-4.dll"> |
| 241 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 242 | + </None> |
| 243 | + <None Update="Assets\ffmpeg\x64\swscale-6.dll"> |
| 244 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 245 | + </None> |
| 246 | + <None Update="Assets\ffmpeg\arm64\swresample-4.dll"> |
| 247 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 248 | + </None> |
204 | 249 | <Page Update="Controls\Markdown\MarkdownTextBlock.xaml">
|
205 | 250 | <Generator>MSBuild:Compile</Generator>
|
206 | 251 | </Page>
|
|
0 commit comments