Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Osenkov <github@osenkov.com>2019-01-12 05:46:11 +0300
committerKirill Osenkov <github@osenkov.com>2019-01-12 05:46:11 +0300
commit898a5f9686226ab5bcdee8453ab27355545322ce (patch)
treee2582ac0e7144ccb29121f2740f142c3570ff5bb /main/msbuild
parentb5a5eba664a33ea4bd6dec874f13aaa63b8d4453 (diff)
Better fix for removing Accessibility reference.
Diffstat (limited to 'main/msbuild')
-rw-r--r--main/msbuild/ReferencesVSEditor.Windows.props6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/msbuild/ReferencesVSEditor.Windows.props b/main/msbuild/ReferencesVSEditor.Windows.props
index 775f39fda1..3189004d2c 100644
--- a/main/msbuild/ReferencesVSEditor.Windows.props
+++ b/main/msbuild/ReferencesVSEditor.Windows.props
@@ -16,10 +16,4 @@
<Reference Include="$(NuGetPackageRoot)Microsoft.VisualStudio.Platform.VSEditor\$(NuGetVersionVSEditor)\lib\net46\Microsoft.VisualStudio.Platform.VSEditor.dll" />
</ItemGroup>
- <Target Name="FixReferences" AfterTargets="ResolveNuGetPackageAssets" BeforeTargets="CoreCompile" Condition="$(OS) == 'Windows_NT'">
- <ItemGroup>
- <Reference Remove="Accessibility" />
- </ItemGroup>
- </Target>
-
</Project> \ No newline at end of file