edit: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.Core.csproj;C1873631
File: Microsoft.Scripting.Core.csproj
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.Core.csproj;C1873631  (server)    6/29/2010 5:45 PM
+++ Shelved Change: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.Core.csproj;noea6
@@ -24,8 +24,10 @@
     <DelaySign>true</DelaySign>
     <SilverlightPath Condition="'$(SilverlightPath)' == ''">$(SolutionDir)..\Util\Internal\Silverlight\x86ret\</SilverlightPath>
     <BaseAddress>855638016</BaseAddress>
+    <!-- The following two lines prevent csc.rsp and Microsoft.NETFramework.props from adding additional assembly references -->
+    <NoConfig>true</NoConfig>
+    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
     <CodeAnalysisRuleSet>Microsoft.Scripting.Core.ruleset</CodeAnalysisRuleSet>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FxCop|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -35,6 +37,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <RunCodeAnalysis>true</RunCodeAnalysis>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -45,6 +48,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <RunCodeAnalysis>false</RunCodeAnalysis>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' ">
     <DebugType>pdbonly</DebugType>
@@ -54,6 +58,7 @@
     <ErrorReport>prompt</ErrorReport>
     <WarningLevel>4</WarningLevel>
     <RunCodeAnalysis>false</RunCodeAnalysis>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight3Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -65,6 +70,7 @@
     <ErrorReport>prompt</ErrorReport>
     <NoStdLib>true</NoStdLib>
     <SilverlightBuild>true</SilverlightBuild>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight3Release|AnyCPU' ">
     <OutputPath>$(SolutionDir)..\bin\Silverlight3Release</OutputPath>
@@ -74,22 +80,9 @@
     <PlatformTarget>AnyCPU</PlatformTarget>
     <ErrorReport>prompt</ErrorReport>
     <SilverlightBuild>true</SilverlightBuild>
+    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="System" Condition=" '$(SilverlightBuild)' != 'true' " />
-    <Reference Include="System.Configuration" Condition=" '$(SilverlightBuild)' != 'true' " />
-    <Reference Include="mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' == 'true' ">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>$(SilverlightPath)\mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' == 'true' ">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>$(SilverlightPath)\System.dll</HintPath>
-    </Reference>
-    <Reference Include="System.Data" Condition=" '$(SilverlightBuild)' != 'true' " />
-    <Reference Include="System.Xml" Condition=" '$(SilverlightBuild)' != 'true' " />
-  </ItemGroup>
-  <ItemGroup>
     <Compile Include="..\..\Hosts\Silverlight\SilverlightVersion.cs" Condition=" '$(SilverlightBuild)' == 'true' ">
       <Link>Properties\SilverlightVersion.cs</Link>
     </Compile>
@@ -210,18 +203,11 @@
     <Compile Include="Utils\ReadOnlyCollectionBuilder.cs" />
     <Compile Include="Utils\ReadOnlyDictionary.cs" />
     <Compile Include="Utils\ReferenceEqualityComparer.cs" />
-    <Compile Include="Utils\StrongBox.cs" />
     <Compile Include="Utils\TrueReadOnlyCollection.cs" />
     <Compile Include="Utils\TypeExtensions.cs" />
     <Compile Include="Stubs.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="Microsoft.Scripting.ExtensionAttribute.csproj">
-      <Project>{8B0F1074-750E-4D64-BF23-A1E0F54261E5}</Project>
-      <Name>Microsoft.Scripting.ExtensionAttribute</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
     <Content Include="..\..\System\Linq\Expressions\System.Linq.Expressions.txt">
       <Link>Ast\System.Linq.Expressions.txt</Link>
     </Content>
@@ -229,6 +215,25 @@
   <ItemGroup>
     <None Include="Microsoft.Scripting.Core.ruleset" />
   </ItemGroup>
