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.
 
 
 
Nikita Tsukanov e4505ce861 Strong name support 5 years ago
..
AndroidWorkarounds.props Another android workaround 7 years ago
ApiDiff.props Fix ApiDiff.props for Turkish locale. 5 years ago
Base.props add api diff for avalonia.base 6 years ago
Binding.props Clean up package dependencies. 8 years ago
BuildTargets.targets Disable IL verification for nuget version of compiler by default 6 years ago
CoreLibraries.props Remove serilog. 6 years ago
EmbedXaml.props Start fixing broken sample projects 7 years ago
HarfBuzzSharp.props update harfbuzz 6 years ago
JetBrains.Annotations.props Added msbuild props for package references 9 years ago
JetBrains.dotMemoryUnit.props Only run unit tests on .net core. 8 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
ReactiveUI.props Use latest ReactiveUI 6 years ago
ReferenceCoreLibraries.props Override ExcludeAssets for incoming references to Avalonia package 7 years ago
Rx.props Update System.Reactive to 4.4.1 to avoid infinite recursive generics in CoreRT 6 years ago
SampleApp.props CECIL 7 years ago
SharedVersion.props Strong name support 5 years ago
SharpDX.props Switch back to using exact version numbers instead of an MSBuild property 9 years ago
SkiaSharp.props update to release of skiasharp. 5 years ago
SourceLink.props Disable SourceLink on iOS projects. 8 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 Strong name support 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" />