Click here to Skip to main content
15,895,709 members
Articles / Multimedia / OpenGL

OpenGL Win32 AppWizard

Rate me:
Please Sign up or sign in to vote.
4.97/5 (45 votes)
19 May 20033 min read 491.9K   22.7K   115  
This Custom AppWizard for VC++ 6.0 or VC++.NET creates an OpenGL enabled Win32 application suitable for demos and simple games.
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="OGLWiz7"
	ProjectGUID="{2FC49BEB-77EC-4CFA-B0D5-E6F043133070}"
	Keyword="CustomAppWizProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			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\App.cpp">
			</File>
			<File
				RelativePath="Templates\1033\App.h">
			</File>
			<File
				RelativePath="Templates\1033\res\Mainicon.ico">
			</File>
			<File
				RelativePath="Templates\1033\OGLBase.cpp">
			</File>
			<File
				RelativePath="Templates\1033\OGLBase.h">
			</File>
			<File
				RelativePath="Templates\1033\OGLBase.rc">
			</File>
			<File
				RelativePath="Templates\1033\ReadMe.txt">
			</File>
			<File
				RelativePath="Templates\1033\StdAfx.cpp">
			</File>
			<File
				RelativePath="Templates\1033\StdAfx.h">
			</File>
			<File
				RelativePath="Templates\1033\resource.h">
			</File>
		</Filter>
		<Filter
			Name="HTML Files"
			Filter="htm">
			<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="OGLWiz7.ico">
			</File>
			<File
				RelativePath="OGLWiz7.vsdir">
			</File>
			<File
				RelativePath="OGLWiz7.vsz">
			</File>
			<File
				RelativePath="Templates\1033\Templates.inf">
			</File>
			<File
				RelativePath="default.vcproj">
			</File>
			<File
				RelativePath="1033\styles.css">
			</File>
		</Filter>
		<File
			RelativePath="Images\OGLWiz7.gif">
		</File>
		<File
			RelativePath="Images\OGLWiz7_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
Sweden Sweden
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions