Files
apprepodbmgr/apprepodbmgr.Eto.Desktop/apprepodbmgr.Eto.Desktop.csproj

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>