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

github.com/microsoft/vs-editor-api.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Impl/ContentType/IFilePathToContentTypeProvider.cs')
-rw-r--r--src/Core/Impl/ContentType/IFilePathToContentTypeProvider.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Core/Impl/ContentType/IFilePathToContentTypeProvider.cs b/src/Core/Impl/ContentType/IFilePathToContentTypeProvider.cs
deleted file mode 100644
index a4c624b..0000000
--- a/src/Core/Impl/ContentType/IFilePathToContentTypeProvider.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// Copyright (c) Microsoft Corporation. All rights reserved.
-// Licensed under the MIT License. See License.txt in the project root for license information.
-//
-
-namespace Microsoft.VisualStudio.Utilities
-{
- public interface IFilePathToContentTypeProvider
- {
- bool TryGetContentTypeForFilePath(string filePath, out IContentType contentType);
- }
-}