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