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:
authorMikayla Hutchinson <m.j.hutchinson@gmail.com>2016-12-08 22:53:26 +0300
committerMikayla Hutchinson <m.j.hutchinson@gmail.com>2017-01-14 09:25:57 +0300
commite820d2d12330400becca2642df0ae7b49b08aaf4 (patch)
tree033103ab3495eca83a112e6cdc1937e287b4b912 /main/tests/UnitTests/UnitTests.csproj
parentf2e00b09468f9660b130c119e23d6eea0d6f0284 (diff)
Add global props/targets
Diffstat (limited to 'main/tests/UnitTests/UnitTests.csproj')
-rw-r--r--main/tests/UnitTests/UnitTests.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tests/UnitTests/UnitTests.csproj b/main/tests/UnitTests/UnitTests.csproj
index 08b4dc7315..9d12610bf9 100644
--- a/main/tests/UnitTests/UnitTests.csproj
+++ b/main/tests/UnitTests/UnitTests.csproj
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
+ <Import Project="..\..\MonoDevelop.props" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -304,8 +305,6 @@
<Compile Include="MonoDevelop.Projects\ProjectCapabilityTests.cs" />
<Compile Include="MonoDevelop.Projects\ProjectReevaluationTests.cs" />
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\md.targets" />
<ItemGroup>
<None Include="Makefile.am" />
<None Include="MonoDevelop.AspNet\AspNetCompletionTests.cs" />
@@ -330,4 +329,5 @@
<Folder Include="MonoDevelop.Ide.Editor\Tests\" />
<Folder Include="MonoDevelop.Ide.Editor\Commands\" />
</ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>