-
Notifications
You must be signed in to change notification settings - Fork 272
/
MSBuildTasks.nuspec
23 lines (23 loc) · 1.06 KB
/
MSBuildTasks.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MSBuildTasks</id>
<version>1.5.0</version>
<authors>LoreSoft</authors>
<owners>LoreSoft</owners>
<licenseUrl>http://opensource.org/licenses/bsd-license.php</licenseUrl>
<projectUrl>https://github.com/loresoft/msbuildtasks/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The MSBuild Community Tasks project is a collection of open source tasks for MSBuild.</description>
<copyright>Copyright (c) 2016, LoreSoft</copyright>
<language>en-US</language>
<tags>MSBuild build tasks</tags>
<developmentDependency>true</developmentDependency>
</metadata>
<files>
<file src="Build\MSBuild.Community.Tasks.*" target="tools" />
<file src="Build\MSBuild.Community.Tasks.Targets" target="build\MSBuildTasks.targets" />
<file src="Source\MSBuild.Community.Tasks\**\*.cs" target="src" />
<file src="Source\GlobalAssemblyInfo.cs" target="src" />
</files>
</package>