Răsfoiți Sursa

Re-add "References" folder to Ix

Donna Malayeri 12 ani în urmă
părinte
comite
dd538ddaf7
37 a modificat fișierele cu 63 adăugiri și 0 ștergeri
  1. BIN
      Ix.NET/References/DESKTOPCLR20/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  2. BIN
      Ix.NET/References/DESKTOPCLR40/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  3. BIN
      Ix.NET/References/DESKTOPCLR45/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  4. BIN
      Ix.NET/References/SILVERLIGHT3/Microsoft.Silverlight.Testing.dll
  5. 21 0
      Ix.NET/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools - readme.txt.txt
  6. BIN
      Ix.NET/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  7. BIN
      Ix.NET/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  8. BIN
      Ix.NET/References/SILVERLIGHT3/System.Core.dll
  9. BIN
      Ix.NET/References/SILVERLIGHT3/System.Windows.Browser.dll
  10. BIN
      Ix.NET/References/SILVERLIGHT3/System.Windows.dll
  11. BIN
      Ix.NET/References/SILVERLIGHT3/mscorlib.dll
  12. BIN
      Ix.NET/References/SILVERLIGHT3/system.dll
  13. BIN
      Ix.NET/References/SILVERLIGHT4/Microsoft.Silverlight.Testing.dll
  14. 21 0
      Ix.NET/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools - readme.txt.txt
  15. BIN
      Ix.NET/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  16. BIN
      Ix.NET/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  17. BIN
      Ix.NET/References/SILVERLIGHT4/System.Core.dll
  18. BIN
      Ix.NET/References/SILVERLIGHT4/System.Windows.Browser.dll
  19. BIN
      Ix.NET/References/SILVERLIGHT4/System.Windows.dll
  20. BIN
      Ix.NET/References/SILVERLIGHT4/mscorlib.dll
  21. BIN
      Ix.NET/References/SILVERLIGHT4/system.dll
  22. BIN
      Ix.NET/References/SILVERLIGHT5/Microsoft.Silverlight.Testing.dll
  23. BIN
      Ix.NET/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  24. BIN
      Ix.NET/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  25. BIN
      Ix.NET/References/SILVERLIGHT5/System.Core.dll
  26. BIN
      Ix.NET/References/SILVERLIGHT5/System.Windows.Browser.dll
  27. BIN
      Ix.NET/References/SILVERLIGHT5/System.Windows.dll
  28. BIN
      Ix.NET/References/SILVERLIGHT5/mscorlib.dll
  29. BIN
      Ix.NET/References/SILVERLIGHT5/system.dll
  30. 21 0
      Ix.NET/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools - readme.txt.txt
  31. BIN
      Ix.NET/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll
  32. BIN
      Ix.NET/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll
  33. BIN
      Ix.NET/References/SILVERLIGHTM7/System.Core.dll
  34. BIN
      Ix.NET/References/SILVERLIGHTM7/System.Observable.dll
  35. BIN
      Ix.NET/References/SILVERLIGHTM7/System.Windows.dll
  36. BIN
      Ix.NET/References/SILVERLIGHTM7/System.dll
  37. BIN
      Ix.NET/References/SILVERLIGHTM7/mscorlib.dll

BIN
Ix.NET/References/DESKTOPCLR20/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Ix.NET/References/DESKTOPCLR40/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Ix.NET/References/DESKTOPCLR45/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


BIN
Ix.NET/References/SILVERLIGHT3/Microsoft.Silverlight.Testing.dll


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

@@ -0,0 +1,21 @@
+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
Ix.NET/References/SILVERLIGHT3/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


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


BIN
Ix.NET/References/SILVERLIGHT3/System.Core.dll


BIN
Ix.NET/References/SILVERLIGHT3/System.Windows.Browser.dll


BIN
Ix.NET/References/SILVERLIGHT3/System.Windows.dll


BIN
Ix.NET/References/SILVERLIGHT3/mscorlib.dll


BIN
Ix.NET/References/SILVERLIGHT3/system.dll


BIN
Ix.NET/References/SILVERLIGHT4/Microsoft.Silverlight.Testing.dll


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

@@ -0,0 +1,21 @@
+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
Ix.NET/References/SILVERLIGHT4/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


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


BIN
Ix.NET/References/SILVERLIGHT4/System.Core.dll


BIN
Ix.NET/References/SILVERLIGHT4/System.Windows.Browser.dll


BIN
Ix.NET/References/SILVERLIGHT4/System.Windows.dll


BIN
Ix.NET/References/SILVERLIGHT4/mscorlib.dll


BIN
Ix.NET/References/SILVERLIGHT4/system.dll


BIN
Ix.NET/References/SILVERLIGHT5/Microsoft.Silverlight.Testing.dll


BIN
Ix.NET/References/SILVERLIGHT5/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


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


BIN
Ix.NET/References/SILVERLIGHT5/System.Core.dll


BIN
Ix.NET/References/SILVERLIGHT5/System.Windows.Browser.dll


BIN
Ix.NET/References/SILVERLIGHT5/System.Windows.dll


BIN
Ix.NET/References/SILVERLIGHT5/mscorlib.dll


BIN
Ix.NET/References/SILVERLIGHT5/system.dll


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

@@ -0,0 +1,21 @@
+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
Ix.NET/References/SILVERLIGHTM7/Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll


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


BIN
Ix.NET/References/SILVERLIGHTM7/System.Core.dll


BIN
Ix.NET/References/SILVERLIGHTM7/System.Observable.dll


BIN
Ix.NET/References/SILVERLIGHTM7/System.Windows.dll


BIN
Ix.NET/References/SILVERLIGHTM7/System.dll


BIN
Ix.NET/References/SILVERLIGHTM7/mscorlib.dll