Skip to content

Commit

Permalink
Rename dexter.mp4 to content type in project file
Browse files Browse the repository at this point in the history
Reverted dexter.mp4 from None to Content in the project file to ensure it gets copied successfully. This change also updates the related file path references and project metadata.
  • Loading branch information
ivandrofly committed Nov 26, 2024
1 parent faaf775 commit 1566fa4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
File renamed without changes.
9 changes: 6 additions & 3 deletions SubDBSharp.UnitTest/SubDBSharp.UnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,14 @@
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<ItemGroup>
<None Update="Assets\dexter.mp4">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Assets\Logan.2017.en.srt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Remove="Assets\dexter.mp4" />
<Content Include="Assets\dexter.mp4">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>

0 comments on commit 1566fa4

Please sign in to comment.