#include "stdafx.h" using namespace System; using namespace System::Text; using namespace System::Collections::Generic; using namespace Microsoft::VisualStudio::TestTools::UnitTesting; namespace $rootnamespace$ { [TestClass] public ref class $safeitemname$ { public: [TestMethod] void TestMethod1() { } }; }