updating main dialogs to Telerik UI
This commit is contained in:
@@ -50,6 +50,9 @@
|
||||
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
||||
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
||||
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
||||
<PackageReference Include="UI.for.WinForms.AllControls.Net60">
|
||||
<Version>2022.2.510.0</Version>
|
||||
</PackageReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="DevComponents.DotNetBar2">
|
||||
@@ -109,19 +112,10 @@
|
||||
<Compile Update="ApplicationVersionInput.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="UpdateManagerWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="UpdateManagerWindow.cs" />
|
||||
<Compile Update="UpdateManagerWindow.Designer.cs">
|
||||
<DependentUpon>UpdateManagerWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="PackageCreationDialog.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="PackageCreationDialog.Designer.cs">
|
||||
<DependentUpon>PackageCreationDialog.cs</DependentUpon>
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="My Project\Application.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
@@ -136,12 +130,6 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Update="ToolSelectionWindow.Designer.cs">
|
||||
<DependentUpon>ToolSelectionWindow.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="ToolSelectionWindow.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Update="ProxyConfigEditor.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
@@ -176,18 +164,12 @@
|
||||
<EmbeddedResource Update="UpdateManagerWindow.resx">
|
||||
<DependentUpon>UpdateManagerWindow.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="PackageCreationDialog.resx">
|
||||
<DependentUpon>PackageCreationDialog.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
<CustomToolNamespace>Pilz.Updating.Administration.GUI.My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="ToolSelectionWindow.resx">
|
||||
<DependentUpon>ToolSelectionWindow.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Update="ProxyConfigEditor.resx">
|
||||
<DependentUpon>ProxyConfigEditor.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
@@ -256,9 +238,6 @@
|
||||
<ProjectReference Include="..\Pilz.Updating\Pilz.Updating.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Fody" Version="6.6.2">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Markdig" Version="0.30.2" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
|
||||
|
||||
Reference in New Issue
Block a user