forked from DerivcoIpswich/dsharp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDSharp.Scripts.nuspec
More file actions
20 lines (20 loc) · 820 Bytes
/
Copy pathDSharp.Scripts.nuspec
File metadata and controls
20 lines (20 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>DSharp.Scripts</id>
<title>DSharp Runtime Scripts</title>
<authors>$authors$</authors>
<version>$version$</version>
<copyright>$copyright$</copyright>
<description>The DSharp runtime library</description>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<contentFiles>
<files include="any\any\ss.js" buildAction="Content" copyToOutput="true" />
<files include="any\any\ss.min.js" buildAction="Content" copyToOutput="true" />
</contentFiles>
</metadata>
<files>
<file src="dist\ss.js" target="contentFiles\any\any" />
<file src="dist\ss.min.js" target="contentFiles\any\any" />
</files>
</package>