2023-01-02 19:08:46 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>WinExe</OutputType>
|
2025-01-19 19:35:29 +03:00
|
|
|
<TargetFramework>net9.0</TargetFramework>
|
2023-01-02 19:08:46 +03:00
|
|
|
<ImplicitUsings>disable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="CairoSharp" Version="3.24.24.38" />
|
|
|
|
<PackageReference Include="GtkSharp" Version="3.24.24.38" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\CairoObjective\CairoObjective.csproj" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|