Created
July 14, 2014 08:44
-
-
Save contensis/bdd0f6c8ec1f42524925 to your computer and use it in GitHub Desktop.
Example package.xml file for the marketplace.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8" ?> | |
<package id="004EF005-90F8-4824-9B59-E2BCED2C32C3" | |
name="MyNewPackage" | |
version="1.000" | |
displayName="My New Package!"> | |
<controls> | |
<control packagePath="/razor/Razor1.cshtml" name="Razor1" showInMenu="true" viewingGroup="1"> | |
<properties> | |
<text name="prop1" description="Razor1 Prop1" /> | |
</properties> | |
</control> | |
</controls> | |
<settings> | |
<setting name="name1" defaultValue="Some value"> | |
<description>Description for project setting name1</description> | |
</setting> | |
<setting name="name2" defaultValue="27"> | |
<description>Description for project setting name2</description> | |
</setting> | |
<setting name="name3" defaultValue="2012-01-01T00:00:00"> | |
<description>Description for project setting name3</description> | |
</setting> | |
</settings> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment