update client gui
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="MyIcons.Designer.cs">
|
||||
<Compile Update="LangRes.Designer.cs">
|
||||
<DesignTime>True</DesignTime>
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>MyIcons.resx</DependentUpon>
|
||||
<DependentUpon>LangRes.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="SimpleActionDialog.Designer.cs">
|
||||
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
|
||||
@@ -22,18 +22,11 @@
|
||||
<Compile Update="SimpleActionDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="UpdatesAvailableDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="UpdatesAvailableDialog.cs" />
|
||||
<Compile Update="UpdatesAvailableDialog.Designer.cs">
|
||||
<DependentUpon>UpdatesAvailableDialog.cs</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="UpdatingClientGuiLangRes.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
@@ -42,10 +35,9 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Update="MyIcons.resx">
|
||||
<EmbeddedResource Update="LangRes.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>MyIcons.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
<LastGenOutput>LangRes.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="SimpleActionDialog.de.resx">
|
||||
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
|
||||
@@ -59,12 +51,6 @@
|
||||
<EmbeddedResource Update="UpdatesAvailableDialog.resx">
|
||||
<DependentUpon>UpdatesAvailableDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
<CustomToolNamespace>SM64_ROM_Manager.Updating.Client.GUI.My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="UpdatingClientGuiLangRes.de.resx">
|
||||
<Generator></Generator>
|
||||
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
||||
@@ -86,6 +72,8 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
||||
<PackageReference Include="Pilz.IO" Version="2.0.0" />
|
||||
<PackageReference Include="Pilz.UI.Telerik" Version="2.5.2" />
|
||||
<PackageReference Include="Pilz.UI.Telerik.SymbolFactory" Version="2.0.3" />
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="Markdig" Version="0.37.0" />
|
||||
|
||||
Reference in New Issue
Block a user