Browse Source
Update project to target .NET 4.5 Change output folder to AddIns\Samples\PInvoke Add nuspec file for generating NuGet package for AddIn Manager version 2pull/38/head
4 changed files with 40 additions and 8 deletions
@ -0,0 +1,20 @@
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0"?> |
||||
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
||||
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> |
||||
<id>PInvoke</id> |
||||
<version>0.1</version> |
||||
<authors>Matt Ward</authors> |
||||
<owners>SharpDevelop</owners> |
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance> |
||||
<description>PInvoke.Net integration for SharpDevelop.</description> |
||||
<summary>PInvoke.Net integration for SharpDevelop.</summary> |
||||
<releaseNotes></releaseNotes> |
||||
<language>en-US</language> |
||||
<tags>SharpDevelopAddIn</tags> |
||||
</metadata> |
||||
<files> |
||||
<file src="..\..\..\AddIns\Samples\PInvoke\PInvoke.addin" target="" /> |
||||
<file src="..\..\..\AddIns\Samples\PInvoke\signatures.xml" target="" /> |
||||
<file src="..\..\..\AddIns\Samples\PInvoke\PInvokeAddin.dll" target="" /> |
||||
</files> |
||||
</package> |
Loading…
Reference in new issue