MC Plugin Template for Visual Studio: Difference between revisions
PaulSinnema (talk | contribs) No edit summary |
PaulSinnema (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
The Visual Studio Content Installer will open: |
The Visual Studio Content Installer will open: |
||
[[Image: |
[[Image:MC_Plugin_Template_VS_Content_Installer.gif]] |
||
Click Next |
Click Next |
||
A warning saying the content is not signed will pop up |
A warning saying the content is not signed will pop up |
||
[[Image:MC_Plugin_Template_NotSignedWarning.gif]] |
|||
⚫ | |||
Click Yes |
Click Yes |
||
Click Finish in the next box |
Click Finish in the next box |
||
⚫ | |||
Click Close |
|||
[[Image:MC_Plugin_Template_VS_Content_Installer_Succesfull.gif]] |
|||
Creating a new Project in Visual Studio .NET now has become very easy |
|||
Start Visual Studio .NET 2005 |
|||
Click in the 'File' Menu on 'New' and 'Project' (or Type Ctrl-Shif-N) |
|||
[[Image:MC_Plugin_Template_VS_New_Project.gif]] |
|||
[[Image:MC_Plugin_Template_VS_New_Project_Wizard.gif]] |
|||
A new Project will be created for you after you click 'OK' |
|||
Follow the instructions in the HTML displayed |
|||
[[Image:MC_Plugin_Template_VS_New_Project_Instructions.gif]] |
Revision as of 18:42, 13 December 2008
Hi,
I've created a Template for Visual Studio .NET 2005. This Template creates a Project with all the basic coding needed to create a Plugin for Media Center 12.0.213 or higher. It can be downloaded here:MC_CSPlugin.zip
To Install do the following:
Download the zip file. Extract the MC_CSPlugin.vsi file to some location on your harddisk. Doubleclick the file The Visual Studio Content Installer will open:
Click Next A warning saying the content is not signed will pop up
Click Yes Click Finish in the next box
Click Close
Creating a new Project in Visual Studio .NET now has become very easy Start Visual Studio .NET 2005 Click in the 'File' Menu on 'New' and 'Project' (or Type Ctrl-Shif-N)
A new Project will be created for you after you click 'OK' Follow the instructions in the HTML displayed