Click here to Skip to main content
15,892,697 members
Articles / Desktop Programming / WTL

WTL Wizard for Visual Studio .NET

Rate me:
Please Sign up or sign in to vote.
2.88/5 (4 votes)
17 Feb 2002 116.9K   1.2K   24  
An App-Wizard which creates template WTL apps.
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="WTL Wizard"
	ProjectGUID="{FF62C44B-3BD1-4A9F-9649-AF71AC0EDA8C}"
	SccProjectName="&quot;$/WTL Wizard&quot;, VEAAAAAA"
	SccAuxPath=""
	SccLocalPath="."
	SccProvider="MSSCCI:Microsoft Visual SourceSafe"
	Keyword="CustomAppWizProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1">
			<Tool
				Name="VCCLCompilerTool"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			IntermediateDirectory="Release"
			ConfigurationType="1">
			<Tool
				Name="VCCLCompilerTool"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"/>
			<Tool
				Name="VCMIDLTool"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Template Files"
			Filter="txt">
			<File
				RelativePath="Templates\1033\aboutdlg.h">
			</File>
			<File
				RelativePath="Templates\1033\aboutdlg_a.h">
			</File>
			<File
				RelativePath="Templates\1033\childfrm.h">
			</File>
			<File
				RelativePath="Templates\1033\childfrm_a.h">
			</File>
			<File
				RelativePath="Templates\1033\frame.h">
			</File>
			<File
				RelativePath="Templates\1033\frame_a.h">
			</File>
			<File
				RelativePath="Templates\1033\maindlg.h">
			</File>
			<File
				RelativePath="Templates\1033\maindlg_a.h">
			</File>
			<File
				RelativePath="Templates\1033\readme.txt">
			</File>
			<File
				RelativePath="Templates\1033\resource.h">
			</File>
			<File
				RelativePath="Templates\1033\root.cpp">
			</File>
			<File
				RelativePath="Templates\1033\root.h">
			</File>
			<File
				RelativePath="Templates\1033\root.ico">
			</File>
			<File
				RelativePath="Templates\1033\root.idl">
			</File>
			<File
				RelativePath="Templates\1033\root.rc">
			</File>
			<File
				RelativePath="Templates\1033\root.rgs">
			</File>
			<File
				RelativePath="Templates\1033\rootdoc.ico">
			</File>
			<File
				RelativePath="Templates\1033\rootidl.h">
			</File>
			<File
				RelativePath="Templates\1033\rootps.def">
			</File>
			<File
				RelativePath="Templates\1033\rootps.mk">
			</File>
			<File
				RelativePath="Templates\1033\sample.txt">
			</File>
			<File
				RelativePath="Templates\1033\stdatl.cpp">
			</File>
			<File
				RelativePath="Templates\1033\stdatl.h">
			</File>
			<File
				RelativePath="Templates\1033\stdatl_a.h">
			</File>
			<File
				RelativePath="Templates\1033\toolbar.bmp">
			</File>
			<File
				RelativePath="Templates\1033\view.h">
			</File>
			<File
				RelativePath="Templates\1033\view_a.h">
			</File>
		</Filter>
		<Filter
			Name="HTML Files"
			Filter="htm">
			<File
				RelativePath="HTML\1033\Page_2.htm"
				DeploymentContent="TRUE">
			</File>
			<File
				RelativePath="HTML\1033\default.htm"
				DeploymentContent="TRUE">
			</File>
		</Filter>
		<Filter
			Name="Image Files"
			Filter="bmp">
		</Filter>
		<Filter
			Name="Script Files"
			Filter="js">
			<File
				RelativePath="Scripts\1033\default.js">
			</File>
		</Filter>
		<Filter
			Name="Miscellaneous Files"
			Filter="vsz;vsdir;ico;vcproj;csproj;css;inf">
			<File
				RelativePath="Templates\1033\Templates.inf">
			</File>
			<File
				RelativePath="WTL Wizard.ico">
			</File>
			<File
				RelativePath="WTL Wizard.vsdir">
			</File>
			<File
				RelativePath="WTL Wizard.vsz">
			</File>
			<File
				RelativePath="default.vcproj">
			</File>
			<File
				RelativePath="1033\styles.css">
			</File>
		</Filter>
		<File
			RelativePath="Images\WTL Wizard.gif">
		</File>
		<File
			RelativePath="Images\WTL Wizard_Background.gif">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>

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 has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Spain Spain
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions