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:
Diffstat (limited to 'mcs/class/System.Json/System.Json-tests-net_4_5.csproj')
-rw-r--r--mcs/class/System.Json/System.Json-tests-net_4_5.csproj21
1 files changed, 17 insertions, 4 deletions
diff --git a/mcs/class/System.Json/System.Json-tests-net_4_5.csproj b/mcs/class/System.Json/System.Json-tests-net_4_5.csproj
index b35e9b3a428..3860e1c58b3 100644
--- a/mcs/class/System.Json/System.Json-tests-net_4_5.csproj
+++ b/mcs/class/System.Json/System.Json-tests-net_4_5.csproj
@@ -22,7 +22,7 @@
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;ASPNETMVC</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
@@ -31,7 +31,7 @@
<DebugType>pdbonly</DebugType>
<NoWarn>1699</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5;ASPNETMVC</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
@@ -52,7 +52,7 @@
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib.dll">
+ <Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
<HintPath>mscorlib.dll</HintPath>
</Reference>
@@ -72,16 +72,29 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>System.Core.dll</HintPath>
</Reference>
+ <Reference Include="System.Runtime.Serialization.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>System.Runtime.Serialization.dll</HintPath>
+ </Reference>
<Reference Include="System.ServiceModel.Web.dll">
<SpecificVersion>False</SpecificVersion>
<HintPath>System.ServiceModel.Web.dll</HintPath>
</Reference>
+ <Reference Include="Microsoft.CSharp.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>Microsoft.CSharp.dll</HintPath>
+ </Reference>
<Reference Include="nunit.framework" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
-
+ <ItemGroup>
+ <EmbeddedResource Include="System.Json.Properties.Resources.resources">
+ <LogicalName>System.Json.Properties.Resources.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
</Project>