2014-04-03 07:01:21 +08:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
|
|
|
<id>$id$</id>
|
|
|
|
<version>$version$</version>
|
|
|
|
<title>$title$</title>
|
|
|
|
<authors>$author$</authors>
|
|
|
|
<owners>$author$</owners>
|
|
|
|
<licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
|
|
|
|
<projectUrl>https://bitbucket.org/soukoku/ntwain</projectUrl>
|
|
|
|
<!--<iconUrl>http://ICON_URL_HERE_OR_DELETE_THIS_LINE</iconUrl>-->
|
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>$description$</description>
|
2014-04-03 09:39:33 +08:00
|
|
|
<releaseNotes>This release is updated for TWAIN 2.3.</releaseNotes>
|
2014-04-03 07:01:21 +08:00
|
|
|
<copyright>$copyright$</copyright>
|
|
|
|
<tags>TWAIN</tags>
|
|
|
|
</metadata>
|
|
|
|
<files>
|
|
|
|
<file src="bin\$configuration$\$id$.pdb" target="lib\net35-client"/>
|
|
|
|
<!--<file src="bin\$configuration$\Net4\$id$.dll" target="lib\net40-client"/>
|
|
|
|
<file src="bin\$configuration$\Net4\$id$.xml" target="lib\net40-client"/>
|
|
|
|
<file src="bin\$configuration$\Net4\$id$.pdb" target="lib\net40-client"/>-->
|
|
|
|
</files>
|
|
|
|
</package>
|