Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows Application Package properties to Microsoft.Build.CommonTypes.xsd #4440

Merged
merged 2 commits into from
Jun 17, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions src/MSBuild/Microsoft.Build.CommonTypes.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -4308,6 +4308,22 @@ elementFormDefault="qualified">
</xs:annotation>
</xs:element>

<xs:element name="WapProjPath" type="msb:StringPropertyType" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="WapProjPath" _locComment="" -->Windows Application Packaging project-specific: Path to Windows Application Packaging project root folder.
</xs:documentation>
</xs:annotation>
</xs:element>

<xs:element name="EntryPointProjectUniqueName" type="msb:StringPropertyType" substitutionGroup="msb:Property">
<xs:annotation>
<xs:documentation>
<!-- _locID_text="EntryPointProjectUniqueName" _locComment="" -->Windows Application Packaging project-specific: Relative path to entry point project file
XianghanWang marked this conversation as resolved.
Show resolved Hide resolved
</xs:documentation>
</xs:annotation>
</xs:element>

<!-- Properties enabling Store submission of appx/msix packages. -->
<xs:element name="EnableDirectStoreSubmission" type="msb:StringPropertyType" substitutionGroup="msb:Property">
<xs:annotation>
Expand Down