ControlCatalog.NetCore.csproj 668 B

123456789101112131415161718
  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. <ProjectReference Include="..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  10. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  11. </ItemGroup>
  12. <Import Project="..\..\build\SampleApp.props" />
  13. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  14. </Project>