rework client and remove separated update installer (gui not finished yet)

This commit is contained in:
2024-06-26 17:24:08 +02:00
parent 5bc0c374cf
commit 07853467b1
68 changed files with 681 additions and 1462 deletions

View File

@@ -11,10 +11,14 @@
</PropertyGroup>
<ItemGroup>
<Compile Update="LangRes.Designer.cs">
<Compile Update="LangRes\GeneralLangRes.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>LangRes.resx</DependentUpon>
<DependentUpon>GeneralLangRes.resx</DependentUpon>
</Compile>
<Compile Update="UpdateWindow.cs" />
<Compile Update="UpdateWindow.Designer.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="SimpleActionDialog.Designer.cs">
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
@@ -22,12 +26,22 @@
<Compile Update="SimpleActionDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="LangRes\UpdateInstallerLangRes.de.Designer.cs">
<DependentUpon>UpdateInstallerLangRes.de.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Update="LangRes\UpdateInstallerLangRes.Designer.cs">
<DependentUpon>UpdateInstallerLangRes.resx</DependentUpon>
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
<Compile Update="UpdatesAvailableDialog.cs" />
<Compile Update="UpdatesAvailableDialog.Designer.cs">
<DependentUpon>UpdatesAvailableDialog.cs</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Update="UpdatingClientGuiLangRes.Designer.cs">
<Compile Update="LangRes\UpdatingClientGuiLangRes.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>UpdatingClientGuiLangRes.resx</DependentUpon>
@@ -35,9 +49,9 @@
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="LangRes.resx">
<EmbeddedResource Update="LangRes\GeneralLangRes.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>LangRes.Designer.cs</LastGenOutput>
<LastGenOutput>GeneralLangRes.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="SimpleActionDialog.de.resx">
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
@@ -45,17 +59,27 @@
<EmbeddedResource Update="SimpleActionDialog.resx">
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="LangRes\UpdateInstallerLangRes.de.resx">
<CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
<LastGenOutput>UpdateInstallerLangRes.de.Designer.cs</LastGenOutput>
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="LangRes\UpdateInstallerLangRes.resx">
<CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
<LastGenOutput>UpdateInstallerLangRes.Designer.cs</LastGenOutput>
<Generator>ResXFileCodeGenerator</Generator>
</EmbeddedResource>
<EmbeddedResource Update="UpdatesAvailableDialog.de.resx">
<DependentUpon>UpdatesAvailableDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdatesAvailableDialog.resx">
<DependentUpon>UpdatesAvailableDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="UpdatingClientGuiLangRes.de.resx">
<EmbeddedResource Update="LangRes\UpdatingClientGuiLangRes.de.resx">
<Generator></Generator>
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
</EmbeddedResource>
<EmbeddedResource Update="UpdatingClientGuiLangRes.resx">
<EmbeddedResource Update="LangRes\UpdatingClientGuiLangRes.resx">
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>UpdatingClientGuiLangRes.Designer.cs</LastGenOutput>
@@ -65,7 +89,6 @@
<ItemGroup>
<ProjectReference Include="..\Pilz.Updating.Client\Pilz.Updating.Client.csproj" />
<ProjectReference Include="..\Pilz.Updating.GUIBase\Pilz.Updating.GUIBase.csproj" />
<ProjectReference Include="..\Pilz.Updating.UpdateInstaller.Lib\Pilz.Updating.UpdateInstaller.Lib.csproj" />
<ProjectReference Include="..\Pilz.Updating\Pilz.Updating.csproj" />
</ItemGroup>