Changeset 525

Show
Ignore:
Timestamp:
04/24/08 13:55:58 (7 months ago)
Author:
brian.sheely
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Cpp-cs/OpenSAMLWrapper/trunk/README.txt

    r468 r525  
    99        "SAMLInterface" contains the C# Project file and the SAMLInterface C# Source file which is the primary interface for any client. 
    1010        "SAMLWrapper" contains the C++ Project file and the SAMLWrapper class which creates the native C++ wrapper (SAMLWrapper.dll) for the OpenSAML code. 
    11         "testWrapper" constains code to create a simple C++ console application that will test the C++ wrapper. 
    12         "thirdPartyDLLs" contains all third-party DLLs (native C++) on which the wrapper depends. 
     11        "testWrapper" constains code to create a simple C++ console application that will test the C++ wrapper 
    1312     
    1413Design Decisions: 
     
    2827 
    2928Notes: 
     29    * All third-party dependencies required to build SAMLWrapper are located in the depends directory 
    3030