1234567891011121314151617181920 |
- <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <PackageId>Jint</PackageId>
- <AssemblyTitle>Jint</AssemblyTitle>
- <Description>Javascript interpreter for .NET which provides full ECMA 5.1 compliance.</Description>
- <VersionPrefix>2.11.$(BuildNumber)</VersionPrefix>
- <VersionSuffix></VersionSuffix>
- <PackageId>Jint</PackageId>
- <PackageTags>javascript, interpreter</PackageTags>
- <PackageProjectUrl>https://github.com/sebastienros/jint</PackageProjectUrl>
- <PackageLicenseUrl>https://raw.githubusercontent.com/sebastienros/jint/master/LICENSE.txt</PackageLicenseUrl>
- <RepositoryType>git</RepositoryType>
- <RepositoryUrl>git://github.com/sebastienros/jint</RepositoryUrl>
- </PropertyGroup>
- <!-- Called after so that the <VersionSuffix> is built after the local ones -->
- <Import Project="../Common.props"/>
- </Project>
|