Nikita Tsukanov 4b234f73df Run Avalonia.Base.UnitTests on netfx/mono 6 years ago
..
AndroidWorkarounds.props 65494410c1 Fix typos. 7 years ago
Base.props 44aaa33dc3 Clean up package dependencies. 7 years ago
Binding.props 44aaa33dc3 Clean up package dependencies. 7 years ago
BuildTargets.targets 343905ebb3 Generate asset resource info with paths 7 years ago
CoreLibraries.props 2b1700933f Clean up project files messed up in the rebase. 7 years ago
EmbedXaml.props b161593994 Moved version and xaml props to build directory. 7 years ago
JetBrains.Annotations.props f8097cc27d Added msbuild props for package references 8 years ago
JetBrains.dotMemoryUnit.props 30e78dc5b6 Only run unit tests on .net core. 7 years ago
LegacyProject.targets acb3d46ca0 Enable generating NuGet packages via the MSBuild Pack target. 7 years ago
Magick.NET-Q16-AnyCPU.props ea7dc760cc Updated SkiaSharp to 1.68.0 7 years ago
Microsoft.CSharp.props 8c31c71d1e References updates 7 years ago
Microsoft.Reactive.Testing.props b13908681d Downgrade to Rx 4.0 7 years ago
Moq.props 8c9dd5c81e Update moq to 4.7.99. 8 years ago
NetCore.props 0977161413 Use AppDomain.GetLoadedAssemblies() for all platforms 8 years ago
NetFX.props 4b234f73df Run Avalonia.Base.UnitTests on netfx/mono 6 years ago
ReactiveUI.props accdd502b8 Reference ReactiveUI the Avalonia way 7 years ago
ReferenceCoreLibraries.props 75371f9602 Override ExcludeAssets for incoming references to Avalonia package 7 years ago
Rx.props 5a9e41364b Convert project references to reference aggregate Avalonia.csproj 7 years ago
SampleApp.props 237f01fb1a Move AppBuilder.UsePlatformDetect into Avalonia.Desktop and renamed the reflection-based one to a different name. Conditionalize the output-path loading like before. 7 years ago
Serilog.props 03621a8664 Added AppBuilder methods for logging. 8 years ago
SharedVersion.props 5dac868cf0 bump version number. 7 years ago
SharpDX.props 0f4050cdeb Switch back to using exact version numbers instead of an MSBuild property 8 years ago
SkiaSharp.props ea7dc760cc Updated SkiaSharp to 1.68.0 7 years ago
SourceLink.props dd6bfb77b2 Disable SourceLink on iOS projects. 7 years ago
System.Drawing.Common.props acb3d46ca0 Enable generating NuGet packages via the MSBuild Pack target. 7 years ago
System.Memory.props 065d6d01d8 Switch Cake to use a dirs.proj traversal project to simplify the solution. 7 years ago
UnitTests.NetCore.targets 58b3ff90ab Reduce build warnings by setting a few flags and not using deprecated overloads. 8 years ago
UnitTests.NetFX.props 4b234f73df Run Avalonia.Base.UnitTests on netfx/mono 6 years ago
XUnit.props 4169b8de0c Clean up assembly version conflicts when building tests. 7 years ago
iOSWorkarounds.props 23d252f608 Cleanup legacy build/test files. 7 years ago
readme.md 124656714f Merge remote-tracking branch 'AvaloniaUI/master' into CleanupPackageDeps 7 years ago
xunit.runner.mono.json 4b234f73df Run Avalonia.Base.UnitTests on netfx/mono 6 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\Serilog.props" />
<Import Project="..\..\build\Serilog.Sinks.Trace.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" />