|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
| 3 | + <metadata> |
| 4 | + <id>Nitra.MSBuild.Sdk</id> |
| 5 | + <version>1.0.0</version> |
| 6 | + <description>Nitra MSBuild SDK package</description> |
| 7 | + <authors>RSDN</authors> |
| 8 | + <requireLicenseAcceptance>false</requireLicenseAcceptance> |
| 9 | + <licenseUrl>https://opensource.org/licenses/BSD-3-Clause</licenseUrl> |
| 10 | + <iconUrl>https://github.com/rsdn/nitra/raw/master/Doc/Imgs/nitra-logo.png</iconUrl> |
| 11 | + <projectUrl>https://github.com/rsdn/nitra</projectUrl> |
| 12 | + <packageTypes> |
| 13 | + <packageType name="MSBuildSdk" /> |
| 14 | + </packageTypes> |
| 15 | + </metadata> |
| 16 | + <files> |
| 17 | + <file target="sdk" src="Sdk.props" /> |
| 18 | + <file target="sdk" src="Sdk.targets" /> |
| 19 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\Stage1\*.exe" /> |
| 20 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\Stage1\*.dll" /> |
| 21 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\Stage1\*.targets" /> |
| 22 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\Stage1\*.config" /> |
| 23 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\Linq\Nemerle.Linq.dll" /> |
| 24 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\TestFramework\Nemerle.Diff.dll" /> |
| 25 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\TestFramework\Nemerle.Test.Framework.dll" /> |
| 26 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\PowerPack\Nemerle.Peg.dll" /> |
| 27 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\PowerPack\Nemerle.Peg.Macros.dll" /> |
| 28 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\PowerPack\CSharpParser.dll" /> |
| 29 | + <file target="tools" src="..\..\nemerle\bin\$configuration$\net-4.0\PowerPack\ncc.parser.csharp.dll" /> |
| 30 | + <file target="tools" src="..\bin\$configuration$\Stage1\System.Collections.Immutable.Light.dll" /> |
| 31 | + <file target="tools" src="..\bin\$configuration$\Stage1\Nitra.Runtime.dll" /> |
| 32 | + <file target="tools" src="..\bin\$configuration$\Stage1\DotNetLang.dll" /> |
| 33 | + <file target="tools" src="..\bin\$configuration$\Stage1\Nitra.Compiler.dll" /> |
| 34 | + <file target="tools" src="..\bin\$configuration$\Stage1\Nitra.Grammar.dll" /> |
| 35 | + <file target="tools" src="..\bin\$configuration$\Stage1\policy.*" /> |
| 36 | + <file target="tools" src="..\bin\$configuration$\Stage1\DotNet.BackEnd.CCI.dll" /> |
| 37 | + <file target="tools" src="..\bin\$configuration$\Stage1\Microsoft.Cci.*" /> |
| 38 | + <file target="tools" src="..\Grammars\Bin\$configuration$\CSharp.Grammar.dll" /> |
| 39 | + </files> |
| 40 | +</package> |
0 commit comments