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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-17 17:34:15 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-10-17 17:34:16 +0300
commit03ea8b5a62ff3ec1977fe0710e8bd2bcf031bfa0 (patch)
tree715fccb56c9f603b6a1f4a4c3d79221a32367215 /mcs/class/Mono.CodeContracts
parentc143e55c450e40b478ab846268f4585a84f8a095 (diff)
[build] Regenerate .csproj files
Note: DISABLE_CAS_USE was removed in ed989a8e9e5c170b6d19edc60bb80e8a4e6d5cc0
Diffstat (limited to 'mcs/class/Mono.CodeContracts')
-rw-r--r--mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj19
1 files changed, 10 insertions, 9 deletions
diff --git a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj
index e2169fc9aeb..b5b78a1ccd7 100644
--- a/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj
+++ b/mcs/class/Mono.CodeContracts/Mono.CodeContracts-net_4_x.csproj
@@ -7,7 +7,7 @@
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9BE8D62B-471D-4538-8287-691B4ECE3209}</ProjectGuid>
<OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
+ <NoWarn>1699,618</NoWarn>
<OutputPath>./../../class/lib/net_4_x</OutputPath>
<IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
@@ -26,17 +26,17 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
- <NoWarn>1699</NoWarn>
+ <NoWarn>1699,618</NoWarn>
<Optimize>false</Optimize>
- <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
+ <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
- <NoWarn>1699</NoWarn>
+ <NoWarn>1699,618</NoWarn>
<Optimize>true</Optimize>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE</DefineConstants>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
@@ -459,10 +459,11 @@
<Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
<Name>System.Core-net_4_x</Name>
</ProjectReference>
- <ProjectReference Include="../Mono.Cecil/Mono.Cecil-net_4_x.csproj">
- <Project>{2C0D558F-0B38-4691-967E-A910A1B995C1}</Project>
- <Name>Mono.Cecil-net_4_x</Name>
- </ProjectReference>
+ <Reference Include="./../../class/lib/net_4_x/Mono.Cecil.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>./../../class/lib/net_4_x/Mono.Cecil.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
<ProjectReference Include="../Mono.Cecil.Mdb/Mono.Cecil.Mdb-net_4_x.csproj">
<Project>{CF14D34A-F69B-47FB-A99C-D25C77198F30}</Project>
<Name>Mono.Cecil.Mdb-net_4_x</Name>