Contentless/Contentless/Contentless.nuspec
2020-10-07 07:15:36 +02:00

19 lines
916 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Contentless</id>
<version>3.0.2</version>
<authors>Ellpeck</authors>
<description>A tool for MonoGame that automatically handles adding assets to the Content Pipeline project</description>
<tags>monogame mono xna content pipeline mgcb builder tool library</tags>
<projectUrl>https://github.com/Ellpeck/Contentless</projectUrl>
<licenseUrl>https://github.com/Ellpeck/Contentless/blob/master/LICENSE</licenseUrl>
<repository type="git" url="https://github.com/Ellpeck/Contentless"/>
</metadata>
<files>
<file src="../README.md" target="README.md"/>
<file src="_._" target="lib/netcoreapp3.1/"/>
<file src="Contentless.targets" target="build/Contentless.targets"/>
<file src="bin\Debug\netcoreapp3.1\**\*" target="tools/"/>
</files>
</package>