I created a C# project template to make it even easier to export managed code to native applications without the need of COM registrations. Simply drop this archive into your "My Documents\Visual Studio 20**\Templates\ProjectTemplates". (Do not extract it) You don't have to be an administrator, this is only for your windows account, though. The next time you open the new project wizard, you should see a new project type directly under "Visual C#", with a Windows DLL icon. That's it. The projects created this way can be compiled by anyone who has Visual Studio 2005/2008 installed or just the .Net 2.0-3.X SDK. Which means it won't pose any problems with build servers or opening the project on different machines. Check out the Samples for more information. |
