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
path: root/main
diff options
context:
space:
mode:
authorKirill Osenkov <github@osenkov.com>2018-09-27 00:16:58 +0300
committerMarius Ungureanu <teromario@yahoo.com>2018-09-27 21:51:19 +0300
commitc77b1b1457f7c71dff03dbb686520cc6a2a3cc51 (patch)
treed6723a44ec483c6916be37ca15ecdc864fa31715 /main
parente50935be089528b773d112806036a0601736f4c2 (diff)
Delete unused md.targets.
Diffstat (limited to 'main')
-rw-r--r--main/Makefile.am3
-rw-r--r--main/md.targets16
2 files changed, 1 insertions, 18 deletions
diff --git a/main/Makefile.am b/main/Makefile.am
index d01b98fd4c..c42e1391b8 100644
--- a/main/Makefile.am
+++ b/main/Makefile.am
@@ -213,8 +213,7 @@ app-dir: all
# we can't use the variables that are conditionally defined
EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(appdata_DATA) $(pixmap_DATA) \
monodevelop.xml $(pkgconfig_in_files) external/Makefile.in \
- Main.sln MonoDevelop.props Directory.Build.props \
- md.targets
+ Main.sln MonoDevelop.props Directory.Build.props
DISTCLEANFILES = monodevelop intltool-extract intltool-merge intltool-update \
$(pkgconfig_DATA)
diff --git a/main/md.targets b/main/md.targets
deleted file mode 100644
index 8f3cdf5213..0000000000
--- a/main/md.targets
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <ItemGroup>
- <SearchPathFiles Include="$(SolutionDir)\build\AddIns\**\*.dll"/>
- </ItemGroup>
-
- <Target Name="BeforeResolveReferences">
- <RemoveDuplicates Inputs="@(SearchPathFiles->'%(RootDir)%(Directory)')">
- <Output TaskParameter="Filtered" ItemName="SearchPath" />
- </RemoveDuplicates>
-
- <CreateProperty Value="@(SearchPath);$(SolutionDir)\build\bin;$(AssemblySearchPaths)">
- <Output TaskParameter="Value" PropertyName="AssemblySearchPaths" />
- </CreateProperty>
- </Target>
-</Project>