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
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2017-03-14 02:44:15 +0300
committerLluis Sanchez <lluis@xamarin.com>2017-03-14 02:44:15 +0300
commitcb04db182922f4fe50fa2c974c86c1ddf047ee86 (patch)
tree637565bfeab2fc4b6a6584bb2cf7dd3a88b6445d /main/tests/UnitTests/UnitTests.csproj
parent68b7358e10140cf482cc773fd18c979d3fc26f74 (diff)
Add support for custom MSBuild search paths
This commit introduces a new extension point and additional api that allows registering custom fallback search paths for MSBuild properties. For example, it can be used to define additional search paths for $(MSBuildExtensionsPath), which means that add-ins can provide their own target files to be imported in projects.
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index bda9a4db7b..1e71c3ab3b 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -306,6 +306,7 @@
<Compile Include="MonoDevelop.Projects\MSBuildLoggerTests.cs" />
<Compile Include="MonoDevelop.Core\MonoExecutionParametersTests.cs" />
<Compile Include="MonoDevelop.Components.PropertyGrid\EditorManagerTests.cs" />
+ <Compile Include="MonoDevelop.Projects\MSBuildSearchPathTests.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="..\..\md.targets" />