~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/nrefactory/Packages/ICSharpCode.NRefactory.nuspec

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
Import upstream version 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
 
3
  <metadata>
 
4
    <id>ICSharpCode.NRefactory</id>
 
5
    <version>5.3.0</version>
 
6
    <title>NRefactory</title>
 
7
    <authors>Daniel Grunwald, Mike Krüger, Erik Källén</authors>
 
8
    <owners>Daniel Grunwald</owners>
 
9
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
 
10
    <projectUrl>https://github.com/icsharpcode/NRefactory/</projectUrl>
 
11
    <iconUrl>http://community.sharpdevelop.net/blogs/mattward/SharpDevelop.png</iconUrl>
 
12
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
 
13
    <description>NRefactory supports analysis of C# source code: it includes a parser, abstract syntax tree, type system, semantic analysis (resolver), code completion, and several refactorings.</description>
 
14
    <!--<releaseNotes></releaseNotes>-->
 
15
    <copyright>Copyright 2010-2013 AlphaSierraPapa</copyright>
 
16
    <tags>C# Parser Semantic Analysis SharpDevelop</tags>
 
17
    <dependencies>
 
18
      <dependency id="Mono.Cecil" version="0.9.5.2" />
 
19
    </dependencies>
 
20
  </metadata>
 
21
        <files>
 
22
                <file src="..\bin\Release\ICSharpCode.NRefactory.dll" target="lib\Net40" />
 
23
                <file src="..\bin\Release\ICSharpCode.NRefactory.pdb" target="lib\Net40" />
 
24
                <file src="..\bin\Release\ICSharpCode.NRefactory.xml" target="lib\Net40" />
 
25
                <file src="..\bin\Release\ICSharpCode.NRefactory.CSharp.dll" target="lib\Net40" />
 
26
                <file src="..\bin\Release\ICSharpCode.NRefactory.CSharp.pdb" target="lib\Net40" />
 
27
                <file src="..\bin\Release\ICSharpCode.NRefactory.CSharp.xml" target="lib\Net40" />
 
28
                <file src="..\bin\Release\ICSharpCode.NRefactory.Xml.dll" target="lib\Net40" />
 
29
                <file src="..\bin\Release\ICSharpCode.NRefactory.Xml.pdb" target="lib\Net40" />
 
30
                <file src="..\bin\Release\ICSharpCode.NRefactory.Xml.xml" target="lib\Net40" />
 
31
                <file src="..\ICSharpCode.NRefactory\**\*.cs" target="src\ICSharpCode.NRefactory" />
 
32
                <file src="..\ICSharpCode.NRefactory.CSharp\**\*.cs" target="src\ICSharpCode.NRefactory.CSharp" />
 
33
                <file src="..\ICSharpCode.NRefactory.CSharp\**\*.jay" target="src\ICSharpCode.NRefactory.CSharp" />
 
34
                <file src="..\ICSharpCode.NRefactory.Xml\**\*.cs" target="src\ICSharpCode.NRefactory.Xml" />
 
35
        </files>
 
36
</package>
 
 
b'\\ No newline at end of file'