ControlCatalog.NetCore.csproj 452 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.0</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  8. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  9. </ItemGroup>
  10. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  11. </Project>