|
25 | 25 | ### [.vcxproj and .props file structure](vcxproj-file-structure.md) |
26 | 26 | ## [Creating Desktop Projects By Using Application Wizards](creating-desktop-projects-by-using-application-wizards.md) |
27 | 27 | ### [Wizard Support for Other Languages](wizard-support-for-other-languages.md) |
28 | | -### [Creating a Custom Wizard](creating-a-custom-wizard.md) |
29 | | -#### [Custom Wizard](custom-wizard.md) |
30 | | -##### [Application Settings, Custom Wizard](application-settings-custom-wizard.md) |
31 | | -### [Designing a Wizard](designing-a-wizard.md) |
32 | | -#### [Steps to Designing a Wizard](steps-to-designing-a-wizard.md) |
33 | | -##### [Examining the Basic Wizard Project](examining-the-basic-wizard-project.md) |
34 | | -##### [Examining the Mechanics of a Wizard](examining-the-mechanics-of-a-wizard.md) |
35 | | -##### [Customizing Your Wizard](customizing-your-wizard.md) |
36 | | -##### [Localizing a Wizard to Multiple Languages](localizing-a-wizard-to-multiple-languages.md) |
37 | | -##### [Providing Context-Sensitive Help](providing-context-sensitive-help.md) |
38 | | -#### [Files Created for Your Wizard](files-created-for-your-wizard.md) |
39 | | -##### [.Vsz File (Project Control)](dot-vsz-file-project-control.md) |
40 | | -###### [Custom Parameters in the Wizard .Vsz File](custom-parameters-in-the-wizard-dot-vsz-file.md) |
41 | | -##### [HTML Files](html-files.md) |
42 | | -##### [Template Files](template-files.md) |
43 | | -###### [Templates.inf File](templates-inf-file.md) |
44 | | -###### [Template Directives](template-directives.md) |
45 | | -##### [JScript File](jscript-file.md) |
46 | | -###### [Customizing C++ Wizards with Common JScript Functions](customizing-cpp-wizards-with-common-jscript-functions.md) |
47 | | -####### [JScript Functions for C++ Wizards](jscript-functions-for-cpp-wizards.md) |
48 | | -######## [AddATLSupportToProject](addatlsupporttoproject.md) |
49 | | -######## [AddCoclassFromFile](addcoclassfromfile.md) |
50 | | -######## [AddCommonConfig](addcommonconfig.md) |
51 | | -######## [AddFilesToProject](addfilestoproject.md) |
52 | | -######## [AddInterfaceFromFile](addinterfacefromfile.md) |
53 | | -######## [CanAddATLClass](canaddatlclass.md) |
54 | | -######## [CanAddClass](canaddclass.md) |
55 | | -######## [CanAddMFCClass](canaddmfcclass.md) |
56 | | -######## [CanAddNonAttributed](canaddnonattributed.md) |
57 | | -######## [CanUseFileName](canusefilename.md) |
58 | | -######## [ConvertProjectToAttributed](convertprojecttoattributed.md) |
59 | | -######## [CreateInfFile](createinffile.md) |
60 | | -######## [CreateProject](createproject.md) |
61 | | -######## [CreateSafeName](createsafename.md) |
62 | | -######## [DeleteFile](deletefile.md) |
63 | | -######## [DoesIncludeExist](doesincludeexist.md) |
64 | | -######## [GetCodeForDllCanUnloadNow](getcodefordllcanunloadnow.md) |
65 | | -######## [GetCodeForDllGetClassObject](getcodefordllgetclassobject.md) |
66 | | -######## [GetCodeForDllRegisterServer](getcodefordllregisterserver.md) |
67 | | -######## [GetCodeForDllUnregisterServer](getcodefordllunregisterserver.md) |
68 | | -######## [GetCodeForExitInstance](getcodeforexitinstance.md) |
69 | | -######## [GetCodeForInitInstance](getcodeforinitinstance.md) |
70 | | -######## [GetExportPragmas](getexportpragmas.md) |
71 | | -######## [GetInterfaceClasses](getinterfaceclasses.md) |
72 | | -######## [GetInterfaceType](getinterfacetype.md) |
73 | | -######## [GetMaxID](getmaxid.md) |
74 | | -######## [GetMemberfunction](getmemberfunction.md) |
75 | | -######## [GetProjectFile](getprojectfile.md) |
76 | | -######## [GetProjectPath](getprojectpath.md) |
77 | | -######## [GetRuntimeErrorDesc](getruntimeerrordesc.md) |
78 | | -######## [GetUniqueFileName](getuniquefilename.md) |
79 | | -######## [IncludeCodeElementDeclaration](includecodeelementdeclaration.md) |
80 | | -######## [InsertIntoFunction](insertintofunction.md) |
81 | | -######## [IsATLProject](isatlproject.md) |
82 | | -######## [IsAttributedProject](isattributedproject.md) |
83 | | -######## [IsMFCProject](ismfcproject.md) |
84 | | -######## [LineBeginsWith](linebeginswith.md) |
85 | | -######## [OffsetToLineNumber](offsettolinenumber.md) |
86 | | -######## [OnWizFinish](onwizfinish.md) |
87 | | -######## [RenderAddTemplate](renderaddtemplate.md) |
88 | | -######## [SetCommonPchSettings](setcommonpchsettings.md) |
89 | | -######## [SetErrorInfo](seterrorinfo.md) |
90 | | -######## [SetFilters](setfilters.md) |
91 | | -######## [SetMergeProxySymbol](setmergeproxysymbol.md) |
92 | | -######## [SetNoPchSettings](setnopchsettings.md) |
93 | | -#### [Handling Errors in Wizards](handling-errors-in-wizards.md) |
94 | | -##### [Error Handling in Wizard HTML Files](error-handling-in-wizard-html-files.md) |
95 | | -##### [Error Handling in Wizard JScript Files](error-handling-in-wizard-jscript-files.md) |
96 | 28 | ### [Creating a Makefile Project](creating-a-makefile-project.md) |
97 | 29 | #### [Makefile Project Wizard](makefile-project-wizard.md) |
98 | 30 | ##### [Application Settings, Makefile Project Wizard](application-settings-makefile-project-wizard.md) |
|
0 commit comments