Skip to content

Commit

Permalink
MP1-5185: DeployTool: Add TV-Server x64 compatibility warning dialog …
Browse files Browse the repository at this point in the history
…to the project
  • Loading branch information
epbk committed Dec 6, 2023
1 parent 387ab6a commit 5f984e1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Tools/MediaPortal.DeployTool/MediaPortal.DeployTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,10 @@
<EmbeddedResource Include="Sections\SkinChoice.resx">
<DependentUpon>SkinChoice.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Sections\TvServerWarningDlg.resx">
<DependentUpon>TvServerWarningDlg.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Sections\UpgradeDlg.resx">
<DependentUpon>UpgradeDlg.cs</DependentUpon>
<SubType>Designer</SubType>
Expand Down Expand Up @@ -558,6 +562,12 @@
<Compile Include="Sections\SkinChoice.designer.cs">
<DependentUpon>SkinChoice.cs</DependentUpon>
</Compile>
<Compile Include="Sections\TvServerWarningDlg.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Sections\TvServerWarningDlg.Designer.cs">
<DependentUpon>TvServerWarningDlg.cs</DependentUpon>
</Compile>
<Compile Include="Sections\UpgradeDlg.cs">
<SubType>UserControl</SubType>
</Compile>
Expand Down

0 comments on commit 5f984e1

Please sign in to comment.