server/windows/USBEventSvc/OpenSecUSBEventSvcLog/ReadMe.txt
changeset 7 903480cebdfb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/server/windows/USBEventSvc/OpenSecUSBEventSvcLog/ReadMe.txt	Tue Dec 03 18:04:46 2013 +0100
     1.3 @@ -0,0 +1,48 @@
     1.4 +========================================================================
     1.5 +    DYNAMIC LINK LIBRARY : OpenSecMgrLog Project Overview
     1.6 +========================================================================
     1.7 +
     1.8 +AppWizard has created this OpenSecMgrLog DLL for you.
     1.9 +
    1.10 +This file contains a summary of what you will find in each of the files that
    1.11 +make up your OpenSecMgrLog application.
    1.12 +
    1.13 +
    1.14 +OpenSecMgrLog.vcxproj
    1.15 +    This is the main project file for VC++ projects generated using an Application Wizard.
    1.16 +    It contains information about the version of Visual C++ that generated the file, and
    1.17 +    information about the platforms, configurations, and project features selected with the
    1.18 +    Application Wizard.
    1.19 +
    1.20 +OpenSecMgrLog.vcxproj.filters
    1.21 +    This is the filters file for VC++ projects generated using an Application Wizard. 
    1.22 +    It contains information about the association between the files in your project 
    1.23 +    and the filters. This association is used in the IDE to show grouping of files with
    1.24 +    similar extensions under a specific node (for e.g. ".cpp" files are associated with the
    1.25 +    "Source Files" filter).
    1.26 +
    1.27 +OpenSecMgrLog.cpp
    1.28 +    This is the main DLL source file.
    1.29 +
    1.30 +	When created, this DLL does not export any symbols. As a result, it
    1.31 +	will not produce a .lib file when it is built. If you wish this project
    1.32 +	to be a project dependency of some other project, you will either need to
    1.33 +	add code to export some symbols from the DLL so that an export library
    1.34 +	will be produced, or you can set the Ignore Input Library property to Yes
    1.35 +	on the General propert page of the Linker folder in the project's Property
    1.36 +	Pages dialog box.
    1.37 +
    1.38 +/////////////////////////////////////////////////////////////////////////////
    1.39 +Other standard files:
    1.40 +
    1.41 +StdAfx.h, StdAfx.cpp
    1.42 +    These files are used to build a precompiled header (PCH) file
    1.43 +    named OpenSecMgrLog.pch and a precompiled types file named StdAfx.obj.
    1.44 +
    1.45 +/////////////////////////////////////////////////////////////////////////////
    1.46 +Other notes:
    1.47 +
    1.48 +AppWizard uses "TODO:" comments to indicate parts of the source code you
    1.49 +should add to or customize.
    1.50 +
    1.51 +/////////////////////////////////////////////////////////////////////////////