Jumar Macato beee57d146 Commented out System.Numerics.Vectors and the corresponding Vector4 to Color conversion code. 7 years ago
..
Base.props beee57d146 Commented out System.Numerics.Vectors and the corresponding Vector4 to Color conversion code. 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
Magick.NET-Q16-AnyCPU.props 1d6beab970 Fixed Skia's RenderTargetBitmap and made Skia tests to run for .NET Core 8 years ago
Markup.props 5bedcd2266 Fixes to get Avalonia.Behaviors working again 8 years ago
Microsoft.CSharp.props f8097cc27d Added msbuild props for package references 8 years ago
Microsoft.Reactive.Testing.props f8097cc27d Added msbuild props for package references 8 years ago
MonoMac.props d6ef7c805b Update MonoMac.props 8 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 951353de32 Use IsOsPlatform 8 years ago
ReactiveUI.props 48b5d8f593 Update ReactiveUI version to a version available in NuGet 8 years ago
Rx.props 604700e9e7 Fixed iOS 7 years ago
Serilog.props 03621a8664 Added AppBuilder methods for logging. 8 years ago
SharpDX.props 0f4050cdeb Switch back to using exact version numbers instead of an MSBuild property 8 years ago
SkiaSharp.props f926d7886c Fixed include condition for linux skia binaries 8 years ago
Sprache.props f8097cc27d Added msbuild props for package references 8 years ago
System.Drawing.Common.props 27ab312be5 Fixed nuget deps 7 years ago
UnitTests.NetCore.targets 58b3ff90ab Reduce build warnings by setting a few flags and not using deprecated overloads. 8 years ago
XUnit.props 8c3a19bb9a Upgrade XUnit. (Fixes VS Test Explorer integration for the solution) 8 years ago
readme.md e31d8f3bca Renamed SkiaSharp.Linux.props to SkiaSharp.Desktop.props 8 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\Markup.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\Sprache.props" />
<Import Project="..\..\build\XUnit.props" />

MSBuild Targets

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