From f7872e99ba42e31f078097c73b226e7fbbdb77ea Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Thu, 6 Oct 2016 10:47:19 -0700 Subject: [PATCH] Add a comment header to explain why this is still here --- src/Compilers/Core/Portable/Interop/IVsSQM.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Compilers/Core/Portable/Interop/IVsSQM.cs b/src/Compilers/Core/Portable/Interop/IVsSQM.cs index b860045f625..fc35bfe8849 100644 --- a/src/Compilers/Core/Portable/Interop/IVsSQM.cs +++ b/src/Compilers/Core/Portable/Interop/IVsSQM.cs @@ -1,5 +1,8 @@ // Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// WARNING: THIS FILE IS BEING CONSUMED THROUGH INTERNALSVISIBLETO +// BY THE RULSET EDITOR. Until you fix that, do not delete this file. + /////////////////////////////////////////////////////////////////////////////// // // -- GitLab