mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsArtificialAntProblem /noisolation /detail:stdout /detail:duration > mcts-artificial-ant-log.txt mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsPoly10Problem /noisolation /detail:stdout /detail:duration > mcts-poly-10-log.txt mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsRoyalPairProblem /noisolation /detail:stdout /detail:duration > mcts-royalpair-log.txt mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsPalindromeProblem /noisolation /detail:stdout /detail:duration > mcts-palindrome-log.txt mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsRoyalSequenceProblem /noisolation /detail:stdout /detail:duration > mcts-royalseq-log.txt mstest /testcontainer:Test\bin\Release\Test.dll /testsettings:local.testsettings /test:RunMctsFindPhrasesProblem /noisolation /detail:stdout /detail:duration > mcts-findphrases-log.txt