Avalonia based Editor for Romhackers

Editopia.Universal.csproj 428B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="Avalonia" Version="0.6.1" />
  8. <PackageReference Include="Avalonia.Desktop" Version="0.6.1" />
  9. </ItemGroup>
  10. <ItemGroup>
  11. <ProjectReference Include="..\Editopia\Editopia.Editor.csproj" />
  12. </ItemGroup>
  13. </Project>