ControlCatalog.NetCore.csproj 1005 B

12345678910111213141516171819202122
  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.Headless.Vnc\Avalonia.Headless.Vnc.csproj" />
  9. <ProjectReference Include="..\..\src\Avalonia.Dialogs\Avalonia.Dialogs.csproj" />
  10. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  11. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  12. <ProjectReference Include="..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  13. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  14. <PackageReference Include="Avalonia.Angle.Windows.Natives" Version="2.1.0.2020091801" />
  15. </ItemGroup>
  16. <Import Project="..\..\build\SampleApp.props" />
  17. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  18. </Project>