forked from ArryaLove/LessMsbuildTasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLessMsbuildTasks.1.0.0.nuspec
More file actions
20 lines (20 loc) · 954 Bytes
/
LessMsbuildTasks.1.0.0.nuspec
File metadata and controls
20 lines (20 loc) · 954 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>LessMsbuildTasks</id>
<version>1.0.10</version>
<title>.Less Msbuild Tasks</title>
<authors>James</authors>
<owners />
<projectUrl>https://github.com/Jehran/LessMsbuildTasks</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A targets file and MsBuild tasks, that will enable compiling of .Less files</description>
<summary>A targets file and MsBuild tasks, that will enable compiling of .Less files</summary>
</metadata>
<files>
<file src="tools\**\*.*" target="tools\"/>
<file src="nugetBuild\LessCompiler.targets" target="build\LessMsbuildTasks.targets"/>
<file src="tools\less\bin\lessc" target="tools\less\bin\lessc"/>
<file src="readme.txt" target="" />
</files>
</package>