6 references to Project
Microsoft.NET.ProjectData.Tasks (6)
ForwardCompat.cs (2)
522 ?? candidate.Sections.FirstOrDefault(s => s.Name == CacheFormat.Sections.Project) 576 if (existingSection.Name is CacheFormat.Sections.Project
ProjectDataMerger.cs (3)
309 writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.Project)); 409 if (currentSection != CacheFormat.Sections.Project && currentSection != CacheFormat.Sections.SliceDimensions && currentSection != CacheFormat.Sections.Properties) 419 case CacheFormat.Sections.Project:
ProjectDataWriter.cs (1)
182 writer.WriteLine(CacheFormat.SectionHeader(CacheFormat.Sections.Project));