ControlCatalog.NetCore.csproj 595 B

1234567891011121314151617
  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="..\..\packages\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  10. </ItemGroup>
  11. <Import Project="..\..\build\SampleApp.props" />
  12. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  13. </Project>