Skip to content

Commit 1566fa4

Browse files
committed
Rename dexter.mp4 to content type in project file
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.
1 parent faaf775 commit 1566fa4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

SubDBSharp.UnitTest/SubDBSharp.UnitTest.csproj

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@
2020
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
2121
</ItemGroup>
2222
<ItemGroup>
23-
<None Update="Assets\dexter.mp4">
24-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
25-
</None>
2623
<None Update="Assets\Logan.2017.en.srt">
2724
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2825
</None>
2926
</ItemGroup>
27+
<ItemGroup>
28+
<None Remove="Assets\dexter.mp4" />
29+
<Content Include="Assets\dexter.mp4">
30+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
31+
</Content>
32+
</ItemGroup>
3033
</Project>

0 commit comments

Comments
 (0)