Download Test List Migration

Description

The Test List Migration (TLM) extension for VS2012 Update 2 converts VSDMI files (with test lists) to playlists which were introduced in VS2012 Update 2.

Source Files

The download file testlistmigration.zip has the following entries.


TLM DEV/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Common.fakes
TLM DEV/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.TMI.fakes
TLM DEV/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Vsip.fakes
TLM DEV/TLM.PlaylistGenerator.Test/GeneratorTest.cs
TLM DEV/TLM.PlaylistGenerator.Test/Properties/AssemblyInfo.cs
TLM DEV/TLM.PlaylistGenerator.Test/TLM.PlaylistGenerator.Test.csproj
TLM DEV/TLM.PlaylistGenerator.Test/TLM.PlaylistGenerator.Test.csproj.vspscc
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/Empty.vsmdi
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/EmptyNoId.vsmdi
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/FourTests.vsmdi
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/FourTestsDisabeldTestLink.vsmdi
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/MissingParent.vsmdi
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/NestedLists.vsmdi
TLM DEV/TLM.PlaylistGenerator.Test/VsmdiTestData/NestedListsDisabledTestList.vsmdi
TLM DEV/TLM.PlaylistGenerator/CustomDictionary.xml
TLM DEV/TLM.PlaylistGenerator/Generator.cs
TLM DEV/TLM.PlaylistGenerator/GlobalSuppressions.cs
TLM DEV/TLM.PlaylistGenerator/Key.snk/*  w w  w. j  a v a 2 s .c o  m*/
TLM DEV/TLM.PlaylistGenerator/Model/FullyQualifiedName.cs
TLM DEV/TLM.PlaylistGenerator/Model/Playlist.cs
TLM DEV/TLM.PlaylistGenerator/Properties/AssemblyInfo.cs
TLM DEV/TLM.PlaylistGenerator/TLM.PlaylistGenerator.csproj
TLM DEV/TLM.PlaylistGenerator/TLM.PlaylistGenerator.csproj.vspscc
TLM DEV/TLM.PlaylistGenerator/TestListExtensions.cs
TLM DEV/TLM.TestCategoryGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Common.fakes
TLM DEV/TLM.TestCategoryGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.TMI.fakes
TLM DEV/TLM.TestCategoryGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Vsip.fakes
TLM DEV/TLM.TestCategoryGenerator.Test/GeneratorTest.cs
TLM DEV/TLM.TestCategoryGenerator.Test/Properties/AssemblyInfo.cs
TLM DEV/TLM.TestCategoryGenerator.Test/TLM.TestCategoryGenerator.Test.csproj
TLM DEV/TLM.TestCategoryGenerator/Generator.cs
TLM DEV/TLM.TestCategoryGenerator/Key.snk
TLM DEV/TLM.TestCategoryGenerator/Properties/AssemblyInfo.cs
TLM DEV/TLM.TestCategoryGenerator/TLM.TestCategoryGenerator.csproj
TLM DEV/TLM.VSExtension.IntegrationTests/IntegrationTest Library/DialogboxPurger.cs
TLM DEV/TLM.VSExtension.IntegrationTests/IntegrationTest Library/NativeMethods.cs
TLM DEV/TLM.VSExtension.IntegrationTests/IntegrationTest Library/Utils.cs
TLM DEV/TLM.VSExtension.IntegrationTests/Key.snk
TLM DEV/TLM.VSExtension.IntegrationTests/PackageTest.cs
TLM DEV/TLM.VSExtension.IntegrationTests/TLM.VSExtension.IntegrationTests.csproj
TLM DEV/TLM.VSExtension.IntegrationTests/TLM.VSExtension.IntegrationTests.csproj.vspscc
TLM DEV/TLM.VSExtension.UnitTests/Key.snk
TLM DEV/TLM.VSExtension.UnitTests/MenuItemTests/MenuItemCallback.cs
TLM DEV/TLM.VSExtension.UnitTests/MenuItemTests/UIShellServiceMock.cs
TLM DEV/TLM.VSExtension.UnitTests/PackageTest.cs
TLM DEV/TLM.VSExtension.UnitTests/TLM.VSExtension.UnitTests.csproj
TLM DEV/TLM.VSExtension.UnitTests/TLM.VSExtension.UnitTests.csproj.vspscc
TLM DEV/TLM.VSExtension/CustomDictionary.xml
TLM DEV/TLM.VSExtension/GlobalSuppressions.cs
TLM DEV/TLM.VSExtension/Guids.cs
TLM DEV/TLM.VSExtension/Key.snk
TLM DEV/TLM.VSExtension/License.txt
TLM DEV/TLM.VSExtension/PkgCmdID.cs
TLM DEV/TLM.VSExtension/Properties/AssemblyInfo.cs
TLM DEV/TLM.VSExtension/Resources.Designer.cs
TLM DEV/TLM.VSExtension/Resources.resx
TLM DEV/TLM.VSExtension/Resources/Images.png
TLM DEV/TLM.VSExtension/Resources/Package.ico
TLM DEV/TLM.VSExtension/TLM.VSExtension.csproj
TLM DEV/TLM.VSExtension/TLM.VSExtension.csproj.vspscc
TLM DEV/TLM.VSExtension/TLMPackage.cs
TLM DEV/TLM.VSExtension/TLMPackage.vsct
TLM DEV/TLM.VSExtension/VSPackage.resx
TLM DEV/TLM.VSExtension/source.extension.vsixmanifest
TLM DEV/TLM.VsmdiReader/CustomDictionary.xml
TLM DEV/TLM.VsmdiReader/Exceptions/ListOfTestsNotFoundException.cs
TLM DEV/TLM.VsmdiReader/Exceptions/MissingAttributeException.cs
TLM DEV/TLM.VsmdiReader/GlobalSuppressions.cs
TLM DEV/TLM.VsmdiReader/Key.snk
TLM DEV/TLM.VsmdiReader/Model/TestLink.cs
TLM DEV/TLM.VsmdiReader/Model/TestList.cs
TLM DEV/TLM.VsmdiReader/Model/VsmdiFile.cs
TLM DEV/TLM.VsmdiReader/Properties/AssemblyInfo.cs
TLM DEV/TLM.VsmdiReader/Properties/Resources.Designer.cs
TLM DEV/TLM.VsmdiReader/Properties/Resources.resx
TLM DEV/TLM.VsmdiReader/TLM.VsmdiReader.csproj
TLM DEV/TLM.VsmdiReader/TLM.VsmdiReader.csproj.vspscc
TLM DEV/TLM.VsmdiReader/VsmdiReader.cs
TLM DEV/TLM.VsmdiReader/XSD-Files/vstst-2006.xsd
TLM DEV/TLM.VsmdiReader/XSD-Files/vstst-2010.xsd
TLM DEV/TLM.VsmdiReaderTest/CustomDictionary.xml
TLM DEV/TLM.VsmdiReaderTest/GlobalSuppressions.cs
TLM DEV/TLM.VsmdiReaderTest/Key.snk
TLM DEV/TLM.VsmdiReaderTest/Properties/AssemblyInfo.cs
TLM DEV/TLM.VsmdiReaderTest/TLM.VsmdiReader.Test.csproj
TLM DEV/TLM.VsmdiReaderTest/TLM.VsmdiReader.Test.csproj.vspscc
TLM DEV/TLM.VsmdiReaderTest/VsmdiReaderTest.cs
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/Empty.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/FourTestLinks.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/InvalidVsmdi.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/MissingParent.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestLinkId.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestListId.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestListName.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/NestedLists.vsmdi
TLM DEV/TLM.VsmdiReaderTest/VsmdiTestData/NoListsOfTests.vsmdi
TLM DEV/TLM.Wizard/Context/InitObject.cs
TLM DEV/TLM.Wizard/Context/TestListConversionContext.cs
TLM DEV/TLM.Wizard/Key.snk
TLM DEV/TLM.Wizard/Messages/ChoiceMessage.cs
TLM DEV/TLM.Wizard/Pages/ConversionChoicePage.xaml
TLM DEV/TLM.Wizard/Pages/ConversionChoicePage.xaml.cs
TLM DEV/TLM.Wizard/Pages/ConversionProgessPage.xaml
TLM DEV/TLM.Wizard/Pages/ConversionProgessPage.xaml.cs
TLM DEV/TLM.Wizard/Pages/StartPage.xaml
TLM DEV/TLM.Wizard/Pages/StartPage.xaml.cs
TLM DEV/TLM.Wizard/Properties/AssemblyInfo.cs
TLM DEV/TLM.Wizard/TLM.Wizard.csproj
TLM DEV/TLM.Wizard/TLM.Wizard.csproj.vspscc
TLM DEV/TLM.Wizard/ViewModelLocator.cs
TLM DEV/TLM.Wizard/ViewModels/BaseViewModel.cs
TLM DEV/TLM.Wizard/ViewModels/ConversionChoiceViewModel.cs
TLM DEV/TLM.Wizard/ViewModels/ConversionProgessViewModel.cs
TLM DEV/TLM.Wizard/ViewModels/StartViewModel.cs
TLM DEV/TLM.Wizard/ViewModels/WizardBaseViewModel.cs
TLM DEV/TLM.Wizard/WizardBase.xaml
TLM DEV/TLM.Wizard/WizardBase.xaml.cs
TLM DEV/TLM.Wizard/packages.config
TLM DEV/TestListMigration.sln
TLM DEV/TestListMigration.vssscc
TLM DEV/packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nupkg
TLM DEV/packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nuspec
TLM DEV/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.XML
TLM DEV/packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.XML
TLM DEV/packages/MvvmLightLibs.4.1.27.0/MvvmLightLibs.4.1.27.0.nupkg
TLM DEV/packages/MvvmLightLibs.4.1.27.0/MvvmLightLibs.4.1.27.0.nuspec
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/SL4/GalaSoft.MvvmLight.Extras.SL4.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/SL4/GalaSoft.MvvmLight.SL4.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/SL4/System.Windows.Interactivity.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/SL5/GalaSoft.MvvmLight.Extras.SL5.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/SL5/GalaSoft.MvvmLight.SL5.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/SL5/System.Windows.Interactivity.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/WindowsPhone8/GalaSoft.MvvmLight.Extras.WP8.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/WindowsPhone8/GalaSoft.MvvmLight.WP8.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/WindowsPhone8/Microsoft.Practices.ServiceLocation.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net35/GalaSoft.MvvmLight.Extras.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net35/GalaSoft.MvvmLight.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net35/System.Windows.Interactivity.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net40/GalaSoft.MvvmLight.Extras.WPF4.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net40/GalaSoft.MvvmLight.WPF4.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net40/System.Windows.Interactivity.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net45/GalaSoft.MvvmLight.Extras.WPF45.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net45/GalaSoft.MvvmLight.WPF45.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/net45/System.Windows.Interactivity.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/netcore45/GalaSoft.MvvmLight.Extras.Win8.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/netcore45/GalaSoft.MvvmLight.Win8.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/netcore45/Microsoft.Practices.ServiceLocation.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/sl4-wp71/GalaSoft.MvvmLight.Extras.WP71.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/sl4-wp71/GalaSoft.MvvmLight.WP71.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/sl4-wp71/Microsoft.Practices.ServiceLocation.xml
TLM DEV/packages/MvvmLightLibs.4.1.27.0/lib/sl4-wp71/System.Windows.Interactivity.xml
TLM DEV/packages/repositories.config
TLM R1.0/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Common.fakes
TLM R1.0/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.TMI.fakes
TLM R1.0/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Vsip.fakes
TLM R1.0/TLM.PlaylistGenerator.Test/GeneratorTest.cs
TLM R1.0/TLM.PlaylistGenerator.Test/Properties/AssemblyInfo.cs
TLM R1.0/TLM.PlaylistGenerator.Test/TLM.PlaylistGenerator.Test.csproj
TLM R1.0/TLM.PlaylistGenerator.Test/TLM.PlaylistGenerator.Test.csproj.vspscc
TLM R1.0/TLM.PlaylistGenerator.Test/VsmdiTestData/Empty.vsmdi
TLM R1.0/TLM.PlaylistGenerator.Test/VsmdiTestData/EmptyNoId.vsmdi
TLM R1.0/TLM.PlaylistGenerator.Test/VsmdiTestData/FourTests.vsmdi
TLM R1.0/TLM.PlaylistGenerator.Test/VsmdiTestData/MissingParent.vsmdi
TLM R1.0/TLM.PlaylistGenerator.Test/VsmdiTestData/NestedLists.vsmdi
TLM R1.0/TLM.PlaylistGenerator/CustomDictionary.xml
TLM R1.0/TLM.PlaylistGenerator/Generator.cs
TLM R1.0/TLM.PlaylistGenerator/GlobalSuppressions.cs
TLM R1.0/TLM.PlaylistGenerator/Key.snk
TLM R1.0/TLM.PlaylistGenerator/Model/FullyQualifiedName.cs
TLM R1.0/TLM.PlaylistGenerator/Model/Playlist.cs
TLM R1.0/TLM.PlaylistGenerator/Properties/AssemblyInfo.cs
TLM R1.0/TLM.PlaylistGenerator/TLM.PlaylistGenerator.csproj
TLM R1.0/TLM.PlaylistGenerator/TLM.PlaylistGenerator.csproj.vspscc
TLM R1.0/TLM.PlaylistGenerator/TestListExtensions.cs
TLM R1.0/TLM.VSExtension.IntegrationTests/IntegrationTest Library/DialogboxPurger.cs
TLM R1.0/TLM.VSExtension.IntegrationTests/IntegrationTest Library/NativeMethods.cs
TLM R1.0/TLM.VSExtension.IntegrationTests/IntegrationTest Library/Utils.cs
TLM R1.0/TLM.VSExtension.IntegrationTests/Key.snk
TLM R1.0/TLM.VSExtension.IntegrationTests/PackageTest.cs
TLM R1.0/TLM.VSExtension.IntegrationTests/TLM.VSExtension.IntegrationTests.csproj
TLM R1.0/TLM.VSExtension.IntegrationTests/TLM.VSExtension.IntegrationTests.csproj.vspscc
TLM R1.0/TLM.VSExtension.UnitTests/Key.snk
TLM R1.0/TLM.VSExtension.UnitTests/MenuItemTests/MenuItemCallback.cs
TLM R1.0/TLM.VSExtension.UnitTests/MenuItemTests/UIShellServiceMock.cs
TLM R1.0/TLM.VSExtension.UnitTests/PackageTest.cs
TLM R1.0/TLM.VSExtension.UnitTests/TLM.VSExtension.UnitTests.csproj
TLM R1.0/TLM.VSExtension.UnitTests/TLM.VSExtension.UnitTests.csproj.vspscc
TLM R1.0/TLM.VSExtension/CustomDictionary.xml
TLM R1.0/TLM.VSExtension/GlobalSuppressions.cs
TLM R1.0/TLM.VSExtension/Guids.cs
TLM R1.0/TLM.VSExtension/Key.snk
TLM R1.0/TLM.VSExtension/License.txt
TLM R1.0/TLM.VSExtension/PkgCmdID.cs
TLM R1.0/TLM.VSExtension/Properties/AssemblyInfo.cs
TLM R1.0/TLM.VSExtension/Resources.Designer.cs
TLM R1.0/TLM.VSExtension/Resources.resx
TLM R1.0/TLM.VSExtension/Resources/Images.png
TLM R1.0/TLM.VSExtension/Resources/Package.ico
TLM R1.0/TLM.VSExtension/TLM.VSExtension.csproj
TLM R1.0/TLM.VSExtension/TLM.VSExtension.csproj.vspscc
TLM R1.0/TLM.VSExtension/TLMPackage.cs
TLM R1.0/TLM.VSExtension/TLMPackage.vsct
TLM R1.0/TLM.VSExtension/VSPackage.resx
TLM R1.0/TLM.VSExtension/source.extension.vsixmanifest
TLM R1.0/TLM.VsmdiReader/CustomDictionary.xml
TLM R1.0/TLM.VsmdiReader/Exceptions/ListOfTestsNotFoundException.cs
TLM R1.0/TLM.VsmdiReader/Exceptions/MissingAttributeException.cs
TLM R1.0/TLM.VsmdiReader/GlobalSuppressions.cs
TLM R1.0/TLM.VsmdiReader/Key.snk
TLM R1.0/TLM.VsmdiReader/Model/TestLink.cs
TLM R1.0/TLM.VsmdiReader/Model/TestList.cs
TLM R1.0/TLM.VsmdiReader/Model/VsmdiFile.cs
TLM R1.0/TLM.VsmdiReader/Properties/AssemblyInfo.cs
TLM R1.0/TLM.VsmdiReader/Properties/Resources.Designer.cs
TLM R1.0/TLM.VsmdiReader/Properties/Resources.resx
TLM R1.0/TLM.VsmdiReader/TLM.VsmdiReader.csproj
TLM R1.0/TLM.VsmdiReader/TLM.VsmdiReader.csproj.vspscc
TLM R1.0/TLM.VsmdiReader/VsmdiParser.cs
TLM R1.0/TLM.VsmdiReader/XSD-Files/vstst-2006.xsd
TLM R1.0/TLM.VsmdiReader/XSD-Files/vstst-2010.xsd
TLM R1.0/TLM.VsmdiReaderTest/CustomDictionary.xml
TLM R1.0/TLM.VsmdiReaderTest/GlobalSuppressions.cs
TLM R1.0/TLM.VsmdiReaderTest/Key.snk
TLM R1.0/TLM.VsmdiReaderTest/Properties/AssemblyInfo.cs
TLM R1.0/TLM.VsmdiReaderTest/TLM.VsmdiReader.Test.csproj
TLM R1.0/TLM.VsmdiReaderTest/TLM.VsmdiReader.Test.csproj.vspscc
TLM R1.0/TLM.VsmdiReaderTest/VsmdiReaderTest.cs
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/Empty.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/FourTestLinks.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/InvalidVsmdi.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/MissingParent.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestLinkId.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestListId.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestListName.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/NestedLists.vsmdi
TLM R1.0/TLM.VsmdiReaderTest/VsmdiTestData/NoListsOfTests.vsmdi
TLM R1.0/TestListMigration.sln
TLM R1.0/TestListMigration.vssscc
TLM R1.1/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Common.fakes
TLM R1.1/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.TMI.fakes
TLM R1.1/TLM.PlaylistGenerator.Test/Fakes/Microsoft.VisualStudio.QualityTools.Vsip.fakes
TLM R1.1/TLM.PlaylistGenerator.Test/GeneratorTest.cs
TLM R1.1/TLM.PlaylistGenerator.Test/Properties/AssemblyInfo.cs
TLM R1.1/TLM.PlaylistGenerator.Test/TLM.PlaylistGenerator.Test.csproj
TLM R1.1/TLM.PlaylistGenerator.Test/TLM.PlaylistGenerator.Test.csproj.vspscc
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/Empty.vsmdi
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/EmptyNoId.vsmdi
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/FourTests.vsmdi
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/FourTestsDisabeldTestLink.vsmdi
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/MissingParent.vsmdi
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/NestedLists.vsmdi
TLM R1.1/TLM.PlaylistGenerator.Test/VsmdiTestData/NestedListsDisabledTestList.vsmdi
TLM R1.1/TLM.PlaylistGenerator/CustomDictionary.xml
TLM R1.1/TLM.PlaylistGenerator/Generator.cs
TLM R1.1/TLM.PlaylistGenerator/GlobalSuppressions.cs
TLM R1.1/TLM.PlaylistGenerator/Key.snk
TLM R1.1/TLM.PlaylistGenerator/Model/FullyQualifiedName.cs
TLM R1.1/TLM.PlaylistGenerator/Model/Playlist.cs
TLM R1.1/TLM.PlaylistGenerator/Properties/AssemblyInfo.cs
TLM R1.1/TLM.PlaylistGenerator/TLM.PlaylistGenerator.csproj
TLM R1.1/TLM.PlaylistGenerator/TLM.PlaylistGenerator.csproj.vspscc
TLM R1.1/TLM.PlaylistGenerator/TestListExtensions.cs
TLM R1.1/TLM.VSExtension.IntegrationTests/IntegrationTest Library/DialogboxPurger.cs
TLM R1.1/TLM.VSExtension.IntegrationTests/IntegrationTest Library/NativeMethods.cs
TLM R1.1/TLM.VSExtension.IntegrationTests/IntegrationTest Library/Utils.cs
TLM R1.1/TLM.VSExtension.IntegrationTests/Key.snk
TLM R1.1/TLM.VSExtension.IntegrationTests/PackageTest.cs
TLM R1.1/TLM.VSExtension.IntegrationTests/TLM.VSExtension.IntegrationTests.csproj
TLM R1.1/TLM.VSExtension.IntegrationTests/TLM.VSExtension.IntegrationTests.csproj.vspscc
TLM R1.1/TLM.VSExtension.UnitTests/Key.snk
TLM R1.1/TLM.VSExtension.UnitTests/MenuItemTests/MenuItemCallback.cs
TLM R1.1/TLM.VSExtension.UnitTests/MenuItemTests/UIShellServiceMock.cs
TLM R1.1/TLM.VSExtension.UnitTests/PackageTest.cs
TLM R1.1/TLM.VSExtension.UnitTests/TLM.VSExtension.UnitTests.csproj
TLM R1.1/TLM.VSExtension.UnitTests/TLM.VSExtension.UnitTests.csproj.vspscc
TLM R1.1/TLM.VSExtension/CustomDictionary.xml
TLM R1.1/TLM.VSExtension/GlobalSuppressions.cs
TLM R1.1/TLM.VSExtension/Guids.cs
TLM R1.1/TLM.VSExtension/Key.snk
TLM R1.1/TLM.VSExtension/License.txt
TLM R1.1/TLM.VSExtension/PkgCmdID.cs
TLM R1.1/TLM.VSExtension/Properties/AssemblyInfo.cs
TLM R1.1/TLM.VSExtension/Resources.Designer.cs
TLM R1.1/TLM.VSExtension/Resources.resx
TLM R1.1/TLM.VSExtension/Resources/Images.png
TLM R1.1/TLM.VSExtension/Resources/Package.ico
TLM R1.1/TLM.VSExtension/TLM.VSExtension.csproj
TLM R1.1/TLM.VSExtension/TLM.VSExtension.csproj.vspscc
TLM R1.1/TLM.VSExtension/TLMPackage.cs
TLM R1.1/TLM.VSExtension/TLMPackage.vsct
TLM R1.1/TLM.VSExtension/VSPackage.resx
TLM R1.1/TLM.VSExtension/source.extension.vsixmanifest
TLM R1.1/TLM.VsmdiReader/CustomDictionary.xml
TLM R1.1/TLM.VsmdiReader/Exceptions/ListOfTestsNotFoundException.cs
TLM R1.1/TLM.VsmdiReader/Exceptions/MissingAttributeException.cs
TLM R1.1/TLM.VsmdiReader/GlobalSuppressions.cs
TLM R1.1/TLM.VsmdiReader/Key.snk
TLM R1.1/TLM.VsmdiReader/Model/TestLink.cs
TLM R1.1/TLM.VsmdiReader/Model/TestList.cs
TLM R1.1/TLM.VsmdiReader/Model/VsmdiFile.cs
TLM R1.1/TLM.VsmdiReader/Properties/AssemblyInfo.cs
TLM R1.1/TLM.VsmdiReader/Properties/Resources.Designer.cs
TLM R1.1/TLM.VsmdiReader/Properties/Resources.resx
TLM R1.1/TLM.VsmdiReader/TLM.VsmdiReader.csproj
TLM R1.1/TLM.VsmdiReader/TLM.VsmdiReader.csproj.vspscc
TLM R1.1/TLM.VsmdiReader/VsmdiParser.cs
TLM R1.1/TLM.VsmdiReader/XSD-Files/vstst-2006.xsd
TLM R1.1/TLM.VsmdiReader/XSD-Files/vstst-2010.xsd
TLM R1.1/TLM.VsmdiReaderTest/CustomDictionary.xml
TLM R1.1/TLM.VsmdiReaderTest/GlobalSuppressions.cs
TLM R1.1/TLM.VsmdiReaderTest/Key.snk
TLM R1.1/TLM.VsmdiReaderTest/Properties/AssemblyInfo.cs
TLM R1.1/TLM.VsmdiReaderTest/TLM.VsmdiReader.Test.csproj
TLM R1.1/TLM.VsmdiReaderTest/TLM.VsmdiReader.Test.csproj.vspscc
TLM R1.1/TLM.VsmdiReaderTest/VsmdiReaderTest.cs
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/Empty.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/FourTestLinks.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/InvalidVsmdi.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/MissingParent.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestLinkId.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestListId.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/MissingTestListName.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/NestedLists.vsmdi
TLM R1.1/TLM.VsmdiReaderTest/VsmdiTestData/NoListsOfTests.vsmdi
TLM R1.1/TestListMigration.sln
TLM R1.1/TestListMigration.vssscc

Download

Click the following link to download testlistmigration.zip.

testlistmigration.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML