MonoDevAssist makes it easier for MonoTouch and Mono for Android users to develop their applications in Visual Studio for both platforms.
Features: - MonoTouch projects support (based on VSMonoTouch project https://github.com/follesoe/VSMonoTouch).
- Create a copy of existing project for the target platform (MonoTouch or Mono
for Android). - Automatic projects syncronization.
- XIB Controller code generation.
Please visit CodePlex project page for more info. Updates: Version 1.9 - Improved XIB controller generation (partial methods for event connection in
code behind file)
Version 1.8 - Improved XIB controller generation.
Version 1.7 - Improved XIB controller generation: added multiple XIBs selection support.
- Improved MonoTouch framework installation validation.
Version 1.6 - Fixed XIB event handler code generation.
Version 1.5 - Improved XIB Controller code generation: added event parameters support.
- Fix XIB build action when adding them to project (was None).
Version 1.4 - Improved MonoTouch Framework support. VS will now resolve MonoTouch
references correctly. Please read the documentation page for installation details. - Added "Generate controller" context menu item for xib files.
- Added .strings files support (setting build action Content automatically).
Version 1.3 - Changed IntermediateOutputPath MSBuild property for project copies. The default value (obj\) caused build issues.
Version 1.2 - Fixed project copy Output Path. Each project will write its output to a
corresponding folder (bin\Platform\Configuration). - Fixed project item syncronization (solution folders support).
Version 1.1
| |