PlatformSanityChecks.csproj 615 B

12345678910111213141516
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\..\src\Avalonia.Desktop\Avalonia.Desktop.csproj" />
  8. <ProjectReference Include="..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
  9. <ProjectReference Include="..\..\src\Avalonia.Themes.Simple\Avalonia.Themes.Simple.csproj" />
  10. <ProjectReference Include="..\..\src\Avalonia.X11\Avalonia.X11.csproj" />
  11. </ItemGroup>
  12. <Import Project="..\..\build\Rx.props" />
  13. </Project>