A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dan Walmsley c9a5090f8d restore debugging functionality on all platforms. 4 years ago
..
Assets fix NU5040 5 years ago
AndroidWorkarounds.props Fixed Android backend. 5 years ago
ApiDiff.props ARGH TABS. 4 years ago
Base.props add api diff for avalonia.base 6 years ago
Binding.props Clean up package dependencies. 8 years ago
BuildTargets.targets Always build Avalonia.Build.Tasks with netstandard2.0. 4 years ago
CoreLibraries.props Fix microcom target? 5 years ago
EmbedXaml.props EmbedXaml: remove <None> items generated for XAML files by default 5 years ago
HarfBuzzSharp.props Update skiasharp 4 years ago
JetBrains.Annotations.props Added msbuild props for package references 9 years ago
JetBrains.dotMemoryUnit.props feat(Build): Add 3 retry when the LeakTests fails 4 years ago
LegacyProject.targets Enable generating NuGet packages via the MSBuild Pack target. 7 years ago
Magick.NET-Q16-AnyCPU.props Updated SkiaSharp to 1.68.0 7 years ago
Microsoft.CSharp.props References updates 8 years ago
Microsoft.Reactive.Testing.props Bump Microsoft.Reactive.Testing 6 years ago
Moq.props Raise LayoutUpdated at the end of layout pass. 6 years ago
NetCore.props Use AppDomain.GetLoadedAssemblies() for all platforms 8 years ago
NetFX.props Update Microsoft.NETFramework.ReferenceAssemblies 5 years ago
NullableEnable.props Enable nullable reference checking via .props file. 4 years ago
ReactiveUI.props feature: Disable ReactiveUI platform registrations 5 years ago
ReferenceCoreLibraries.props Override ExcludeAssets for incoming references to Avalonia package 7 years ago
Rx.props update System.Reactive to .net5 5 years ago
SampleApp.props Revert "Revert "Revert "upgrade to net462""" 4 years ago
SharedVersion.props remove not used constant 4 years ago
SharpDX.props Switch back to using exact version numbers instead of an MSBuild property 9 years ago
SkiaSharp.props Update skiasharp 4 years ago
SourceLink.props restore debugging functionality on all platforms. 4 years ago
System.Drawing.Common.props Enable generating NuGet packages via the MSBuild Pack target. 7 years ago
System.Memory.props Use latest System.Memory 6 years ago
UnitTests.NetCore.targets Reduce build warnings by setting a few flags and not using deprecated overloads. 9 years ago
UnitTests.NetFX.props Run Avalonia.Base.UnitTests on netfx/mono 7 years ago
XUnit.props Dont sign tests 5 years ago
avalonia.snk Strong name support 5 years ago
readme.md Remove serilog. 6 years ago
xunit.runner.mono.json Run Avalonia.Base.UnitTests on netfx/mono 7 years ago

readme.md

MSBuild Props

<Import Project="..\..\build\JetBrains.Annotations.props" />
<Import Project="..\..\build\JetBrains.dotMemoryUnit.props" />
<Import Project="..\..\build\Magick.NET-Q16-AnyCPU.props" />
<Import Project="..\..\build\Microsoft.CSharp.props" />
<Import Project="..\..\build\Microsoft.Reactive.Testing.props" />
<Import Project="..\..\build\Moq.props" />
<Import Project="..\..\build\NetCore.props" />
<Import Project="..\..\build\Rx.props" />
<Import Project="..\..\build\SharpDX.props" />
<Import Project="..\..\build\SkiaSharp.Desktop.props" />
<Import Project="..\..\build\SkiaSharp.props" />
<Import Project="..\..\build\Splat.props" />
<Import Project="..\..\build\XUnit.props" />

MSBuild Targets

<Import Project="..\..\build\UnitTests.NetCore.targets" />