#include "defines.h"

//     application.h
#pragma once

#define     APP_TITLE     ""
#define     APP_FILE_NAME     ""
#define     APP_FILE_DATE     "Wed, April, 5. 2017."
#define     APP_FILE_VERSION     "0, 0, 0, 1"
#define     APP_PRODUCT_VERSION     "0, 0, 0, 1"
#define     APP_COMPANY_NAME     "Untitled Corporation."
#define     APP_FILE_DESCRIPTION     "This Application makes you happy."
#define     APP_COPYRIGHT     "Copyright (C) 2017 __APP_COMPANY_NAME__. All Rights Reserved."
#define     APP_PRIVATE_BUILD     "0001"


//     stringtable.h
#pragma once

#define     IDS_

//     defines.h
#pragma once

#include     "application.h"
#include     "stringtable.h"