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>2014-02-20 16:52:31 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-02-20 16:52:31 +0400
commit005b10487a0681e250577126ca7b2ee980ddf3f9 (patch)
tree1e2afc5e30a3adff4375f41db9a9be1e6bf1517f /main/tests
parentbb31bed079b38e7fed1f53d9a16f8fc20d349a57 (diff)
parent989bb8a1f3f8372e7625e0ba68db7980f8b1baa8 (diff)
Merge remote-tracking branch 'origin/master' into retina
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UserInterfaceTests/UserInterfaceTests.csproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
index 43597ce02d..ab7091bcca 100644
--- a/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
+++ b/main/tests/UserInterfaceTests/UserInterfaceTests.csproj
@@ -3,7 +3,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
+ <ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{07F55155-51A8-4072-9F80-FA473666F086}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -32,8 +32,12 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
- <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
- <Reference Include="nunit.core, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
+ <Reference Include="nunit.core">
+ <HintPath>..\..\external\mdtestharness\lib\nunit.core.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework">
+ <HintPath>..\..\external\mdtestharness\nunit.framework.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="IdeApi.cs" />
@@ -43,6 +47,7 @@
<Compile Include="SimpleTest.cs" />
<Compile Include="ProcessUtils.cs" />
</ItemGroup>
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
<Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
@@ -55,5 +60,4 @@
<Private>False</Private>
</ProjectReference>
</ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project> \ No newline at end of file