ControlCatalog.NetCore.csproj 730 B

12345678910111213141516171819
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp2.0</TargetFramework>
  5. <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  9. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  10. <ProjectReference Include="..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  11. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  12. </ItemGroup>
  13. <Import Project="..\..\build\SampleApp.props" />
  14. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  15. </Project>