
==========================================================================================
 The Flight Simulator Quick Access Recorder and Analyzer
==========================================================================================

  Author: AlexShag (alexshag@mail.ru or alxshag@gmail.com)
 Version: 1.0
    Date: 21 Jan 2014

==========================================================================================
 Compiler options
==========================================================================================
 
 1) Use the highest level of warnings /W4
 2) Use /analize option in VS Team Edition
 3) Use SAL
 
==========================================================================================
 Used tools
==========================================================================================

Static analyzers, which were used in creation of the program:

 1) PVS-Stuido (Trial Version)
 2) Intel Inspector XE 2013 (Trial Version)
 3) CPPCheck freeware static analizer
 4) SourceMonitor freeware source code metrics tool
 
==========================================================================================
 How to include Common Controls manifest file
==========================================================================================

<Tool
	Name="VCManifestTool"
	AdditionalManifestFiles="FSQAR.exe.manifest"
/>