+  <ItemGroup Condition=" '$(SilverlightBuild)' != 'true' ">
+    <Reference Include="System" />
+    <Reference Include="System.Configuration" />
+    <Reference Include="System.Core" />
+  </ItemGroup>
+  <ItemGroup Condition=" '$(SilverlightBuild)' == 'true' ">
+    <Reference Include="mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>$(SilverlightPath)\mscorlib.dll</HintPath>
+    </Reference>
+    <Reference Include="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>$(SilverlightPath)\System.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>$(SilverlightPath)\System.Core.dll</HintPath>
+    </Reference>
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" Condition=" '$(SilverlightTreeBuild)' != 'true' " />
   <Import Condition=" '$(Golden)' == 'True'" Project="..\..\External\Build\Microsoft.VersionNumber.targets" />
   <!-- This task produces a list of Compile items. -->
===================================================================
delete: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.ExtensionAttribute.csproj;C1873631
File: Microsoft.Scripting.ExtensionAttribute.csproj
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.ExtensionAttribute.csproj;C1873631  (server)    6/29/2010 6:54 PM
+++ [no target file]
@@ -1,107 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">v2Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>10.0.20624</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{8B0F1074-750E-4D64-BF23-A1E0F54261E5}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Microsoft.Scripting.ExtensionAttribute</RootNamespace>
-    <AssemblyName>Microsoft.Scripting.ExtensionAttribute</AssemblyName>
-    <SccProjectName>SAK</SccProjectName>
-    <SccLocalPath>SAK</SccLocalPath>
-    <SccAuxPath>SAK</SccAuxPath>
-    <SccProvider>SAK</SccProvider>
-    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
-    <WarningsNotAsErrors>618</WarningsNotAsErrors>
-    <NoWarn>1591</NoWarn>
-    <AssemblyOriginatorKeyFile>$(SolutionDir)..\Internal\MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
-    <SignAssembly Condition="'$(SignAssembly)' == '' And Exists('$(AssemblyOriginatorKeyFile)')">true</SignAssembly>
-    <SignedSym Condition="'$(SignAssembly)' == 'true'">SIGNED</SignedSym>
-    <DelaySign>true</DelaySign>
-    <BaseAddress>866123776</BaseAddress>
-    <SilverlightPath Condition="'$(SilverlightPath)' == ''">.$(SolutionDir)..\Util\Internal\Silverlight\x86ret\</SilverlightPath>
-    <CodeAnalysisRuleSet>Microsoft.Scripting.ExtensionAttribute.ruleset</CodeAnalysisRuleSet>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'FxCop|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>$(SolutionDir)..\bin\FxCop</OutputPath>
-    <DefineConstants>TRACE;$(SignedSym)</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <RunCodeAnalysis>true</RunCodeAnalysis>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>$(SolutionDir)..\bin\v2Debug</OutputPath>
-    <DefineConstants>DEBUG;TRACE;$(SignedSym)</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <RunCodeAnalysis>false</RunCodeAnalysis>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'v2Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>$(SolutionDir)..\bin\v2Release</OutputPath>
-    <DefineConstants>TRACE;$(SignedSym)</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <RunCodeAnalysis>false</RunCodeAnalysis>
-    <BaseAddress>1929379840</BaseAddress>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight3Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <OutputPath>$(SolutionDir)..\bin\Silverlight3Debug</OutputPath>
-    <DefineConstants>TRACE;DEBUG;SILVERLIGHT</DefineConstants>
-    <DebugType>full</DebugType>
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <RunCodeAnalysis>false</RunCodeAnalysis>
-    <ErrorReport>prompt</ErrorReport>
-    <NoStdLib>true</NoStdLib>
-    <SilverlightBuild>true</SilverlightBuild>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Silverlight3Release|AnyCPU' ">
-    <OutputPath>$(SolutionDir)..\bin\Silverlight3Release</OutputPath>
-    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
-    <NoStdLib>true</NoStdLib>
-    <DebugType>pdbonly</DebugType>
-    <PlatformTarget>AnyCPU</PlatformTarget>
-    <ErrorReport>prompt</ErrorReport>
-    <SilverlightBuild>true</SilverlightBuild>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" Condition=" '$(SilverlightBuild)' != 'true' " />
-    <Reference Include="mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' == 'true' ">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>$(SilverlightPath)\mscorlib.dll</HintPath>
-    </Reference>
-    <Reference Include="System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" Condition=" '$(SilverlightBuild)' == 'true' ">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>$(SilverlightPath)\System.dll</HintPath>
-    </Reference>
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="..\..\Hosts\Silverlight\SilverlightVersion.cs" Condition=" '$(SilverlightBuild)' == 'true' ">
-      <Link>Properties\SilverlightVersion.cs</Link>
-    </Compile>
-    <Compile Include="Properties\ExtensionAssemblyInfo.cs" />
-    <Compile Include="Utils\Extension.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Microsoft.Scripting.ExtensionAttribute.ruleset" />
-  </ItemGroup>
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" Condition=" '$(SilverlightTreeBuild)' != 'true' " />
-  <Import Condition=" '$(Golden)' == 'True'" Project="..\..\External\Build\Microsoft.VersionNumber.targets" />
-  <!-- This task produces a list of Compile items. -->
-  <Target Name="GetCompileItems" Outputs="@(CompileItems)">
-    <CreateItem Include="%(Compile.Identity)">
-      <Output TaskParameter="Include" ItemName="CompileItems" />
-    </CreateItem>
-  </Target>
-</Project>
\ No newline at end of file
===================================================================
delete: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.ExtensionAttribute.csproj.vspscc;C1841263
File: Microsoft.Scripting.ExtensionAttribute.csproj.vspscc
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.ExtensionAttribute.csproj.vspscc;C1841263  (server)    6/29/2010 6:54 PM
+++ [no target file]
@@ -1,10 +1,0 @@
-""
-{
-"FILE_VERSION" = "9237"
-"ENLISTMENT_CHOICE" = "NEVER"
-"PROJECT_FILE_RELATIVE_PATH" = ""
-"NUMBER_OF_EXCLUDED_FILES" = "0"
-"ORIGINAL_PROJECT_FILE_PATH" = ""
-"NUMBER_OF_NESTED_PROJECTS" = "0"
-"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
-}
===================================================================
delete: $/DevDiv/Dev11/pu/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.ExtensionAttribute.ruleset;C1841263
File: Microsoft.Scripting.ExtensionAttribute.ruleset
===================================================================
--- $/DevDiv/Dev11/pu/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Microsoft.Scripting.ExtensionAttribute.ruleset;C1841263  (server)    6/29/2010 6:54 PM
+++ [no target file]
@@ -1,211 +1,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RuleSet Name="Migrated rules for Microsoft.Scripting.ExtensionAttribute.ruleset" Description="This rule set was created from the CodeAnalysisRules property for the &quot;FxCop (Any CPU)&quot; configuration in project &quot;D:\rft\vsl\dlr\Runtime\Microsoft.Scripting.Core\Microsoft.Scripting.ExtensionAttribute.csproj&quot;." ToolsVersion="10.0">
-  <IncludeAll Action="Warning" />
-  <Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Rules.Managed">
-    <Rule Id="CA1000" Action="Error" />
-    <Rule Id="CA1001" Action="Error" />
-    <Rule Id="CA1002" Action="Error" />
-    <Rule Id="CA1003" Action="Error" />
-    <Rule Id="CA1004" Action="None" />
-    <Rule Id="CA1005" Action="Error" />
-    <Rule Id="CA1006" Action="Error" />
-    <Rule Id="CA1007" Action="Error" />
-    <Rule Id="CA1008" Action="Error" />
-    <Rule Id="CA1009" Action="Error" />
-    <Rule Id="CA1010" Action="Error" />
-    <Rule Id="CA1011" Action="Error" />
-    <Rule Id="CA1012" Action="Error" />
-    <Rule Id="CA1013" Action="Error" />
-    <Rule Id="CA1014" Action="Error" />
-    <Rule Id="CA1016" Action="Error" />
-    <Rule Id="CA1017" Action="Error" />
-    <Rule Id="CA1018" Action="Error" />
-    <Rule Id="CA1019" Action="Error" />
-    <Rule Id="CA1020" Action="Error" />
-    <Rule Id="CA1021" Action="None" />
-    <Rule Id="CA1023" Action="Error" />
-    <Rule Id="CA1024" Action="Error" />
-    <Rule Id="CA1025" Action="Error" />
-    <Rule Id="CA1026" Action="Error" />
-    <Rule Id="CA1027" Action="Error" />
-    <Rule Id="CA1028" Action="Error" />
-    <Rule Id="CA1030" Action="Error" />
-    <Rule Id="CA1031" Action="Error" />
-    <Rule Id="CA1032" Action="Error" />
-    <Rule Id="CA1033" Action="Error" />
-    <Rule Id="CA1034" Action="Error" />
-    <Rule Id="CA1035" Action="Error" />
-    <Rule Id="CA1036" Action="Error" />
-    <Rule Id="CA1038" Action="Error" />
-    <Rule Id="CA1039" Action="Error" />
-    <Rule Id="CA1040" Action="Error" />
-    <Rule Id="CA1041" Action="Error" />
-    <Rule Id="CA1043" Action="Error" />
-    <Rule Id="CA1044" Action="Error" />
-    <Rule Id="CA1045" Action="Error" />
-    <Rule Id="CA1046" Action="Error" />
-    <Rule Id="CA1047" Action="Error" />
-    <Rule Id="CA1048" Action="Error" />
-    <Rule Id="CA1049" Action="Error" />
-    <Rule Id="CA1050" Action="Error" />
-    <Rule Id="CA1051" Action="Error" />
-    <Rule Id="CA1052" Action="Error" />
-    <Rule Id="CA1053" Action="Error" />
-    <Rule Id="CA1054" Action="Error" />
-    <Rule Id="CA1055" Action="Error" />
-    <Rule Id="CA1056" Action="Error" />
-    <Rule Id="CA1057" Action="Error" />
-    <Rule Id="CA1058" Action="Error" />
-    <Rule Id="CA1059" Action="Error" />
-    <Rule Id="CA1060" Action="Error" />
-    <Rule Id="CA1061" Action="Error" />
-    <Rule Id="CA1063" Action="Error" />
-    <Rule Id="CA1064" Action="Error" />
-    <Rule Id="CA1065" Action="Error" />
-    <Rule Id="CA1300" Action="Error" />
-    <Rule Id="CA1301" Action="Error" />
-    <Rule Id="CA1302" Action="Error" />
-    <Rule Id="CA1304" Action="Error" />
-    <Rule Id="CA1305" Action="Error" />
-    <Rule Id="CA1306" Action="Error" />
-    <Rule Id="CA1307" Action="Error" />
-    <Rule Id="CA1308" Action="Error" />
-    <Rule Id="CA1309" Action="Error" />
-    <Rule Id="CA1400" Action="Error" />
-    <Rule Id="CA1401" Action="Error" />
-    <Rule Id="CA1402" Action="Error" />
-    <Rule Id="CA1403" Action="Error" />
-    <Rule Id="CA1404" Action="Error" />
-    <Rule Id="CA1405" Action="Error" />
-    <Rule Id="CA1406" Action="Error" />
-    <Rule Id="CA1407" Action="Error" />
-    <Rule Id="CA1408" Action="Error" />
-    <Rule Id="CA1409" Action="Error" />
-    <Rule Id="CA1410" Action="Error" />
-    <Rule Id="CA1411" Action="Error" />
-    <Rule Id="CA1412" Action="Error" />
-    <Rule Id="CA1413" Action="Error" />
-    <Rule Id="CA1414" Action="Error" />
-    <Rule Id="CA1415" Action="Error" />
-    <Rule Id="CA1500" Action="Error" />
-    <Rule Id="CA1501" Action="Error" />
-    <Rule Id="CA1502" Action="Error" />
-    <Rule Id="CA1504" Action="Error" />
-    <Rule Id="CA1505" Action="Error" />
-    <Rule Id="CA1506" Action="Error" />
-    <Rule Id="CA1600" Action="Error" />
-    <Rule Id="CA1601" Action="Error" />
-    <Rule Id="CA1700" Action="Error" />
-    <Rule Id="CA1701" Action="Error" />
-    <Rule Id="CA1702" Action="None" />
-    <Rule Id="CA1703" Action="Error" />
-    <Rule Id="CA1704" Action="None" />
-    <Rule Id="CA1707" Action="Error" />
-    <Rule Id="CA1708" Action="Error" />
-    <Rule Id="CA1709" Action="Error" />
-    <Rule Id="CA1710" Action="None" />
-    <Rule Id="CA1711" Action="None" />
-    <Rule Id="CA1712" Action="Error" />
-    <Rule Id="CA1713" Action="Error" />
-    <Rule Id="CA1714" Action="Error" />
-    <Rule Id="CA1715" Action="Error" />
-    <Rule Id="CA1716" Action="Error" />
-    <Rule Id="CA1717" Action="Error" />
-    <Rule Id="CA1719" Action="Error" />
-    <Rule Id="CA1720" Action="None" />
-    <Rule Id="CA1721" Action="Error" />
-    <Rule Id="CA1722" Action="Error" />
-    <Rule Id="CA1724" Action="Error" />
-    <Rule Id="CA1725" Action="Error" />
-    <Rule Id="CA1726" Action="None" />
-    <Rule Id="CA1800" Action="Error" />
-    <Rule Id="CA1801" Action="Error" />
-    <Rule Id="CA1802" Action="Error" />
-    <Rule Id="CA1804" Action="Error" />
-    <Rule Id="CA1806" Action="Error" />
-    <Rule Id="CA1809" Action="Error" />
-    <Rule Id="CA1810" Action="Error" />
-    <Rule Id="CA1811" Action="Error" />
-    <Rule Id="CA1812" Action="Error" />
-    <Rule Id="CA1813" Action="Error" />
-    <Rule Id="CA1814" Action="Error" />
-    <Rule Id="CA1815" Action="Error" />
-    <Rule Id="CA1816" Action="Error" />
-    <Rule Id="CA1819" Action="Error" />
-    <Rule Id="CA1820" Action="Error" />
-    <Rule Id="CA1821" Action="Error" />
-    <Rule Id="CA1822" Action="Error" />
-    <Rule Id="CA1823" Action="Error" />
-    <Rule Id="CA1824" Action="Error" />
-    <Rule Id="CA1900" Action="Error" />
-    <Rule Id="CA1901" Action="Error" />
-    <Rule Id="CA2001" Action="Error" />
-    <Rule Id="CA2002" Action="Error" />
-    <Rule Id="CA2003" Action="Error" />
-    <Rule Id="CA2004" Action="Error" />
-    <Rule Id="CA2006" Action="Error" />
-    <Rule Id="CA2101" Action="Error" />
-    <Rule Id="CA2102" Action="Error" />
-    <Rule Id="CA2103" Action="Error" />
-    <Rule Id="CA2104" Action="Error" />
-    <Rule Id="CA2105" Action="Error" />
-    <Rule Id="CA2106" Action="Error" />
-    <Rule Id="CA2107" Action="Error" />
-    <Rule Id="CA2108" Action="Error" />
-    <Rule Id="CA2109" Action="Error" />
-    <Rule Id="CA2111" Action="Error" />
-    <Rule Id="CA2112" Action="Error" />
-    <Rule Id="CA2114" Action="Error" />
-    <Rule Id="CA2115" Action="Error" />
-    <Rule Id="CA2116" Action="Error" />
-    <Rule Id="CA2117" Action="Error" />
-    <Rule Id="CA2118" Action="Error" />
-    <Rule Id="CA2119" Action="Error" />
-    <Rule Id="CA2120" Action="Error" />
-    <Rule Id="CA2121" Action="Error" />
-    <Rule Id="CA2122" Action="Error" />
-    <Rule Id="CA2123" Action="Error" />
-    <Rule Id="CA2124" Action="Error" />
-    <Rule Id="CA2126" Action="Error" />
-    <Rule Id="CA2127" Action="Error" />
-    <Rule Id="CA2128" Action="Error" />
-    <Rule Id="CA2129" Action="Error" />
-    <Rule Id="CA2200" Action="Error" />
-    <Rule Id="CA2201" Action="Error" />
-    <Rule Id="CA2205" Action="Error" />
-    <Rule Id="CA2207" Action="Error" />
-    <Rule Id="CA2208" Action="Error" />
-    <Rule Id="CA2210" Action="None" />
-    <Rule Id="CA2211" Action="Error" />
-    <Rule Id="CA2212" Action="Error" />
-    <Rule Id="CA2213" Action="Error" />
-    <Rule Id="CA2214" Action="Error" />
-    <Rule Id="CA2216" Action="Error" />
-    <Rule Id="CA2217" Action="Error" />
-    <Rule Id="CA2218" Action="Error" />
-    <Rule Id="CA2219" Action="Error" />
-    <Rule Id="CA2220" Action="Error" />
-    <Rule Id="CA2221" Action="Error" />
-    <Rule Id="CA2222" Action="Error" />
-    <Rule Id="CA2223" Action="Error" />
-    <Rule Id="CA2224" Action="Error" />
-    <Rule Id="CA2225" Action="Error" />
-    <Rule Id="CA2226" Action="Error" />
-    <Rule Id="CA2227" Action="Error" />
-    <Rule Id="CA2228" Action="Error" />
-    <Rule Id="CA2229" Action="Error" />
-    <Rule Id="CA2230" Action="Error" />
-    <Rule Id="CA2231" Action="Error" />
-    <Rule Id="CA2232" Action="Error" />
-    <Rule Id="CA2233" Action="Error" />
-    <Rule Id="CA2234" Action="Error" />
-    <Rule Id="CA2235" Action="Error" />
-    <Rule Id="CA2236" Action="Error" />
-    <Rule Id="CA2237" Action="Error" />
-    <Rule Id="CA2238" Action="Error" />
-    <Rule Id="CA2239" Action="Error" />
-    <Rule Id="CA2240" Action="Error" />
-    <Rule Id="CA2242" Action="Error" />
-    <Rule Id="CA2243" Action="Error" />
-  </Rules>
-</RuleSet>
\ No newline at end of file
===================================================================
edit: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Compiler/LambdaCompiler.cs;C1841263
File: LambdaCompiler.cs
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Compiler/LambdaCompiler.cs;C1841263  (server)    6/29/2010 5:51 PM
+++ Shelved Change: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Compiler/LambdaCompiler.cs;noea6
@@ -310,7 +310,7 @@
         /// </summary>
         private MemberExpression CreateLazyInitializedField<T>(string name) {
             if (_method is DynamicMethod) {
-                return Expression.Field(Expression.Constant(new StrongBox<T>()), "Value");
+                return Expression.Field(Expression.Constant(new StrongBox<T>(default(T))), "Value");
             } else {
                 return Expression.Field(null, CreateStaticField(name, typeof(T)));
             }
===================================================================
delete: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Properties/ExtensionAssemblyInfo.cs;C1841263
File: ExtensionAssemblyInfo.cs
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Properties/ExtensionAssemblyInfo.cs;C1841263  (server)    6/30/2010 10:54 AM
+++ [no target file]
@@ -1,62 +1,0 @@
-/* ****************************************************************************
- *
- * Copyright (c) Microsoft Corporation. 
- *
- * This source code is subject to terms and conditions of the Microsoft Public License. A 
- * copy of the license can be found in the License.html file at the root of this distribution. If 
- * you cannot locate the  Microsoft Public License, please send an email to 
- * dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound 
- * by the terms of the Microsoft Public License.
- *
- * You must not remove this notice, or any other, from this software.
- *
- *
- * ***************************************************************************/
-
-using System;
-using System.Reflection;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-using System.Security;
-
-// General Information about an assembly is controlled through the following 
-// set of attributes. Change these attribute values to modify the information
-// associated with an assembly.
-[assembly: AssemblyTitle("Microsoft.Scripting.ExtensionAttribute")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("Microsoft.Scripting.ExtensionAttribute")]
-[assembly: AssemblyCopyright("© Microsoft Corporation.  All rights reserved.")]
-[assembly: AssemblyTrademark("")]
-[assembly: AssemblyCulture("")]
-
-// Setting ComVisible to false makes the types in this assembly not visible 
-// to COM components.  If you need to access a type in this assembly from 
-// COM, set the ComVisible attribute to true on that type.
-[assembly: ComVisible(false)]
-
-[assembly: CLSCompliant(true)]
-
-// The following GUID is for the ID of the typelib if this project is exposed to COM
-[assembly: Guid("b828a36d-f568-48a7-9bdd-412b0a1bfa32")]
-
-// Version information for an assembly consists of the following four values:
-//
-//      Major Version
-//      Minor Version 
-//      Build Number
-//      Revision
-//
-// You can specify all the values or you can default the Revision and Build Numbers 
-// by using the '*' as shown below:
-[assembly: SecurityTransparent]
-
-[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
-
-#if !SILVERLIGHT
-[assembly: AssemblyVersion("2.0.0.0")]  // shouldn't change, this assembly is unchanged.  This is the version it originally shipped as.
-[assembly: AssemblyFileVersion("1.0.1.00")]
-[assembly: AssemblyInformationalVersion("1.0.1")]
-[assembly: AllowPartiallyTrustedCallers]
-#endif
===================================================================
edit: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Utils/Action.cs;C1841263
File: Action.cs
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Utils/Action.cs;C1841263  (server)    6/29/2010 6:12 PM
+++ Shelved Change: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Utils/Action.cs;noea6
@@ -19,17 +19,6 @@
 namespace System {
 #endif
 
-#if CLR2 || SILVERLIGHT
-
-    /// <summary>
-    /// Encapsulates a method that takes no parameters and does not return a value.
-    /// </summary>
-    public delegate void Action();
-
-#endif
-
-    // public delegate void Action<T>(T obj); -- Already defined in mscorlib
-   
     #region Generated Action Types
 
     // *** BEGIN GENERATED CODE ***
@@ -38,41 +27,6 @@
 #if CLR2 || SILVERLIGHT
 
     /// <summary>
-    /// Encapsulates a method that takes two parameters and does not return a value.
-    /// </summary>
-    /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-    public delegate void Action<T1, T2>(T1 arg1, T2 arg2);
-
-    /// <summary>
-    /// Encapsulates a method that takes three parameters and does not return a value.
-    /// </summary>
-    /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-    [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
-    public delegate void Action<T1, T2, T3>(T1 arg1, T2 arg2, T3 arg3);
-
-    /// <summary>
-    /// Encapsulates a method that takes four parameters and does not return a value.
-    /// </summary>
-    /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-    [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
-    public delegate void Action<T1, T2, T3, T4>(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
-
-    /// <summary>
     /// Encapsulates a method that takes five parameters and does not return a value.
     /// </summary>
     /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
===================================================================
edit: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Utils/Function.cs;C1841263
File: Function.cs
===================================================================
--- $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Utils/Function.cs;C1841263  (server)    6/29/2010 6:11 PM
+++ Shelved Change: $/DevDiv/Dev11/PU/MQPro/ndp/fx/src/Core/Microsoft/Scripting/Utils/Function.cs;noea6
@@ -19,26 +19,6 @@
 namespace System {
 #endif
 
-#if CLR2 || SILVERLIGHT
-
-    /// <summary>
-    /// Encapsulates a method that has no parameters and returns a value of the type specified by the TResult parameter.
-    /// </summary>
-    /// <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-    /// <returns>The return value of the method that this delegate encapsulates.</returns>
-    public delegate TResult Func<TResult>();
-
-    /// <summary>
-    /// Encapsulates a method that has one parameter and returns a value of the type specified by the TResult parameter.
-    /// </summary>
-    /// <typeparam name="T">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg">The first parameter of the method that this delegate encapsulates.</param>
-    /// <returns>The return value of the method that this delegate encapsulates.</returns>
-    public delegate TResult Func<T, TResult>(T arg);
-
-#endif
-
     #region Generated Func Types
 
     // *** BEGIN GENERATED CODE ***
@@ -47,48 +27,6 @@
 #if CLR2 || SILVERLIGHT
 
     /// <summary>
-    /// Encapsulates a method that has two parameters and returns a value of the type specified by the TResult parameter.
-    /// </summary>
-    /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-    /// <returns>The return value of the method that this delegate encapsulates.</returns>
-    [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
-    public delegate TResult Func<T1, T2, TResult>(T1 arg1, T2 arg2);
-
-    /// <summary>
-    /// Encapsulates a method that has three parameters and returns a value of the type specified by the TResult parameter.
-    /// </summary>
-    /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-    /// <returns>The return value of the method that this delegate encapsulates.</returns>
-    [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
-    public delegate TResult Func<T1, T2, T3, TResult>(T1 arg1, T2 arg2, T3 arg3);
-
-    /// <summary>
-    /// Encapsulates a method that has four parameters and returns a value of the type specified by the TResult parameter.
-    /// </summary>
-    /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T2">The type of the second parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T3">The type of the third parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="T4">The type of the fourth parameter of the method that this delegate encapsulates.</typeparam>
-    /// <typeparam name="TResult">The type of the return value of the method that this delegate encapsulates.</typeparam>
-    /// <param name="arg1">The first parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg2">The second parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg3">The third parameter of the method that this delegate encapsulates.</param>
-    /// <param name="arg4">The fourth parameter of the method that this delegate encapsulates.</param>
-    /// <returns>The return value of the method that this delegate encapsulates.</returns>
-    [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1005:AvoidExcessiveParametersOnGenericTypes")]
-    public delegate TResult Func<T1, T2, T3, T4, TResult>(T1 arg1, T2 arg2, T3 arg3, T4 arg4);
-
-    /// <summary>
     /// Encapsulates a method that has five parameters and returns a value of the type specified by the TResult parameter.
     /// </summary>
     /// <typeparam name="T1">The type of the first parameter of the method that this delegate encapsulates.</typeparam>
===================================================================
edit: $/Personal/merllab/dlr/Util/Internal/Snap/tasks/mrclean.ps1;C1880888
File: mrclean.ps1
===================================================================
--- $/Personal/merllab/dlr/Util/Internal/Snap/tasks/mrclean.ps1;C1880888  (server)    6/30/2010 1:26 PM
+++ Shelved Change: $/Personal/merllab/dlr/Util/Internal/Snap/tasks/mrclean.ps1;noea6
@@ -118,9 +118,7 @@
 	echo "Scrubbing the GAC..."
 	$bin_list = @(	"IronPython", "IronPython.Modules", "IronPythonTest",
 					"IronRuby", "IronRuby.Libraries", "IronRuby.Libraries.Yaml",					
-					"Microsoft.JScript.Compiler", "Microsoft.JScript.Runtime",
-					"Microsoft.Scripting.Core", "Microsoft.Scripting", "Microsoft.Scripting.ExtensionAttribute", "Microsoft.Scripting.Helpers", "Microsoft.Dynamic",
-					"Microsoft.Web.Scripting",
+					"Microsoft.Scripting.Core", "Microsoft.Scripting", "Microsoft.Dynamic",
 					"ipy", "ipyw", "ir")
 		
 	#Run it on a predetermined list of binaries
===================================================================
edit: $/Personal/merllab/dlr/Util/Internal/Snap/tasks/signoffs/IronRuby/IRSanity.rb;C1880888
File: IRSanity.rb
===================================================================
--- $/Personal/merllab/dlr/Util/Internal/Snap/tasks/signoffs/IronRuby/IRSanity.rb;C1880888  (server)    6/30/2010 1:26 PM
+++ Shelved Change: $/Personal/merllab/dlr/Util/Internal/Snap/tasks/signoffs/IronRuby/IRSanity.rb;noea6
@@ -136,7 +136,6 @@
                IronRuby.dll IronRuby.Libraries.dll IronRuby.Libraries.Yaml.dll
                Microsoft.Dynamic.dll Microsoft.Scripting.Core.dll 
                Microsoft.Scripting.Debugging.dll Microsoft.Scripting.dll
-               Microsoft.Scripting.ExtensionAttribute.dll
                tutorial.bat},
    "lib" => %w{ironruby ruby},
    "samples" => %w{DiskUse IRPowerShell Tutorial},
@@ -145,7 +144,6 @@
                             IronRuby.dll IronRuby.Libraries.dlli
                             Microsoft.Dynamic.dll Microsoft.Scripting.Core.dll 
                             Microsoft.Scripting.Debugging.dll Microsoft.Scripting.dll
-                            Microsoft.Scripting.ExtensionAttribute.dll
                             Microsoft.Scripting.Silverlight.dll },
    "silverlight\\samples" => %w{clock photoviewer repl},
    "silverlight\\script" => %w{chr chr.bat sl sl.bat}
===================================================================
