Skip to content

Commit

Permalink
Remove broken references
Browse files Browse the repository at this point in the history
We either don't use these, or pull them in from NuGet.
  • Loading branch information
jasonmalinowski committed Mar 22, 2017
1 parent 1168c4c commit 995ffdd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/VisualStudio/CSharp/Impl/CSharpVisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup>
<Reference Include="microsoft.msxml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>false</Private>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
Expand Down
3 changes: 1 addition & 2 deletions src/VisualStudio/Core/Def/ServicesVisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
<Reference Include="System.Xml.Linq" />
<Reference Include="UIAutomationProvider" />
<Reference Include="UIAutomationTypes" />
<Reference Include="VSLangProj2" />
<Reference Include="WindowsBase" />
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
Expand Down Expand Up @@ -706,4 +705,4 @@
<ItemGroup />
<Import Project="..\..\..\Dependencies\CodeAnalysis.Metadata\Microsoft.CodeAnalysis.Metadata.projitems" Label="Shared" />
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>
3 changes: 1 addition & 2 deletions src/VisualStudio/Core/Test.Next/VisualStudioTest.Next.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Threading.Tasks.Dataflow" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
</ItemGroup>
Expand Down Expand Up @@ -196,4 +195,4 @@
<Compile Include="Services\VisualStudioDiagnosticAnalyzerExecutorTests.cs" />
</ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project>
</Project>

0 comments on commit 995ffdd

Please sign in to comment.