Browse Source

remove mstest bins

Oren Novotny 9 years ago
parent
commit
be54a89170
18 changed files with 0 additions and 84 deletions
  1. BIN
      Rx.NET/Source/References/DESKTOPCLR20/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  2. BIN
      Rx.NET/Source/References/DESKTOPCLR40/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  3. BIN
      Rx.NET/Source/References/SILVERLIGHT3/Microsoft.Silverlight.Testing.dll
  4. 0 21
      Rx.NET/Source/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools - readme.txt
  5. BIN
      Rx.NET/Source/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  6. BIN
      Rx.NET/Source/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  7. BIN
      Rx.NET/Source/References/SILVERLIGHT4/Microsoft.Silverlight.Testing.dll
  8. 0 21
      Rx.NET/Source/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools - readme.txt
  9. BIN
      Rx.NET/Source/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  10. BIN
      Rx.NET/Source/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  11. BIN
      Rx.NET/Source/References/SILVERLIGHT5/Microsoft.Silverlight.Testing.dll
  12. 0 21
      Rx.NET/Source/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools - readme.txt
  13. BIN
      Rx.NET/Source/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  14. BIN
      Rx.NET/Source/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  15. 0 21
      Rx.NET/Source/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools - readme.txt
  16. BIN
      Rx.NET/Source/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  17. BIN
      Rx.NET/Source/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  18. BIN
      Rx.NET/Source/References/WINDOWS_PHONE8/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll

BIN
Rx.NET/Source/References/DESKTOPCLR20/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Rx.NET/Source/References/DESKTOPCLR40/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Rx.NET/Source/References/SILVERLIGHT3/Microsoft.Silverlight.Testing.dll


+ 0 - 21
Rx.NET/Source/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools - readme.txt

@@ -1,21 +0,0 @@
-Visual Studio 2010 changes the .csproj file's reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework
-aggressively upon each edit of test projects. In particular, it changes the following:
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-
-into
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
-
-dropping the conditional include. In order to reach a fixpoint when opening the project, we choose to include
-a file with the name Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll in every reference assemblies
-folder. This file actually contains the testing suite used and ***IS NOT NECESSARILY*** the same as the one
-used for desktop CLR (which has that name).
-
-In particular, for Silverlight, this file is a rename of
-
-    Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
-
-into
-
-    Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll

BIN
Rx.NET/Source/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Rx.NET/Source/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll


BIN
Rx.NET/Source/References/SILVERLIGHT4/Microsoft.Silverlight.Testing.dll


+ 0 - 21
Rx.NET/Source/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools - readme.txt

@@ -1,21 +0,0 @@
-Visual Studio 2010 changes the .csproj file's reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework
-aggressively upon each edit of test projects. In particular, it changes the following:
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-
-into
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
-
-dropping the conditional include. In order to reach a fixpoint when opening the project, we choose to include
-a file with the name Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll in every reference assemblies
-folder. This file actually contains the testing suite used and ***IS NOT NECESSARILY*** the same as the one
-used for desktop CLR (which has that name).
-
-In particular, for Silverlight, this file is a rename of
-
-    Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
-
-into
-
-    Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll

BIN
Rx.NET/Source/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Rx.NET/Source/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll


BIN
Rx.NET/Source/References/SILVERLIGHT5/Microsoft.Silverlight.Testing.dll


+ 0 - 21
Rx.NET/Source/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools - readme.txt

@@ -1,21 +0,0 @@
-Visual Studio 2010 changes the .csproj file's reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework
-aggressively upon each edit of test projects. In particular, it changes the following:
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-
-into
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
-
-dropping the conditional include. In order to reach a fixpoint when opening the project, we choose to include
-a file with the name Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll in every reference assemblies
-folder. This file actually contains the testing suite used and ***IS NOT NECESSARILY*** the same as the one
-used for desktop CLR (which has that name).
-
-In particular, for Silverlight, this file is a rename of
-
-    Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
-
-into
-
-    Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll

BIN
Rx.NET/Source/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Rx.NET/Source/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll


+ 0 - 21
Rx.NET/Source/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools - readme.txt

@@ -1,21 +0,0 @@
-Visual Studio 2010 changes the .csproj file's reference to Microsoft.VisualStudio.QualityTools.UnitTestFramework
-aggressively upon each edit of test projects. In particular, it changes the following:
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" Condition=" '$(BuildPlatform)' == 'DESKTOPCLR' " />
-
-into
-
-    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
-
-dropping the conditional include. In order to reach a fixpoint when opening the project, we choose to include
-a file with the name Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll in every reference assemblies
-folder. This file actually contains the testing suite used and ***IS NOT NECESSARILY*** the same as the one
-used for desktop CLR (which has that name).
-
-In particular, for Silverlight, this file is a rename of
-
-    Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
-
-into
-
-    Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll

BIN
Rx.NET/Source/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Rx.NET/Source/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll


BIN
Rx.NET/Source/References/WINDOWS_PHONE8/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll