19 lines
522 B
XML
19 lines
522 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net461</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CICMMetadataEditor\CICMMetadataEditor.csproj" />
|
|
</ItemGroup>
|
|
|
|
<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>
|
|
|
|
</Project>
|