5 references to ProjectItems
Microsoft.NET.ProjectData.Tasks (5)
ProjectDataWriter.cs (5)
1999
string link = item.GetMetadata(
ProjectItems
.Compile.Link);
2010
string referenceOutputAssembly = item.GetMetadata(
ProjectItems
.ProjectReference.ReferenceOutputAssembly);
2048
string generator = item.GetMetadata(
ProjectItems
.EmbeddedResource.Generator);
2056
string lastGenOutput = item.GetMetadata(
ProjectItems
.EmbeddedResource.LastGenOutput);
2064
string customToolNamespace = item.GetMetadata(
ProjectItems
.EmbeddedResource.CustomToolNamespace);