12 lines
336 B
XML
12 lines
336 B
XML
<?xml version="1.0"?>
|
|
<package>
|
|
<metadata>
|
|
<id>ITD.POC</id>
|
|
<version>$VERSIONHERE$</version>
|
|
<authors>Zack Meier</authors>
|
|
<description>It's a POC, don't expect much from this</description>
|
|
</metadata>
|
|
<files>
|
|
<file src="**" exclude="**\.git\**;**\Build\**" />
|
|
</files>
|
|
</package> |