Home
last modified time | relevance | path

Searched refs:officeDocumentPath (Results 1 – 2 of 2) sorted by relevance

/dports/devel/msbuild/msbuild-0.06/src/Deprecated/Conversion/
H A DConstants.cs85 internal const string officeDocumentPath = "OfficeDocumentPath"; field in Microsoft.Build.Conversion.VSProjectAttributes
H A DProjectFileConverter.cs3790 … (userPropertiesElement.Attributes[VSProjectAttributes.officeDocumentPath] != null) || in ProcessUserPropertiesElement()
3822 …ceDocumentPathAttribute = userPropertiesElement.Attributes[VSProjectAttributes.officeDocumentPath]; in ProcessUserPropertiesElement()
3825 string officeDocumentPath = officeDocumentPathAttribute.Value; in ProcessUserPropertiesElement()
3826 if ((officeDocumentPath != null) && (officeDocumentPath.Length > 0)) in ProcessUserPropertiesElement()
3829 … officeDocumentFullPath = Path.GetFullPath(Path.Combine(projectFileDirectory, officeDocumentPath)); in ProcessUserPropertiesElement()
3839 … officeDocumentItemGroup.AddItem("None", ProjectCollection.Escape(officeDocumentPath)); in ProcessUserPropertiesElement()