42 lines
1.1 KiB
XML
42 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
|
<Version>1.2.20</Version>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<AvaloniaResource Include="Assets\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Avalonia" Version="11.3.8" />
|
|
<PackageReference Include="Avalonia.Svg" Version="11.3.0" />
|
|
<PackageReference Include="DialogHost.Avalonia" Version="0.9.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Pilz.UI\Pilz.UI.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Update="Controls\ImageSplitButton.axaml.cs">
|
|
<DependentUpon>ImageSplitButton.axaml</DependentUpon>
|
|
</Compile>
|
|
<Compile Update="Controls\ImageDropDownButton.axaml.cs">
|
|
<DependentUpon>ImageDropDownButton.axaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="Controls\HeaderMenuItem.axaml.cs">
|
|
<DependentUpon>HeaderMenuItem.axaml</DependentUpon>
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
|
|
</Project>
|