26 lines
1.0 KiB
XML
26 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net8.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Pilz.Plugins.Advanced" Version="2.10.1" />
|
|
<PackageReference Include="Pilz.Plugins.Advanced.UI" Version="1.7.0" />
|
|
<PackageReference Include="Pilz.Plugins.Advanced.UI.Telerik" Version="1.7.0" />
|
|
<PackageReference Include="Pilz.UI.Telerik" Version="2.7.2" />
|
|
<PackageReference Include="UI.for.WinForms.Common" Version="2024.3.806" />
|
|
<PackageReference Include="UI.for.WinForms.GridView" Version="2024.3.806" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ModpackUpdater.Apps\ModpackUpdater.Apps.csproj" />
|
|
<ProjectReference Include="..\ModpackUpdater.Manager\ModpackUpdater.Manager.csproj" />
|
|
<ProjectReference Include="..\ModpackUpdater\ModpackUpdater.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project> |