<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="7.00"
	Name="PUP GUI Console"
	ProjectGUID="{CB2207EC-704B-425E-AE24-7380857744A3}"
	Keyword="MFCProj">
	<Platforms>
		<Platform
			Name="Win32"/>
	</Platforms>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="Debug"
			IntermediateDirectory="Debug"
			ConfigurationType="1"
			UseOfMFC="2"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
				MinimalRebuild="TRUE"
				BasicRuntimeChecks="3"
				RuntimeLibrary="3"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="4"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="2"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="Release"
			IntermediateDirectory="Release"
			ConfigurationType="1"
			UseOfMFC="2"
			CharacterSet="2">
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				InlineFunctionExpansion="1"
				OmitFramePointers="TRUE"
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
				StringPooling="TRUE"
				MinimalRebuild="FALSE"
				RuntimeLibrary="2"
				EnableFunctionLevelLinking="TRUE"
				TreatWChar_tAsBuiltInType="TRUE"
				UsePrecompiledHeader="3"
				WarningLevel="3"
				Detect64BitPortabilityProblems="TRUE"
				DebugInformationFormat="3"/>
			<Tool
				Name="VCCustomBuildTool"/>
			<Tool
				Name="VCLinkerTool"
				LinkIncremental="1"
				GenerateDebugInformation="TRUE"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="FALSE"/>
			<Tool
				Name="VCPostBuildEventTool"/>
			<Tool
				Name="VCPreBuildEventTool"/>
			<Tool
				Name="VCPreLinkEventTool"/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"/>
			<Tool
				Name="VCWebDeploymentTool"/>
		</Configuration>
	</Configurations>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
			<File
				RelativePath="PUP GUI Console.cpp">
			</File>
			<File
				RelativePath="hlp\PUP GUI Console.hpj">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help file..."
						CommandLine="start /wait hcw /C /E /M &quot;hlp\$(ProjectName).hpj&quot;
if errorlevel 1 goto :HelpError
if not exist &quot;hlp\$(ProjectName).hlp&quot; goto :HelpError
if not exist &quot;hlp\$(ProjectName).cnt&quot; goto :HelpError
echo.
copy &quot;hlp\$(ProjectName).hlp&quot; &quot;$(OutDir)&quot;
copy &quot;hlp\$(ProjectName).cnt&quot; &quot;$(OutDir)&quot;
goto :HelpDone
:HelpError
echo hlp\$(ProjectName).hpj(1) : error: Problem encountered creating help file
:HelpDone
echo.
"
						AdditionalDependencies="hlp\$(ProjectName).hm"
						Outputs="$(OutDir)\$(ProjectName).hlp"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Making help file..."
						CommandLine="start /wait hcw /C /E /M &quot;hlp\$(ProjectName).hpj&quot;
if errorlevel 1 goto :HelpError
if not exist &quot;hlp\$(ProjectName).hlp&quot; goto :HelpError
if not exist &quot;hlp\$(ProjectName).cnt&quot; goto :HelpError
echo.
copy &quot;hlp\$(ProjectName).hlp&quot; &quot;$(OutDir)&quot;
copy &quot;hlp\$(ProjectName).cnt&quot; &quot;$(OutDir)&quot;
goto :HelpDone
:HelpError
echo hlp\$(ProjectName).hpj(1) : error: Problem encountered creating help file
:HelpDone
echo.
"
						AdditionalDependencies="hlp\$(ProjectName).hm"
						Outputs="$(OutDir)\$(ProjectName).hlp"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="PUP GUI ConsoleDlg.cpp">
			</File>
			<File
				RelativePath="stdafx.cpp">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCLCompilerTool"
						UsePrecompiledHeader="1"/>
				</FileConfiguration>
			</File>
		</Filter>
		<Filter
			Name="Header Files"
			Filter="h;hpp;hxx;hm;inl;inc">
			<File
				RelativePath="PUP GUI Console.h">
			</File>
			<File
				RelativePath="PUP GUI ConsoleDlg.h">
			</File>
			<File
				RelativePath="Resource.h">
				<FileConfiguration
					Name="Debug|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating map file for help compiler..."
						CommandLine="echo // Generated Help Map file.  Used by $(ProjectName).hpj. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Resources (IDR_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
"
						Outputs="hlp\$(ProjectName).hm"/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32">
					<Tool
						Name="VCCustomBuildTool"
						Description="Generating map file for help compiler..."
						CommandLine="echo // Generated Help Map file.  Used by $(ProjectName).hpj. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Resources (IDR_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo. &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
makehm IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\$(ProjectName).hm&quot;
"
						Outputs="hlp\$(ProjectName).hm"/>
				</FileConfiguration>
			</File>
			<File
				RelativePath="stdafx.h">
			</File>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;jpg;jpeg;jpe;manifest">
			<File
				RelativePath="res\PUP GUI Console.ico">
			</File>
			<File
				RelativePath="PUP GUI Console.rc">
			</File>
			<File
				RelativePath="res\PUP GUI Console.rc2">
			</File>
		</Filter>
		<Filter
			Name="Help Files"
			Filter="rtf;cnt">
			<File
				RelativePath="hlp\PUP GUI Console.cnt">
			</File>
			<File
				RelativePath="hlp\afxdlg.rtf">
			</File>
			<File
				RelativePath="hlp\images\bullet.bmp">
			</File>
		</Filter>
		<File
			RelativePath="ReadMe.txt">
		</File>
	</Files>
	<Globals>
	</Globals>
</VisualStudioProject>
