ControlCatalog.NetCore.csproj 908 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\src\Avalonia.Dialogs\Avalonia.Dialogs.csproj" />
  9. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  10. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  11. <ProjectReference Include="..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  12. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  13. <PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2019013001"/>
  14. </ItemGroup>
  15. <Import Project="..\..\build\SampleApp.props" />
  16. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  17. </Project>