MSBuild\Build\ProjectBuildManager.cs (9)
31{ PropertyNames.DesignTimeBuild, bool.TrueString },
39{ PropertyNames.BuildingInsideVisualStudio, bool.TrueString },
42{ PropertyNames.BuildProjectReferences, bool.FalseString },
43{ PropertyNames.BuildingProject, bool.FalseString },
46{ PropertyNames.ProvideCommandLineArgs, bool.TrueString },
49{ PropertyNames.SkipCompilerExecution, bool.TrueString },
51{ PropertyNames.ContinueOnError, PropertyValues.ErrorAndContinue },
57{ PropertyNames.ShouldUnsetParentConfigurationAndPlatform, bool.FalseString }
147return project?.GetPropertyValue(PropertyNames.TargetPath);