From 30eda787a104b3c11ce4e75337b649919f9025d6 Mon Sep 17 00:00:00 2001 From: Phillip Carter Date: Mon, 29 Oct 2018 18:25:48 -0700 Subject: [PATCH] Remove fsiPackage.fs --- vsintegration/src/FSharp.VS.FSI/FSharp.VS.FSI.fsproj | 1 - vsintegration/src/FSharp.VS.FSI/fsiPackage.fs | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 vsintegration/src/FSharp.VS.FSI/fsiPackage.fs diff --git a/vsintegration/src/FSharp.VS.FSI/FSharp.VS.FSI.fsproj b/vsintegration/src/FSharp.VS.FSI/FSharp.VS.FSI.fsproj index 29f70484239..c69f5d51005 100644 --- a/vsintegration/src/FSharp.VS.FSI/FSharp.VS.FSI.fsproj +++ b/vsintegration/src/FSharp.VS.FSI/FSharp.VS.FSI.fsproj @@ -37,7 +37,6 @@ - true Microsoft.VisualStudio.FSharp.Interactive.SRProperties diff --git a/vsintegration/src/FSharp.VS.FSI/fsiPackage.fs b/vsintegration/src/FSharp.VS.FSI/fsiPackage.fs deleted file mode 100644 index 1f36d5b7d81..00000000000 --- a/vsintegration/src/FSharp.VS.FSI/fsiPackage.fs +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) Microsoft Corporation. All Rights Reserved. See License.txt in the project root for license information. - -namespace Microsoft.VisualStudio.FSharp.Interactive -