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-06-26 16:25:09 +0400
committerMarek Safar <marek.safar@gmail.com>2012-06-26 16:26:56 +0400
commit2d2796f07bfff863644a67cd3c8c3161516a9fc6 (patch)
tree785dccaf46ebc53e67d2daff51a7270f99e7a598 /mcs/class/Mono.C5
parentf293d906152122ab09f60b7ea973abad16ead1a5 (diff)
Fix System.Core reference in VS projects
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/Mono.C5-net_2_0.csproj4
-rw-r--r--mcs/class/Mono.C5/Mono.C5-net_4_0.csproj4
-rw-r--r--mcs/class/Mono.C5/Mono.C5-net_4_5.csproj4
-rw-r--r--mcs/class/Mono.C5/Mono.C5-tests-net_2_0.csproj4
-rw-r--r--mcs/class/Mono.C5/Mono.C5-tests-net_4_0.csproj4
-rw-r--r--mcs/class/Mono.C5/Mono.C5-tests-net_4_5.csproj4
6 files changed, 24 insertions, 0 deletions
diff --git a/mcs/class/Mono.C5/Mono.C5-net_2_0.csproj b/mcs/class/Mono.C5/Mono.C5-net_2_0.csproj
index 8de5856e614..97bce2163e4 100644
--- a/mcs/class/Mono.C5/Mono.C5-net_2_0.csproj
+++ b/mcs/class/Mono.C5/Mono.C5-net_2_0.csproj
@@ -16,8 +16,11 @@
<AssemblyName>Mono.C5</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>
@@ -28,6 +31,7 @@
<AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>
<Optimize>true</Optimize>
diff --git a/mcs/class/Mono.C5/Mono.C5-net_4_0.csproj b/mcs/class/Mono.C5/Mono.C5-net_4_0.csproj
index a65371bc894..ca3c108d9f8 100644
--- a/mcs/class/Mono.C5/Mono.C5-net_4_0.csproj
+++ b/mcs/class/Mono.C5/Mono.C5-net_4_0.csproj
@@ -16,8 +16,11 @@
<AssemblyName>Mono.C5</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>
@@ -28,6 +31,7 @@
<AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>
<Optimize>true</Optimize>
diff --git a/mcs/class/Mono.C5/Mono.C5-net_4_5.csproj b/mcs/class/Mono.C5/Mono.C5-net_4_5.csproj
index 7980e0f6855..c74b7d49fe2 100644
--- a/mcs/class/Mono.C5/Mono.C5-net_4_5.csproj
+++ b/mcs/class/Mono.C5/Mono.C5-net_4_5.csproj
@@ -16,8 +16,11 @@
<AssemblyName>Mono.C5</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>
@@ -28,6 +31,7 @@
<AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>
<Optimize>true</Optimize>
diff --git a/mcs/class/Mono.C5/Mono.C5-tests-net_2_0.csproj b/mcs/class/Mono.C5/Mono.C5-tests-net_2_0.csproj
index d035f72cf5f..338d8b1aabf 100644
--- a/mcs/class/Mono.C5/Mono.C5-tests-net_2_0.csproj
+++ b/mcs/class/Mono.C5/Mono.C5-tests-net_2_0.csproj
@@ -16,8 +16,11 @@
<AssemblyName>Mono.C5_test_net_2_0</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>
@@ -28,6 +31,7 @@
<AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>
<Optimize>true</Optimize>
diff --git a/mcs/class/Mono.C5/Mono.C5-tests-net_4_0.csproj b/mcs/class/Mono.C5/Mono.C5-tests-net_4_0.csproj
index 7651216bfc6..0b99c55c927 100644
--- a/mcs/class/Mono.C5/Mono.C5-tests-net_4_0.csproj
+++ b/mcs/class/Mono.C5/Mono.C5-tests-net_4_0.csproj
@@ -16,8 +16,11 @@
<AssemblyName>Mono.C5_test_net_4_0</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>
@@ -28,6 +31,7 @@
<AdditionalLibPaths>./../../class/lib/net_4_0</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>
<Optimize>true</Optimize>
diff --git a/mcs/class/Mono.C5/Mono.C5-tests-net_4_5.csproj b/mcs/class/Mono.C5/Mono.C5-tests-net_4_5.csproj
index a1bd0354e1a..c883b20ab53 100644
--- a/mcs/class/Mono.C5/Mono.C5-tests-net_4_5.csproj
+++ b/mcs/class/Mono.C5/Mono.C5-tests-net_4_5.csproj
@@ -16,8 +16,11 @@
<AssemblyName>Mono.C5_test_net_4_5</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <!-- Filter out System.Core added by: Microsoft.NETFramework.props -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>
@@ -28,6 +31,7 @@
<AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<NoWarn>1699,169,219,414,1030,3001,3005,3006,618,219,169</NoWarn>
<Optimize>true</Optimize>