This project was written using C# in Visual Studio 2008 and Targets the .NET Framework version 3.5. Here is a list of projects include in the Texas Holdem Monte Carlo Simulator.sln: 1. CFHandEvaluator - Compact Framework port of Keith Rule's HandEvaluator library. This project is referenced by most of the other projects. 2. CFOddsGrid - Compact Framework port of the OddsGrid control used in Keith Rule's samlples 3. Class Library (Texas Holdem Class Library) - V3.5 Framework port of Keith Rule's HandEvaluator library. This project is not used, since we chose to use the CFHandEvaluator library instead for both windows mobile and winforms.. 4. Other - Notes and original source for Keith Rule's Hand Evaluator library. 5. PDAOddsGrid - Compact Framework application that displays the CFOddsGrid. 6. Silverlight Application - Beginning of a Silverlight application. NOTE: this is incomplete. 7. Silverlight Application.Web - Beginning of a Silverlight application. NOTE: this is incomplete. 8. SLHandEvaluator - Beginning of a Silverlight port of the HandEvaluator library. NOTE: this is incomplete. 9. Windows Mobile Application - Compact Framework application using the C1FlexGrid and Windows Mobile Class Library to run a Monte Carlo Simulation. 10. Windows Mobile Class Library - Wrapper for the CFHandEvaluator project that builds the initial hands and stores them in a DataTable. This is used by both the Mobile and Winform apps. 11. Winform Application - Windows Form application using the RadGridView and Windows Mobile Class Library to run a Monte Carlo Simulation. 12. WPF Application - Starter project for using WPF instead of Winforms. NOTE: this is incomplete. The Hand Evaluator code was originally written by Keith Rule and is licensed under the GPL. More information about the Hand Evaluator libary can be found at these links: http://www.codeproject.com/KB/game/MoreTexasHoldemAnalysis1.aspx http://pokerforprogrammers.blogspot.com/ Documentation and non-GPL code is licenced under Creative Commons Attribution 3.0 United States License. http://creativecommons.org/licenses/by/3.0/us/