Click here to Skip to main content
15,891,864 members
Articles / Programming Languages / Javascript

A Visual Studio Wizard to add more project configurations

Rate me:
Please Sign up or sign in to vote.
4.78/5 (7 votes)
22 May 2011CPOL14 min read 30.8K   504   27  
This article explains how to automate Visual C++ project configurations using the Visual Studio wizard engine.
//{{NO_DEPENDENCIES}}
// CodeRock C++ generated include file.
// Used by [!output PROJECT_NAME].rc
//

#ifndef _[!output UPPER_CASE_SAFE_PROJECT_IDENTIFIER_NAME]_RESOURCES_H_FILE_INCLUDED
#define _[!output UPPER_CASE_SAFE_PROJECT_IDENTIFIER_NAME]_RESOURCES_H_FILE_INCLUDED

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE	101
#define _APS_NEXT_COMMAND_VALUE		40001
#define _APS_NEXT_CONTROL_VALUE		1000
#define _APS_NEXT_SYMED_VALUE		101
#endif
#endif

#endif //#ifndef _[!output UPPER_CASE_SAFE_PROJECT_IDENTIFIER_NAME]_RESOURCES_H_FILE_INCLUDED

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
As a professional software developer with more than 6 years experience, I've involved in a variety of projects in many areas. I started with developing desktop applications for Windows 95 (both 16-bit and 32-bit programs), moved to developing client/server applications using Windows NT technologies, and now I'm up to my ears working with .NET development.

Comments and Discussions