mirror of
https://github.com/AlexMacocian/MonoGame.Extended.git
synced 2026-07-15 15:09:29 +00:00
49038f5d42
* Replace `Matrix2` with `Matrix3x2` * Update benchmarks * Add XML documentation for `Matrix3x2`
23 lines
747 B
XML
23 lines
747 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
|
|
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />
|
|
|
|
<PropertyGroup>
|
|
<ArtifactsPath>$(SolutionDirectory).artifacts/benchmarks</ArtifactsPath>
|
|
<GenerateDocumentationFile>false</GenerateDocumentationFile>
|
|
<IsPackable>false</IsPackable>
|
|
<NoWarn>NU1701</NoWarn>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="MonoGame.Framework.DesktopGL"
|
|
Version="3.8.1.303"
|
|
PrivateAssets="All" />
|
|
<PackageReference Include="BenchmarkDotNet"
|
|
Version="0.13.12" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|