Changeset 525
- Timestamp:
- 04/24/08 13:55:58 (7 months ago)
- Files:
-
- Cpp-cs/OpenSAMLWrapper/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Cpp-cs/OpenSAMLWrapper/trunk/README.txt
r468 r525 9 9 "SAMLInterface" contains the C# Project file and the SAMLInterface C# Source file which is the primary interface for any client. 10 10 "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 13 12 14 13 Design Decisions: … … 28 27 29 28 Notes: 29 * All third-party dependencies required to build SAMLWrapper are located in the depends directory 30 30
