diff --git a/Source/Tools/Flax.Build/Projects/VisualStudio/CSProjectGenerator.cs b/Source/Tools/Flax.Build/Projects/VisualStudio/CSProjectGenerator.cs index a76ddeebd..5b734e691 100644 --- a/Source/Tools/Flax.Build/Projects/VisualStudio/CSProjectGenerator.cs +++ b/Source/Tools/Flax.Build/Projects/VisualStudio/CSProjectGenerator.cs @@ -102,7 +102,6 @@ namespace Flax.Build.Projects.VisualStudio defines += ";"; defines += string.Join(";", configuration.TargetBuildOptions.ScriptingAPI.Defines); } - Log.Warning("csprojgen: defaultTarget=" + defaultTarget + ", default_configuration=" + configuration.Name + ", default_platform=" + configuration.PlatformName + ", defines: " + defines + ", for: " + Path.GetFileName(project.Path)); var outputPath = Utilities.MakePathRelativeTo(project.CSharp.OutputPath ?? configuration.TargetBuildOptions.OutputFolder, projectDirectory); var intermediateOutputPath = Utilities.MakePathRelativeTo(project.CSharp.IntermediateOutputPath ?? Path.Combine(configuration.TargetBuildOptions.IntermediateFolder, "CSharp"), projectDirectory);