RenderDemo.csproj 1.0 KB

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <Compile Include="..\..\src\Avalonia.Visuals\Rendering\SceneGraph\LineBoundsHelper.cs" Link="LineBoundsHelper.cs" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  11. <ProjectReference Include="..\..\src\Linux\Avalonia.LinuxFramebuffer\Avalonia.LinuxFramebuffer.csproj" />
  12. <ProjectReference Include="..\..\src\Avalonia.ReactiveUI\Avalonia.ReactiveUI.csproj" />
  13. </ItemGroup>
  14. <Import Project="..\..\build\SampleApp.props" />
  15. <Import Project="..\..\build\EmbedXaml.props" />
  16. <Import Project="..\..\build\Rx.props" />
  17. <Import Project="..\..\build\ReactiveUI.props" />
  18. <Import Condition="'$(TargetFramework)'=='net461'" Project="..\..\build\NetFX.props" />
  19. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  20. <Import Project="..\..\build\BuildTargets.targets" />
  21. </Project>