Prepare Flax.Build project for .NET 7

Add .NET SDK project generator and upgrade Flax.Build project files
This commit is contained in:
2022-07-07 16:10:29 +03:00
parent b4fdb0cc26
commit 5e6fcc9669
20 changed files with 386 additions and 9 deletions

View File

@@ -4,6 +4,7 @@ using System.Collections.Generic;
using System.IO;
using Flax.Build.Graph;
using Flax.Build.NativeCpp;
using Task = Flax.Build.Graph.Task;
namespace Flax.Build.Platforms
{