129 lines
5.4 KiB
XML
129 lines
5.4 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net8.0-windows</TargetFrameworks>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Version>3.0.0</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="LangRes.Designer.cs">
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
<DependentUpon>LangRes.resx</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="UpdateInstallerWindow.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="UpdateInstallerWindow.Designer.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="SimpleActionDialog.Designer.cs">
|
|
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="SimpleActionDialog.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Update="UpdateInstallerGuiLangRes.de.Designer.cs">
|
|
<DependentUpon>UpdateInstallerGuiLangRes.de.resx</DependentUpon>
|
|
<DesignTime>True</DesignTime>
|
|
<AutoGen>True</AutoGen>
|
|
</Compile>
|
|
<Compile Update="UpdateInstallerGuiLangRes.Designer.cs">
|
|
<DependentUpon>UpdateInstallerGuiLangRes.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">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>UpdatingClientGuiLangRes.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Update="LangRes.resx">
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>LangRes.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="Main.resx">
|
|
<DependentUpon>Main.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="SimpleActionDialog.de.resx">
|
|
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="SimpleActionDialog.resx">
|
|
<DependentUpon>SimpleActionDialog.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="UpdateInstallerGuiLangRes.de.resx">
|
|
<CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
|
|
<LastGenOutput>UpdateInstallerGuiLangRes.de.Designer.cs</LastGenOutput>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="UpdateInstallerGuiLangRes.resx">
|
|
<CustomToolNamespace>Pilz.Updating.UpdateInstaller.My.Resources</CustomToolNamespace>
|
|
<LastGenOutput>UpdateInstallerGuiLangRes.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">
|
|
<Generator></Generator>
|
|
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Update="UpdatingClientGuiLangRes.resx">
|
|
<CustomToolNamespace>Pilz.Updating.Client.GUI</CustomToolNamespace>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>UpdatingClientGuiLangRes.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Pilz.Updating.Client\Pilz.Updating.Client.csproj" />
|
|
<ProjectReference Include="..\Pilz.Updating.GUIBase\Pilz.Updating.GUIBase.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.UI.Telerik" Version="2.5.2" />
|
|
<PackageReference Include="Pilz.UI.Telerik.SymbolFactory" Version="2.0.4" />
|
|
<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" />
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
|
|
<PackageReference Include="UI.for.WinForms.Common" Version="2024.2.514" PrivateAssets="all" />
|
|
<PackageReference Include="UI.for.WinForms.RichTextEditor" Version="2024.2.514" PrivateAssets="all" />
|
|
<PackageReference Include="Westermo.HtmlRenderer.WinForms" Version="1.7.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Import Include="Microsoft.VisualBasic" />
|
|
<Import Include="SM64_ROM_Manager.Updating.GUIBase" />
|
|
<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" />
|
|
</ItemGroup>
|
|
|
|
</Project> |