Imported Upstream version 3.6.0

Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
This commit is contained in:
Jo Shields
2014-08-13 10:39:27 +01:00
commit a575963da9
50588 changed files with 8155799 additions and 0 deletions

View File

@@ -0,0 +1 @@
b1425ca8499b5bc912f6bfda68dbd5d3de1f0c94

View File

@@ -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

View File

@@ -0,0 +1 @@
0c6df1878d9495b8a57830f45e6835bedb96e11f

View File

@@ -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

View File

@@ -0,0 +1 @@
0c6df1878d9495b8a57830f45e6835bedb96e11f

View File

@@ -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

View File

@@ -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