Merge branch 'GoaLitiuM-rider_cpp_intellisense_fix'
This commit is contained in:
@@ -179,7 +179,10 @@ namespace Flax.Build.Projects.VisualStudio
|
|||||||
customizer.WriteVisualStudioBuildProperties(vsProject, platform, toolchain, configuration, vcProjectFileContent, vcFiltersFileContent, vcUserFileContent);
|
customizer.WriteVisualStudioBuildProperties(vsProject, platform, toolchain, configuration, vcProjectFileContent, vcFiltersFileContent, vcUserFileContent);
|
||||||
vcProjectFileContent.AppendLine(string.Format(" <IntDir>{0}</IntDir>", targetBuildOptions.IntermediateFolder));
|
vcProjectFileContent.AppendLine(string.Format(" <IntDir>{0}</IntDir>", targetBuildOptions.IntermediateFolder));
|
||||||
vcProjectFileContent.AppendLine(string.Format(" <OutDir>{0}</OutDir>", targetBuildOptions.OutputFolder));
|
vcProjectFileContent.AppendLine(string.Format(" <OutDir>{0}</OutDir>", targetBuildOptions.OutputFolder));
|
||||||
vcProjectFileContent.AppendLine(" <IncludePath />");
|
if (includePaths.Count != 0)
|
||||||
|
vcProjectFileContent.AppendLine(string.Format(" <IncludePath>$(IncludePath);{0}</IncludePath>", string.Join(";", includePaths)));
|
||||||
|
else
|
||||||
|
vcProjectFileContent.AppendLine(" <IncludePath />");
|
||||||
vcProjectFileContent.AppendLine(" <ReferencePath />");
|
vcProjectFileContent.AppendLine(" <ReferencePath />");
|
||||||
vcProjectFileContent.AppendLine(" <LibraryPath />");
|
vcProjectFileContent.AppendLine(" <LibraryPath />");
|
||||||
vcProjectFileContent.AppendLine(" <LibraryWPath />");
|
vcProjectFileContent.AppendLine(" <LibraryWPath />");
|
||||||
|
|||||||
Reference in New Issue
Block a user