Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-04-17 12:42:28 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-17 21:31:13 +0400
commita060f8a36e2f33a69b3ef163ed29abfda15786b4 (patch)
tree5cd17437ecf75071b0b285ad56eddff5ae4ab00b /mcs/class/Mono.Options
parentd360d37e6f5a8e6906ca10df565fda2589e13624 (diff)
Add missing references
Diffstat (limited to 'mcs/class/Mono.Options')
-rw-r--r--mcs/class/Mono.Options/Mono.Options-tests-net_2_0.csproj4
-rw-r--r--mcs/class/Mono.Options/Mono.Options-tests-net_4_0.csproj4
-rw-r--r--mcs/class/Mono.Options/Mono.Options-tests-net_4_5.csproj4
3 files changed, 12 insertions, 0 deletions
diff --git a/mcs/class/Mono.Options/Mono.Options-tests-net_2_0.csproj b/mcs/class/Mono.Options/Mono.Options-tests-net_2_0.csproj
index 9f8c6c5e4c0..2404e6b3e8d 100644
--- a/mcs/class/Mono.Options/Mono.Options-tests-net_2_0.csproj
+++ b/mcs/class/Mono.Options/Mono.Options-tests-net_2_0.csproj
@@ -74,6 +74,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>System.dll</HintPath>
</Reference>
+ <Reference Include="System.Core.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Core.dll</HintPath>
+ </Reference>
<Reference Include="nunit.framework" />
</ItemGroup>
diff --git a/mcs/class/Mono.Options/Mono.Options-tests-net_4_0.csproj b/mcs/class/Mono.Options/Mono.Options-tests-net_4_0.csproj
index 645cbdf1d29..1ad01928498 100644
--- a/mcs/class/Mono.Options/Mono.Options-tests-net_4_0.csproj
+++ b/mcs/class/Mono.Options/Mono.Options-tests-net_4_0.csproj
@@ -74,6 +74,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>System.dll</HintPath>
</Reference>
+ <Reference Include="System.Core.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Core.dll</HintPath>
+ </Reference>
<Reference Include="nunit.framework" />
</ItemGroup>
diff --git a/mcs/class/Mono.Options/Mono.Options-tests-net_4_5.csproj b/mcs/class/Mono.Options/Mono.Options-tests-net_4_5.csproj
index de472919315..62d0318b319 100644
--- a/mcs/class/Mono.Options/Mono.Options-tests-net_4_5.csproj
+++ b/mcs/class/Mono.Options/Mono.Options-tests-net_4_5.csproj
@@ -74,6 +74,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>System.dll</HintPath>
</Reference>
+ <Reference Include="System.Core.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Core.dll</HintPath>
+ </Reference>
<Reference Include="nunit.framework" />
</ItemGroup>