3 writes to Value
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (3)
107new ProjectProperty() { Name = "OutputType", Value = "Library" }, 108new ProjectProperty() { Name = "AssemblyName", Value = this.AssemblyName }, 109new ProjectProperty() { Name = "Utf8Output", Value = "true", Condition = "'$(Utf8Output)' == ''" }
2 references to Value
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\GenerateTemporaryAssemblyTask.cs (2)
211if (!string.IsNullOrEmpty(prop.Name) && prop.Value != null) 214newElement.Value = prop.Value;