48 lines
2.2 KiB
XML
48 lines
2.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net9.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>PSCHelpdesk.Plugins.HetznerServer</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<DebugType>portable</DebugType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Shared\Shared.csproj" Private="false" />
|
|
<ProjectReference Include="..\Vendor\Prise.Plugin\Prise.Plugin.csproj" Private="false" />
|
|
<ProjectReference Include="..\Vendor\Prise.Proxy\Prise.Proxy.csproj" Private="false" />
|
|
<ProjectReference Include="..\Vendor\Prise.ReverseProxy\Prise.ReverseProxy.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Avalonia.Controls" Private="false">
|
|
<HintPath>..\..\..\.nuget\packages\avalonia\11.2.0\ref\net8.0\Avalonia.Controls.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Avalonia.Controls.DataGrid" Private="false">
|
|
<HintPath>..\..\..\.nuget\packages\avalonia.controls.datagrid\11.2.0\lib\net8.0\Avalonia.Controls.DataGrid.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="CommunityToolkit.Mvvm" Private="false">
|
|
<HintPath>..\..\..\.nuget\packages\communitytoolkit.mvvm\8.2.1\lib\net6.0\CommunityToolkit.Mvvm.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Avalonia" Version="11.2.0" Private="false" />
|
|
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.0" Private="false" />
|
|
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.2.0" Private="false" />
|
|
<PackageReference Include="Avalonia.Xaml.Interactions" Version="11.2.0" Private="false" />
|
|
<PackageReference Include="HetznerCloud.API" Version="1.1.9" Private="false" />
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Private="false" Version="8.0.1" />
|
|
<PackageReference Include="SSH.NET" Version="2024.1.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<UpToDateCheckInput Remove="Controls\ProgressRing.axaml" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|