Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
修复必要文件引用
Browse files Browse the repository at this point in the history
  • Loading branch information
Richasy committed Mar 26, 2022
1 parent d1cae4c commit 9f96502
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/App/App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<Compile Include="Controls\App\CenterPopup\CenterPopup.Properties.cs" />
<Compile Include="Controls\App\IconTextBlock\IconTextBlock.cs" />
<Compile Include="Controls\Common\VerticalRepeaterView\VerticalRepeaterView.Properties.cs" />
<Compile Include="Controls\Common\VideoCard\VideoCard.cs" />
<Compile Include="Controls\Common\VideoCard\VideoCard.Properties.cs" />
<Compile Include="Controls\Player\Related\ViewLaterView.xaml.cs">
<DependentUpon>ViewLaterView.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -446,6 +448,7 @@
<Content Include="Assets\Bili_rgba_500.png" />
<Content Include="Assets\DashVideoTemplate.xml" />
<Content Include="Assets\ERROR_rgba.png" />
<Content Include="Assets\img_holder_rect.png" />
<Content Include="Assets\Level\level_0.png" />
<Content Include="Assets\Level\level_1.png" />
<Content Include="Assets\Level\level_2.png" />
Expand Down Expand Up @@ -565,6 +568,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Controls\Common\VideoCard\VideoCard.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Controls\Player\Related\ViewLaterView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down

0 comments on commit 9f96502

Please sign in to comment.