|
|
|
|
@@ -1,42 +1,12 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<MyType>WindowsForms</MyType>
|
|
|
|
|
<TargetFrameworks>net8.0-windows</TargetFrameworks>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
|
|
<DefaultItemExcludes>$(DefaultItemExcludes);$(ProjectDir)**\*.vb</DefaultItemExcludes>
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
<AssemblyTitle>Pilz.Updating.UpdateInstaller</AssemblyTitle>
|
|
|
|
|
<Company>Pilzinsel64</Company>
|
|
|
|
|
<Product>Pilz.Updating.UpdateInstaller</Product>
|
|
|
|
|
<DocumentationFile>Pilz.Updating.UpdateInstaller.xml</DocumentationFile>
|
|
|
|
|
<DefineTrace>true</DefineTrace>
|
|
|
|
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,CS1591</NoWarn>
|
|
|
|
|
<ExtrasEnableWinFormsProjectSetup>true</ExtrasEnableWinFormsProjectSetup>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
|
|
|
|
<PackageReference Include="Pilz.IO" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Pilz.Plugins" Version="2.1.9" />
|
|
|
|
|
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
|
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
|
|
|
<Import Include="System" />
|
|
|
|
|
<Import Include="System.Collections" />
|
|
|
|
|
<Import Include="System.Collections.Generic" />
|
|
|
|
|
<Import Include="System.Data" />
|
|
|
|
|
<Import Include="System.Drawing" />
|
|
|
|
|
<Import Include="System.Diagnostics" />
|
|
|
|
|
<Import Include="System.Windows.Forms" />
|
|
|
|
|
<Import Include="System.Linq" />
|
|
|
|
|
<Import Include="System.Xml.Linq" />
|
|
|
|
|
<Import Include="System.Threading.Tasks" />
|
|
|
|
|
<Import Include="Z.IO.Extensions" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Main.cs" />
|
|
|
|
|
<Compile Update="Main.Designer.cs">
|
|
|
|
|
@@ -69,6 +39,7 @@
|
|
|
|
|
<DependentUpon>UpdateInstallerGuiLangRes.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<EmbeddedResource Update="Main.resx">
|
|
|
|
|
<DependentUpon>Main.cs</DependentUpon>
|
|
|
|
|
@@ -94,6 +65,7 @@
|
|
|
|
|
<LastGenOutput>UpdateInstallerGuiLangRes.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
@@ -101,18 +73,42 @@
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="icons8_software_installer.ico" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Pilz.Updating.Administration\Pilz.Updating.Administration.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Pilz.Updating.UpdateInstaller.Lib\Pilz.Updating.UpdateInstaller.Lib.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Pilz.Updating\Pilz.Updating.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.VisualBasic" Version="10.3.0" />
|
|
|
|
|
<PackageReference Include="Pilz.IO" Version="2.0.0" />
|
|
|
|
|
<PackageReference Include="Pilz.Plugins" Version="2.1.9" />
|
|
|
|
|
<PackageReference Include="System.IO.Compression" Version="4.3.0" />
|
|
|
|
|
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
|
|
|
|
|
<PackageReference Include="System.Net.Http" Version="4.3.4" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
<PackageReference Include="UI.for.WinForms.Common" Version="2024.2.514" />
|
|
|
|
|
<PackageReference Include="UI.for.WinForms.Themes" Version="2024.2.514" />
|
|
|
|
|
<PackageReference Include="Z.ExtensionMethods.WithNamespace" Version="2.1.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
|
|
|
<Import Include="System" />
|
|
|
|
|
<Import Include="System.Collections" />
|
|
|
|
|
<Import Include="System.Collections.Generic" />
|
|
|
|
|
<Import Include="System.Data" />
|
|
|
|
|
<Import Include="System.Drawing" />
|
|
|
|
|
<Import Include="System.Diagnostics" />
|
|
|
|
|
<Import Include="System.Windows.Forms" />
|
|
|
|
|
<Import Include="System.Linq" />
|
|
|
|
|
<Import Include="System.Xml.Linq" />
|
|
|
|
|
<Import Include="System.Threading.Tasks" />
|
|
|
|
|
<Import Include="Z.IO.Extensions" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|