1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<?xml version="1.0" encoding="utf-8"?>
<!--
#################################################################
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY #
#################################################################
-->
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd">
<metadata minClientVersion="2.5">
<id>gsl</id>
<version>4.1.4.0</version>
<title>gsl</title>
<authors>Pieter Hintjens and others</authors>
<owners>Eric Voskuil</owners>
<licenseUrl>https://raw.github.com/imatix/gsl/master/COPYING</licenseUrl>
<projectUrl>https://github.com/imatix/gsl</projectUrl>
<iconUrl>http://upload.wikimedia.org/wikipedia/en/e/ef/Command_prompt_icon_%28windows%29.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<developmentDependency>true</developmentDependency>
<description>GSL is a single file executable tool for generating or transforming source code in all languages. GSL is a simple language and you'll not have any difficulty understanding its syntax.</description>
<summary>GSL is a code construction tool based on GSL/4.1.</summary>
<releaseNotes>https://github.com/imatix/gsl</releaseNotes>
<copyright>GPL v3</copyright>
<tags>gsl, gslgen, codegen, T4, template, iMatix, model</tags>
</metadata>
<files>
<file src="..\..\bin\Win32\Release\gsl11\gsl.exe" target="tools\gsl.exe" />
</files>
<!--
#################################################################
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY #
#################################################################
-->
</package>
|