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:
authorSandy Armstrong <sandy@xamarin.com>2019-07-25 15:30:53 +0300
committerSandy Armstrong <sandy@xamarin.com>2019-07-25 15:30:53 +0300
commitf2439c71580618ad284a768860a9787f90f50a0e (patch)
tree894b8772c70dcd675c98eb66ee92e5e99ea6819d /Directory.Build.props
parent22317686c5af2cc4303f0f3ba96634d272d136bb (diff)
Sync with vs-editor-core@99682a78
Diffstat (limited to 'Directory.Build.props')
-rw-r--r--Directory.Build.props1
1 files changed, 0 insertions, 1 deletions
diff --git a/Directory.Build.props b/Directory.Build.props
index d61b76d..7065fcf 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -13,7 +13,6 @@
<RepoBinPath>$(RepoRootPath)bin\</RepoBinPath>
<RepoObjPath>$(RepoRootPath)obj\</RepoObjPath>
<RepoSrcPath>$(RepoRootPath)src\</RepoSrcPath>
- <RepoSrcEditorPath>$(RepoSrcPath)Editor\</RepoSrcEditorPath>
<RepoLocalNuGetFeedPath>$(RepoRootPath)build\nuget-feed\</RepoLocalNuGetFeedPath>
<RepoSrcRelativeProjectDirectory Condition="$(MSBuildProjectDirectory.Length) >= $(RepoSrcPath.Length)">$(MSBuildProjectDirectory.Substring($(RepoSrcPath.Length)))\</RepoSrcRelativeProjectDirectory>