Sandbox.csproj 1.1 KB

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>$(AvsCurrentTargetFramework)</TargetFramework>
  5. <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
  6. <IncludeAvaloniaGenerators>true</IncludeAvaloniaGenerators>
  7. <!-- <AvaloniaXamlIlDebuggerLaunch>true</AvaloniaXamlIlDebuggerLaunch>-->
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\src\Avalonia.Diagnostics\Avalonia.Diagnostics.csproj" />
  11. <ProjectReference Include="..\..\src\Avalonia.Controls.ColorPicker\Avalonia.Controls.ColorPicker.csproj" />
  12. <ProjectReference Include="..\..\src\Avalonia.Fonts.Inter\Avalonia.Fonts.Inter.csproj" />
  13. <ProjectReference Include="..\..\src\Avalonia.Themes.Fluent\Avalonia.Themes.Fluent.csproj" />
  14. <ProjectReference Include="..\..\src\Avalonia.Themes.Simple\Avalonia.Themes.Simple.csproj" />
  15. </ItemGroup>
  16. <Import Project="..\..\build\SampleApp.props" />
  17. <Import Project="..\..\build\ReferenceCoreLibraries.props" />
  18. <Import Project="..\..\build\BuildTargets.targets" />
  19. <Import Project="..\..\build\SourceGenerators.props" />
  20. </Project>