From 5a587a858267b331784e992308670f64a0afcf31 Mon Sep 17 00:00:00 2001 From: Mofasa Date: Tue, 28 Oct 2025 15:09:15 +0800 Subject: [PATCH] Update HintPaths for project references Fixed error CS0234: The type or namespace name 'C odeAnalysis' does not exist in the namespace 'Microsoft' --- Source/Tools/Flax.Build/Flax.Build.csproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Source/Tools/Flax.Build/Flax.Build.csproj b/Source/Tools/Flax.Build/Flax.Build.csproj index d19d931ce..4b22d6924 100644 --- a/Source/Tools/Flax.Build/Flax.Build.csproj +++ b/Source/Tools/Flax.Build/Flax.Build.csproj @@ -37,22 +37,22 @@ - ..\..\..\Source\Platforms\DotNet\Ionic.Zip.Reduced.dll + ..\..\Platforms\DotNet\Ionic.Zip.Reduced.dll - ..\..\..\Source\Platforms\DotNet\System.Text.Encoding.CodePages.dll + ..\..\Platforms\DotNet\System.Text.Encoding.CodePages.dll - ..\..\..\Source\Platforms\DotNet\Mono.Cecil.dll + ..\..\Platforms\DotNet\Mono.Cecil.dll - ..\..\..\Source\Platforms\DotNet\Microsoft.VisualStudio.Setup.Configuration.Interop.dll + ..\..\Platforms\DotNet\Microsoft.VisualStudio.Setup.Configuration.Interop.dll - ..\..\..\Source\Platforms\DotNet\Microsoft.CodeAnalysis.CSharp.dll + ..\..\Platforms\DotNet\Microsoft.CodeAnalysis.CSharp.dll - ..\..\..\Source\Platforms\DotNet\Microsoft.CodeAnalysis.dll + ..\..\Platforms\DotNet\Microsoft.CodeAnalysis.dll