mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
17 lines
550 B
XML
17 lines
550 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.6</TargetFramework>
|
|
<RootNamespace>DiscImageChef.Gui</RootNamespace>
|
|
<PackageVersion>1.0</PackageVersion>
|
|
<Title>DiscImageChef.Gui</Title>
|
|
<Copyright>Copyright © 2018</Copyright>
|
|
<Description>Description of DiscImageChef.Gui</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Eto.Forms" Version="2.4.1" />
|
|
<PackageReference Include="Eto.Serialization.Xaml" Version="2.4.1" />
|
|
</ItemGroup>
|
|
|
|
</Project> |