4 references to ContentPreprocessorOutputDirectory
Microsoft.NET.Build.Tasks (4)
ProduceContentAssets.cs (4)
125if (!string.IsNullOrEmpty(ContentPreprocessorOutputDirectory)) 144AssetPreprocessor.ConfigurePreprocessor(ContentPreprocessorOutputDirectory, preprocessorValues); 204if (string.IsNullOrEmpty(ContentPreprocessorOutputDirectory)) 206throw new BuildErrorException(Strings.ContentPreproccessorParameterRequired, nameof(ProduceContentAssets), nameof(ContentPreprocessorOutputDirectory));