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