mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
15 lines
590 B
XML
15 lines
590 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net461</TargetFramework>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="Eto.Platform.Wpf" Version="2.4.0" />
|
|
<PackageReference Include="Eto.Platform.Gtk" Version="2.4.0" />
|
|
<PackageReference Include="Eto.Platform.Mac64" Version="2.4.0" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\apprepodbmgr.Core\apprepodbmgr.Core.csproj" />
|
|
<ProjectReference Include="..\apprepodbmgr.Eto\apprepodbmgr.Eto.csproj" />
|
|
</ItemGroup>
|
|
</Project> |