MSTestCoverage2XML Code
Status: Alpha
Brought to you by:
nadev
Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTest2xml", "MSTest2xml\MSTest2xml.csproj", "{DC2EA3C0-6395-420B-BA6F-81446C18E41D}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MSTest2XmlTests", "MSTest2XmlTests\MSTest2XmlTests.csproj", "{5FC93913-AB17-46D8-973C-1613DB2234EC}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DE9DC1E-5A85-4879-B2F1-45021845C38B}" ProjectSection(SolutionItems) = preProject LocalTestRun.testrunconfig = LocalTestRun.testrunconfig MSTest2xml.vsmdi = MSTest2xml.vsmdi MSTest2Xml.xslt = MSTest2Xml.xslt Result.xml = Result.xml EndProjectSection EndProject Global GlobalSection(TestCaseManagementSettings) = postSolution CategoryFile = MSTest2xml.vsmdi EndGlobalSection GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {DC2EA3C0-6395-420B-BA6F-81446C18E41D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {DC2EA3C0-6395-420B-BA6F-81446C18E41D}.Debug|Any CPU.Build.0 = Debug|Any CPU {DC2EA3C0-6395-420B-BA6F-81446C18E41D}.Release|Any CPU.ActiveCfg = Release|Any CPU {DC2EA3C0-6395-420B-BA6F-81446C18E41D}.Release|Any CPU.Build.0 = Release|Any CPU {5FC93913-AB17-46D8-973C-1613DB2234EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5FC93913-AB17-46D8-973C-1613DB2234EC}.Debug|Any CPU.Build.0 = Debug|Any CPU {5FC93913-AB17-46D8-973C-1613DB2234EC}.Release|Any CPU.ActiveCfg = Release|Any CPU {5FC93913-AB17-46D8-973C-1613DB2234EC}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal