XEmbedSample.csproj 584 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. <ImplicitUsings>enable</ImplicitUsings>
  6. <Nullable>enable</Nullable>
  7. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <PackageReference Include="GtkSharp" Version="3.24.24.95"/>
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj"/>
  14. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj"/>
  15. </ItemGroup>
  16. </Project>