ReadMe.txt
author sl
Sat, 15 Mar 2014 13:03:01 +0100
changeset 12 2f70b4447d70
permissions -rw-r--r--
Upgrade solution from Express to VS2012
     1 ========================================================================
     2     WIN32 APPLICATION : SoundGraphAccess Project Overview
     3 ========================================================================
     4 
     5 AppWizard has created this SoundGraphAccess application for you.
     6 
     7 This file contains a summary of what you will find in each of the files that
     8 make up your SoundGraphAccess application.
     9 
    10 
    11 SoundGraphAccess.vcproj
    12     This is the main project file for VC++ projects generated using an Application Wizard.
    13     It contains information about the version of Visual C++ that generated the file, and
    14     information about the platforms, configurations, and project features selected with the
    15     Application Wizard.
    16 
    17 SoundGraphAccess.cpp
    18     This is the main application source file.
    19 
    20 /////////////////////////////////////////////////////////////////////////////
    21 AppWizard has created the following resources:
    22 
    23 SoundGraphAccess.rc
    24     This is a listing of all of the Microsoft Windows resources that the
    25     program uses.  It includes the icons, bitmaps, and cursors that are stored
    26     in the RES subdirectory.  This file can be directly edited in Microsoft
    27     Visual C++.
    28 
    29 Resource.h
    30     This is the standard header file, which defines new resource IDs.
    31     Microsoft Visual C++ reads and updates this file.
    32 
    33 SoundGraphAccess.ico
    34     This is an icon file, which is used as the application's icon (32x32).
    35     This icon is included by the main resource file SoundGraphAccess.rc.
    36 
    37 small.ico
    38     This is an icon file, which contains a smaller version (16x16)
    39     of the application's icon. This icon is included by the main resource
    40     file SoundGraphAccess.rc.
    41 
    42 /////////////////////////////////////////////////////////////////////////////
    43 Other standard files:
    44 
    45 StdAfx.h, StdAfx.cpp
    46     These files are used to build a precompiled header (PCH) file
    47     named SoundGraphAccess.pch and a precompiled types file named StdAfx.obj.
    48 
    49 /////////////////////////////////////////////////////////////////////////////
    50 Other notes:
    51 
    52 AppWizard uses "TODO:" comments to indicate parts of the source code you
    53 should add to or customize.
    54 
    55 /////////////////////////////////////////////////////////////////////////////