Click here to Skip to main content
15,886,639 members
Articles / Programming Languages / C

BasicAdmin - Personal Organizer

Rate me:
Please Sign up or sign in to vote.
4.94/5 (14 votes)
1 Aug 2009CPOL6 min read 50.7K   5.6K   60  
Finance, contacts, notes organizer
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
	ProjectType="Visual C++"
	Version="9,00"
	Name="BasicAdmin"
	ProjectGUID="{56483F3D-89FC-4080-BCF8-F20A5A460E9D}"
	RootNamespace="BasicAdmin"
	Keyword="MFCProj"
	TargetFrameworkVersion="131072"
	>
	<Platforms>
		<Platform
			Name="Win32"
		/>
	</Platforms>
	<ToolFiles>
	</ToolFiles>
	<Configurations>
		<Configuration
			Name="Debug|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			UseOfMFC="0"
			CharacterSet="2"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="_DEBUG"
				MkTypLibCompatible="false"
				ValidateParameters="true"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="0"
				PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"
				MinimalRebuild="true"
				BasicRuntimeChecks="0"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="false"
				UsePrecompiledHeader="2"
				WarningLevel="3"
				DebugInformationFormat="4"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="_DEBUG"
				Culture="1033"
				AdditionalIncludeDirectories="$(IntDir)"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="wininet.lib"
				LinkIncremental="2"
				GenerateDebugInformation="true"
				SubSystem="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
		<Configuration
			Name="Release|Win32"
			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
			IntermediateDirectory="$(ConfigurationName)"
			ConfigurationType="1"
			UseOfMFC="0"
			CharacterSet="2"
			WholeProgramOptimization="1"
			>
			<Tool
				Name="VCPreBuildEventTool"
			/>
			<Tool
				Name="VCCustomBuildTool"
			/>
			<Tool
				Name="VCXMLDataGeneratorTool"
			/>
			<Tool
				Name="VCWebServiceProxyGeneratorTool"
			/>
			<Tool
				Name="VCMIDLTool"
				PreprocessorDefinitions="NDEBUG"
				MkTypLibCompatible="false"
				ValidateParameters="true"
			/>
			<Tool
				Name="VCCLCompilerTool"
				Optimization="2"
				EnableIntrinsicFunctions="true"
				PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"
				MinimalRebuild="false"
				RuntimeLibrary="0"
				EnableFunctionLevelLinking="true"
				UsePrecompiledHeader="2"
				WarningLevel="3"
				DebugInformationFormat="3"
			/>
			<Tool
				Name="VCManagedResourceCompilerTool"
			/>
			<Tool
				Name="VCResourceCompilerTool"
				PreprocessorDefinitions="NDEBUG"
				Culture="3082"
				AdditionalIncludeDirectories="$(IntDir)"
			/>
			<Tool
				Name="VCPreLinkEventTool"
			/>
			<Tool
				Name="VCLinkerTool"
				AdditionalDependencies="wininet.lib"
				LinkIncremental="1"
				GenerateDebugInformation="true"
				SubSystem="2"
				OptimizeReferences="2"
				EnableCOMDATFolding="2"
				TargetMachine="1"
			/>
			<Tool
				Name="VCALinkTool"
			/>
			<Tool
				Name="VCManifestTool"
			/>
			<Tool
				Name="VCXDCMakeTool"
			/>
			<Tool
				Name="VCBscMakeTool"
			/>
			<Tool
				Name="VCFxCopTool"
			/>
			<Tool
				Name="VCAppVerifierTool"
			/>
			<Tool
				Name="VCPostBuildEventTool"
			/>
		</Configuration>
	</Configurations>
	<References>
	</References>
	<Files>
		<Filter
			Name="Source Files"
			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
			>
			<File
				RelativePath=".\AboutDlg.cpp"
				>
			</File>
			<File
				RelativePath=".\BasicAdmin.cpp"
				>
			</File>
			<File
				RelativePath=".\BasicAdminDoc.cpp"
				>
			</File>
			<File
				RelativePath=".\BasicAdminView.cpp"
				>
			</File>
			<File
				RelativePath=".\DataStructure.cpp"
				>
			</File>
			<File
				RelativePath=".\LeftView.cpp"
				>
			</File>
			<File
				RelativePath=".\MainFrm.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;xsd"
			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
			>
			<File
				RelativePath=".\AboutDlg.h"
				>
			</File>
			<File
				RelativePath=".\BasicAdmin.h"
				>
			</File>
			<File
				RelativePath=".\BasicAdminDoc.h"
				>
			</File>
			<File
				RelativePath=".\BasicAdminView.h"
				>
			</File>
			<File
				RelativePath=".\DataStructure.h"
				>
			</File>
			<File
				RelativePath=".\Globals.h"
				>
			</File>
			<File
				RelativePath=".\LeftView.h"
				>
			</File>
			<File
				RelativePath=".\Macros.h"
				>
			</File>
			<File
				RelativePath=".\MainFrm.h"
				>
			</File>
			<File
				RelativePath=".\resource1.h"
				>
			</File>
			<File
				RelativePath=".\stdafx.h"
				>
			</File>
			<File
				RelativePath=".\targetver.h"
				>
			</File>
		</Filter>
		<Filter
			Name="Utils"
			>
			<Filter
				Name="ControlsFPack"
				>
				<Filter
					Name="Source Files"
					>
					<File
						RelativePath=".\Utils\ControlsFPack\BarraOutLook.cpp"
						>
					</File>
					<File
						RelativePath=".\Utils\ControlsFPack\BPaneOutLook.cpp"
						>
					</File>
					<File
						RelativePath=".\Utils\ControlsFPack\ControlOutLook.cpp"
						>
					</File>
					<File
						RelativePath=".\Utils\ControlsFPack\CustRibbon.cpp"
						>
					</File>
				</Filter>
				<Filter
					Name="Header Files"
					>
					<File
						RelativePath=".\Utils\ControlsFPack\BarraOutLook.h"
						>
					</File>
					<File
						RelativePath=".\Utils\ControlsFPack\BPaneOutLook.h"
						>
					</File>
					<File
						RelativePath=".\Utils\ControlsFPack\ControlOutLook.h"
						>
					</File>
					<File
						RelativePath=".\Utils\ControlsFPack\CustRibbon.h"
						>
					</File>
				</Filter>
			</Filter>
			<Filter
				Name="Source Files"
				>
				<File
					RelativePath=".\Utils\CalenUtils.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\ColumnTreeCtrl.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\ControlCalendar.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\DiskObject.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\FrmABMGenerico.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\GenericHTTPClient.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\Utils\OperConexion.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\Traynot.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\TreeUtils.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\UTFilter.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\Utils.cpp"
					>
				</File>
				<File
					RelativePath=".\Utils\ViewPrintPreview.cpp"
					>
				</File>
			</Filter>
			<Filter
				Name="Header Files"
				>
				<File
					RelativePath=".\Utils\CalenUtils.h"
					>
				</File>
				<File
					RelativePath=".\Utils\ColumnTreeCtrl.h"
					>
				</File>
				<File
					RelativePath=".\Utils\ControlCalendar.h"
					>
				</File>
				<File
					RelativePath=".\Utils\FrmABMGenerico.h"
					>
				</File>
				<File
					RelativePath=".\Utils\TRAYNOT.H"
					>
				</File>
				<File
					RelativePath=".\Utils\TreeUtils.h"
					>
				</File>
				<File
					RelativePath=".\Utils\UTFilter.h"
					>
				</File>
				<File
					RelativePath=".\Utils\utils.h"
					>
				</File>
				<File
					RelativePath=".\Utils\ViewPrintPreview.h"
					>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="Classes"
			>
			<Filter
				Name="Header Files"
				>
				<File
					RelativePath=".\Classes\Account.h"
					>
				</File>
				<File
					RelativePath=".\Classes\CalendarCat.h"
					>
				</File>
				<File
					RelativePath=".\Classes\Contact.h"
					>
				</File>
				<File
					RelativePath=".\Classes\ContactInfo.h"
					>
				</File>
				<File
					RelativePath=".\Classes\Currency.h"
					>
				</File>
				<File
					RelativePath=".\Classes\DailyInput.h"
					>
				</File>
				<File
					RelativePath=".\Classes\NoteFileCat.h"
					>
				</File>
				<File
					RelativePath=".\Classes\NoteInfo.h"
					>
				</File>
				<File
					RelativePath=".\Classes\TaskCat.h"
					>
				</File>
				<File
					RelativePath=".\Classes\TaskData.h"
					>
				</File>
				<File
					RelativePath=".\Classes\TreeObj.h"
					>
				</File>
			</Filter>
			<Filter
				Name="Source Files"
				>
				<File
					RelativePath=".\Classes\Account.cpp"
					>
				</File>
				<File
					RelativePath=".\Classes\CalendarCat.cpp"
					>
				</File>
				<File
					RelativePath=".\Classes\Contact.cpp"
					>
				</File>
				<File
					RelativePath=".\Classes\DailyInput.cpp"
					>
				</File>
				<File
					RelativePath=".\Classes\NoteFileCat.cpp"
					>
				</File>
				<File
					RelativePath=".\Classes\TaskCat.cpp"
					>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="Dialogos"
			>
			<Filter
				Name="Modals"
				>
				<Filter
					Name="DailyInput"
					>
					<Filter
						Name="Header Files"
						>
						<File
							RelativePath=".\Dialogos\Modals\DailyInput\FrmCashManCurrency.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\DailyInput\FrmCashManSingleOp.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\DailyInput\FrmCashManTransaction.h"
							>
						</File>
					</Filter>
					<Filter
						Name="Source Files"
						>
						<File
							RelativePath=".\Dialogos\Modals\DailyInput\FrmCashManCurrency.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\DailyInput\FrmCashManSingleOp.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\DailyInput\FrmCashManTransaction.cpp"
							>
						</File>
					</Filter>
				</Filter>
				<Filter
					Name="Others"
					>
					<Filter
						Name="Header Files"
						>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmAccountData.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmCashManagerData.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmContactInfo.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmContactsCatData.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmCurrenciesData.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Otros\frmmensajebox.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmNotesData.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmTasksData.h"
							>
						</File>
					</Filter>
					<Filter
						Name="Source Files"
						>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmAccountData.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmCashManagerData.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmContactInfo.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmContactsCatData.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmCurrenciesData.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Otros\FrmMensajeBox.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmNotesData.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Others\FrmTasksData.cpp"
							>
						</File>
					</Filter>
				</Filter>
				<Filter
					Name="Utils"
					>
					<Filter
						Name="Header Files"
						>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmAccSearch.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmCatSearch.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmPWD.h"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmWebGet.h"
							>
						</File>
					</Filter>
					<Filter
						Name="Source Files"
						>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmAccSearch.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmCatSearch.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmPWD.cpp"
							>
						</File>
						<File
							RelativePath=".\Dialogos\Modals\Utils\FrmWebGet.cpp"
							>
						</File>
					</Filter>
				</Filter>
			</Filter>
			<Filter
				Name="Views"
				>
				<Filter
					Name="Header Files"
					>
					<File
						RelativePath=".\Dialogos\Views\FrmAccounts.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCashManager.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCashManGen.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCashManTotals.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmContacts.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmContactsTree.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCurrencies.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmNotes.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmTaskGen.h"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmTasks.h"
						>
					</File>
				</Filter>
				<Filter
					Name="Source Files"
					>
					<File
						RelativePath=".\Dialogos\Views\FrmAccounts.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCashManager.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCashManGen.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCashManTotals.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmContacts.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmContactsTree.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmCurrencies.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmNotes.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmTaskGen.cpp"
						>
					</File>
					<File
						RelativePath=".\Dialogos\Views\FrmTasks.cpp"
						>
					</File>
				</Filter>
			</Filter>
		</Filter>
		<Filter
			Name="HeaderRes"
			>
			<File
				RelativePath=".\Resource.h"
				>
			</File>
		</Filter>
		<Filter
			Name="UtilsOp"
			>
			<Filter
				Name="Source Files"
				>
				<File
					RelativePath=".\UtilsOp\BasicTables.cpp"
					>
				</File>
				<File
					RelativePath=".\UtilsOp\CalcOper.cpp"
					>
				</File>
				<File
					RelativePath=".\UtilsOp\CurOpers.cpp"
					>
				</File>
				<File
					RelativePath=".\UtilsOp\dbOpers.cpp"
					>
				</File>
			</Filter>
			<Filter
				Name="Header Files"
				>
				<File
					RelativePath=".\UtilsOp\BasicTables.h"
					>
				</File>
				<File
					RelativePath=".\UtilsOp\CalcOper.h"
					>
				</File>
				<File
					RelativePath=".\UtilsOp\CurOpers.h"
					>
				</File>
				<File
					RelativePath=".\UtilsOp\dbOpers.h"
					>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="Resource Files"
			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
			>
			<File
				RelativePath=".\res\BINOCULR.ICO"
				>
			</File>
			<File
				RelativePath="..\..\..\Archivos de programa\DevStudio\VB\Graphics\Icons\Misc\BINOCULR.ICO"
				>
			</File>
			<File
				RelativePath=".\res\icoBuscar22.ico"
				>
			</File>
			<File
				RelativePath=".\res\icon1.ico"
				>
			</File>
			<Filter
				Name="Recursos"
				>
				<File
					RelativePath=".\BasicAdmin.rc"
					>
				</File>
				<File
					RelativePath=".\res\BasicAdmin.rc2"
					>
				</File>
			</Filter>
			<Filter
				Name="Bitmaps"
				>
				<File
					RelativePath=".\res\bitmap1.bmp"
					>
				</File>
				<File
					RelativePath=".\res\Borrar.bmp"
					>
				</File>
				<File
					RelativePath=".\res\buttons.bmp"
					>
				</File>
				<File
					RelativePath=".\res\filelarge.bmp"
					>
				</File>
				<File
					RelativePath=".\res\filesmall.bmp"
					>
				</File>
				<File
					RelativePath=".\res\Imagen.bmp"
					>
				</File>
				<File
					RelativePath=".\res\ImgLstChicas.bmp"
					>
				</File>
				<File
					RelativePath=".\res\ImgLstGrandes.bmp"
					>
				</File>
				<File
					RelativePath=".\res\info.bmp"
					>
				</File>
				<File
					RelativePath=".\res\main.bmp"
					>
				</File>
				<File
					RelativePath=".\res\nav_large.bmp"
					>
				</File>
				<File
					RelativePath=".\res\nav_large_hc.bmp"
					>
				</File>
				<File
					RelativePath=".\res\pages.bmp"
					>
				</File>
				<File
					RelativePath=".\res\pages_hc.bmp"
					>
				</File>
				<File
					RelativePath=".\res\pages_small.bmp"
					>
				</File>
				<File
					RelativePath=".\res\pages_small_hc.bmp"
					>
				</File>
				<File
					RelativePath=".\res\Toolbar.bmp"
					>
				</File>
				<File
					RelativePath=".\res\Toolbar256.bmp"
					>
				</File>
				<File
					RelativePath=".\res\writelarge.bmp"
					>
				</File>
				<File
					RelativePath=".\res\writesmall.bmp"
					>
				</File>
			</Filter>
			<Filter
				Name="Icons"
				>
				<File
					RelativePath=".\res\BasicAdmin.ico"
					>
				</File>
				<File
					RelativePath=".\res\BasicAdminDoc.ico"
					>
				</File>
				<File
					RelativePath=".\res\IcoAdd.ico"
					>
				</File>
				<File
					RelativePath=".\res\IcoBCancel.ico"
					>
				</File>
				<File
					RelativePath=".\res\IcoBOK.ico"
					>
				</File>
				<File
					RelativePath=".\res\icoDelete.ico"
					>
				</File>
				<File
					RelativePath=".\res\icoModify.ico"
					>
				</File>
				<File
					RelativePath=".\res\IcoPrint.ico"
					>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="Diagramas"
			>
			<File
				RelativePath=".\Diagramas\General.cd"
				>
			</File>
		</Filter>
		<Filter
			Name="Help"
			>
			<File
				RelativePath=".\hlp\BasicAdmin.hhc"
				>
			</File>
			<File
				RelativePath=".\hlp\BasicAdmin.hhk"
				>
			</File>
			<File
				RelativePath=".\hlp\BasicAdmin.hhp"
				>
				<FileConfiguration
					Name="Debug|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
						Description="Creando el archivo de ayuda..."
						CommandLine="start /wait hhc &quot;hlp\BasicAdmin.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\BasicAdmin.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\BasicAdmin.chm&quot; &quot;$(OutDir)\BasicAdmin.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\BasicAdmin.hhp(1) : error:Problemas al crear el archivo de ayuda&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
						AdditionalDependencies="hlp\HTMLDefines.h"
						Outputs="$(OutDir)\$(ProjectName).chm"
					/>
				</FileConfiguration>
				<FileConfiguration
					Name="Release|Win32"
					>
					<Tool
						Name="VCCustomBuildTool"
						Description="Creando el archivo de ayuda..."
						CommandLine="start /wait hhc &quot;hlp\BasicAdmin.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\BasicAdmin.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\BasicAdmin.chm&quot; &quot;$(OutDir)\BasicAdmin.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\BasicAdmin.hhp(1) : error:Problemas al crear el archivo de ayuda&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"
						AdditionalDependencies="hlp\HTMLDefines.h"
						Outputs="$(OutDir)\$(ProjectName).chm"
					/>
				</FileConfiguration>
			</File>
			<File
				RelativePath=".\hlp\htmldefines.h"
				>
			</File>
		</Filter>
		<Filter
			Name="SQLite"
			>
			<Filter
				Name="Header Files"
				>
				<File
					RelativePath=".\SQLite\btree.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\btreeInt.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\cppsqlite3.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\hash.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\keywordhash.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\mutex.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\opcodes.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\os.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\os_common.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\pager.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\parse.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\sqlite3.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\sqlite3ext.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\sqliteInt.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\sqliteLimit.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\vdbe.h"
					>
				</File>
				<File
					RelativePath=".\SQLite\vdbeInt.h"
					>
				</File>
			</Filter>
			<Filter
				Name="Source Files"
				>
				<File
					RelativePath=".\SQLite\alter.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\analyze.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\attach.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\auth.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\btmutex.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\btree.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\build.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\callback.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\complete.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\CppSQLite3.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\date.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\delete.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\expr.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\func.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\hash.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\insert.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\journal.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\legacy.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\loadext.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\main.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\malloc.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mem1.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mem2.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mem3.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mem4.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mutex.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mutex_os2.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mutex_unix.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\mutex_w32.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\opcodes.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\os.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\os_os2.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\os_unix.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\os_win.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\pager.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\parse.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\pragma.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\prepare.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\printf.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\random.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\select.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\shell.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\table.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\tokenize.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\trigger.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\update.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\utf.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\util.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vacuum.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vdbe.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vdbeapi.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vdbeaux.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vdbeblob.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vdbefifo.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vdbemem.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\vtab.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\SQLite\where.c"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="CryptoPP"
			>
			<Filter
				Name="Header Files"
				>
				<File
					RelativePath=".\CryptoPP\3way.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\adler32.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\aes.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\algebra.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\algparam.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\arc4.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\argnames.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\asn.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\base32.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\base64.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\basecode.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\bench.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\blowfish.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\blumshub.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\camellia.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\cast.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\cbcmac.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\channels.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\config.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\cpu.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\crc.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\cryptlib.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\default.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\des.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\dh.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\dh2.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\dll.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\dmac.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\dsa.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\ec2n.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\eccrypto.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\ecp.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\elgamal.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\emsa2.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\eprecomp.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\esign.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\factory.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\files.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\filters.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\fips140.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\fltrimpl.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\gf256.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\gf2_32.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\gf2n.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\gfpcrypt.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\gost.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\gzip.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\hex.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\hmac.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\hrtimer.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\ida.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\idea.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\infoformat.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\integer.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\Interno.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\iterhash.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\lubyrack.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\luc.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\mars.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\md2.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\md4.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\md5.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\mdc.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\misc.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\modarith.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\modes.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\modexppc.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\mqueue.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\mqv.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\nbtheory.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\network.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\nr.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\oaep.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\oids.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\osrng.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\panama.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\pch.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\pkcspad.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\polynomi.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\pssr.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\pubkey.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\pwdbased.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\queue.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rabin.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\randpool.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rc2.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rc5.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rc6.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\resource.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rijndael.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\ripemd.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rng.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rsa.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\rw.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\safer.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\salsa.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\seal.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\secblock.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\seckey.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\serpent.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\serpentp.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\sha.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\shacal2.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\shark.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\simple.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\skipjack.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\smartptr.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\socketft.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\sosemanuk.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\square.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\stdafx.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\stdcpp.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\StdString.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\strciphr.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\targetver.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\tea.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\tiger.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\trdlocal.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\trunhash.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\ttmac.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\twofish.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\validate.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\vmac.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\wait.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\wake.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\whrlpool.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\winpipes.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\words.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\xtr.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\xtrcrypt.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\zdeflate.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\zinflate.h"
					>
				</File>
				<File
					RelativePath=".\CryptoPP\zlib.h"
					>
				</File>
			</Filter>
			<Filter
				Name="Source Files"
				>
				<File
					RelativePath=".\CryptoPP\3way.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\adler32.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\algebra.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\algparam.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\arc4.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\asn.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\base32.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\base64.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\basecode.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\bench.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\bench2.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\bfinit.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\blowfish.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\blumshub.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\camellia.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\cast.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\casts.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\cbcmac.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\channels.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\cpu.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\crc.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\cryptlib.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\cryptlib_bds.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\default.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\des.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\dessp.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\dh.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\dh2.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\dll.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\dllmain.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\dsa.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\ec2n.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\eccrypto.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\ecp.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\elgamal.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\emsa2.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\eprecomp.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\esign.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\files.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\filters.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\fips140.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\fipsalgt.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\gf256.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\gf2_32.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\gf2n.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\gfpcrypt.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\gost.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\gzip.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\hex.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\hmac.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\hrtimer.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\ida.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\idea.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\InfoFormat.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="2"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="2"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\integer.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\Interno.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\iterhash.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\luc.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\mars.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\marss.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\md4.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\md5.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\misc.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\modes.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\mqueue.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\mqv.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\nbtheory.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\network.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\oaep.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\osrng.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\panama.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\pch.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\pkcspad.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\polynomi.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\pssr.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\pubkey.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\queue.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rabin.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\randpool.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rc2.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rc5.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rc6.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rdtables.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rijndael.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\ripemd.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rng.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rsa.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\rw.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\safer.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\salsa.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\seal.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\serpent.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\sha.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\shacal2.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\shark.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\sharkbox.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\simple.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\skipjack.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\socketft.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\sosemanuk.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\square.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\squaretb.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\stdafx.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\strciphr.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\tea.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\tftables.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\tiger.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\tigertab.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\trdlocal.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\ttmac.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\twofish.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\vmac.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\wait.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\wake.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\whrlpool.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\winpipes.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\xtr.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\xtrcrypt.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\zdeflate.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\zinflate.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
				<File
					RelativePath=".\CryptoPP\zlib.cpp"
					>
					<FileConfiguration
						Name="Debug|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
					<FileConfiguration
						Name="Release|Win32"
						>
						<Tool
							Name="VCCLCompilerTool"
							UsePrecompiledHeader="0"
						/>
					</FileConfiguration>
				</File>
			</Filter>
		</Filter>
		<Filter
			Name="Graph"
			>
			<Filter
				Name="Controls"
				>
				<Filter
					Name="Header Files"
					>
					<File
						RelativePath=".\Graph\Controls\amsedit.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Btnst.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\CheckComboBox.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Color.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\ColorCtrl.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\ColorStatic.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Easysize.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\FontCtrl.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Fontsize.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Picture.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\ScrollHelper.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\StaticDib.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\XColorStatic.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\XHyperLink.h"
						>
					</File>
				</Filter>
				<Filter
					Name="Source Files"
					>
					<File
						RelativePath=".\Graph\Controls\amsedit.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Btnst.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\CheckComboBox.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\ColorStatic.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Fontsize.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\Picture.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\ScrollHelper.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\StaticDib.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\XColorStatic.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Controls\XHyperLink.cpp"
						>
					</File>
				</Filter>
			</Filter>
			<Filter
				Name="Grid"
				>
				<Filter
					Name="Header Files"
					>
					<File
						RelativePath=".\Graph\Grid\CellRange.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\Gridcell.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\GridCellBase.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\GridCellProgress.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\Gridctrl.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\GridDropTarget.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\InPlaceEdit.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\memdcDato.h"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\Titletip.h"
						>
					</File>
				</Filter>
				<Filter
					Name="Source Files"
					>
					<File
						RelativePath=".\Graph\Grid\Gridcell.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\GridCellBase.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\GridCellProgress.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\Gridctrl.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\GridDropTarget.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\InPlaceEdit.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\Grid\Titletip.cpp"
						>
					</File>
				</Filter>
			</Filter>
			<Filter
				Name="TreeCbo"
				>
				<Filter
					Name="Header Files"
					>
					<File
						RelativePath=".\Graph\TreeCbo\ComboEdit.h"
						>
					</File>
					<File
						RelativePath=".\Graph\TreeCbo\ComboTree.h"
						>
					</File>
					<File
						RelativePath=".\Graph\TreeCbo\TreeComboBox.h"
						>
					</File>
				</Filter>
				<Filter
					Name="Source Files"
					>
					<File
						RelativePath=".\Graph\TreeCbo\ComboEdit.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\TreeCbo\ComboTree.cpp"
						>
					</File>
					<File
						RelativePath=".\Graph\TreeCbo\TreeComboBox.cpp"
						>
					</File>
				</Filter>
			</Filter>
		</Filter>
		<File
			RelativePath=".\ReadMe.txt"
			>
		</File>
	</Files>
	<Globals>
		<Global
			Name="RESOURCE_FILE"
			Value="BasicAdmin.rc"
		/>
	</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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Argentina Argentina
System developer from Argentina.

Programmed in VB 5,6,.NET, C#, Java, PL-SQL, Transac-SQL, C, C++ and even some "calculator" language.

Love to build small, useful applications.
Usually building big and complicated apps based on solid, reliable components.

Hobbies: reading, photography, chess, paddle, running.

Comments and Discussions