#if !defined(AFX_PROJECT1_H__B5258CEB_37BF_498D_9F1A_279B6B021545__INCLUDED_)
#define AFX_PROJECT1_H__B5258CEB_37BF_498D_9F1A_279B6B021545__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"

class CProject1App : public CWinApp
{
public:
	CProject1App();

	//{{AFX_VIRTUAL(CProject1App)
	public:
	virtual BOOL InitInstance();
	//}}AFX_VIRTUAL

	//{{AFX_MSG(CProject1App)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}

#endif // !defined(AFX_PROJECT1_H__B5258CEB_37BF_498D_9F1A_279B6B021545__INCLUDED_)
