⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 vcstylesheetfileschema[1]

📁 山东大学软件学院的软件工程专业研究生的课程
💻
字号:
<?xml version="1.0" encoding="utf-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
	<xs:element name="VisualStudioPropertySheet" type="VisualStudioPropertySheetType"/>
	<xs:complexType name="VisualStudioPropertySheetType">
		<xs:sequence minOccurs="0" maxOccurs="1">
			<xs:element name="Tool" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:anyAttribute processContents="skip"/>
				</xs:complexType>
			</xs:element>
			<xs:element name="UserMacro" minOccurs="0" maxOccurs="unbounded">
				<xs:complexType>
					<xs:attribute name="Name" type="xs:string" use="required" />
					<xs:attribute name="Value" type="xs:string" use="required" />
					<xs:attribute name="InheritsFromParent" type="xs:string" use="optional" />
					<xs:attribute name="Delimiter" type="xs:string" use="optional" />
					<xs:attribute name="PerformEnvironmentSet" type="xs:string" use="optional" />
				</xs:complexType>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="ProjectType" type="xs:string" use="required" fixed="Visual C++" />
		<xs:attribute name="Version" type="xs:string" use="required" fixed="8.00" />
		<xs:attribute name="Name" type="xs:string" use="required" />
		<xs:anyAttribute processContents="skip" />
	</xs:complexType>
</xs:schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -