Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2445 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
6 changed files with 34 additions and 0 deletions
@ -0,0 +1,24 @@
@@ -0,0 +1,24 @@
|
||||
You have created a new SharpDevelop AddIn project. |
||||
|
||||
We would like to point out that there are three locations where you can get information on how |
||||
to write SharpDevelop AddIns: |
||||
- http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.AddInWritingTutorials |
||||
- The folder "doc/techtones" in the SharpDevelop source code download |
||||
- You can ask questions about AddIn development in the SharpDevelop forum: |
||||
http://community.sharpdevelop.net/forums/ |
||||
|
||||
The next steps: |
||||
- First, you have to add references to the SharpDevelop assemblies. |
||||
An AddIn will work with the SharpDevelop version it was compiled for, or later service releases. |
||||
You might want to compile against SharpDevelop 2.1.0.2429 (the first final release of SharpDevelop 2.1) |
||||
to ensure your AddIn runs with all 2.1.x versions. |
||||
|
||||
- Include a <Manifest> section to your .addin for use with the SharpDevelop AddIn Manager. |
||||
See SharpDevelop/doc/technotes/AddInManager.rtf for more information. |
||||
|
||||
- Once have published your AddIn on the Internet, please add it to the SharpDevelop wiki to let other users know! |
||||
http://wiki.sharpdevelop.net/default.aspx/SharpDevelop.ThirdPartyAddIns |
||||
|
||||
|
||||
This file serves as a reminder for you on how to find information on SharpDevelop AddIn development, you can |
||||
remove it from your project if you don't need it anymore. |
Loading…
Reference in new issue