forked from loresoft/msbuildtasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMSBuildTasks.Project.nuspec
More file actions
20 lines (20 loc) · 936 Bytes
/
MSBuildTasks.Project.nuspec
File metadata and controls
20 lines (20 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MSBuildTasks.Project</id>
<version>1.5.0</version>
<authors>Paul Welter</authors>
<description>The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.</description>
<language>en-US</language>
<projectUrl>https://github.com/loresoft/msbuildtasks/</projectUrl>
<licenseUrl>http://opensource.org/licenses/bsd-license.php</licenseUrl>
<tags>MSBuild</tags>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<file src="Build\MSBuild.Community.Tasks.dll" target="build" />
<file src="Build\MSBuild.Community.Tasks.xml" target="build" />
<file src="Build\MSBuild.Community.Tasks.Targets" target="build" />
<file src="readme.md" target="content\MSBuild.Community.Tasks.ReadMe.md" />
</files>
</package>