From e489e950be7bf2568f997a6539136dcf32ddcb55 Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Tue, 11 Nov 2014 10:45:59 -0800 Subject: [PATCH] Remove unnecessary unsafe code flag. The Immutable PCL targets platforms that include those that don't support unsafe code. Opening the solution in VS2015 results in a warning in the error list about this. But features that required unsafe code were recently removed so we don't need this flag any more. --- .../src/System.Collections.Immutable.csproj | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj b/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj index c90c76d08a58..6ef0ddf1e178 100644 --- a/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj +++ b/src/System.Collections.Immutable/src/System.Collections.Immutable.csproj @@ -1,13 +1,10 @@ - + - - - + --> <_WindowsKitBinPath>C:\Program Files (x86)\Windows Kits\8.1\bin\x86 <_WindowsPhoneKitBinPath>C:\Program Files (x86)\Windows Phone Kits\8.1\bin $(_WindowsKitBinPath)\makepri.exe @@ -16,8 +13,6 @@ $(_WindowsPhoneKitBinPath)\x86\MrmEnvironmentExtDl.dll $(_WindowsPhoneKitBinPath)\x64\MrmEnvironmentExtDl.dll - - 10.0 Debug @@ -48,7 +43,7 @@ 4 false System.Collections.Immutable.ruleset - true + false pdbonly @@ -119,7 +114,6 @@ - True True @@ -155,4 +149,4 @@ --> - + \ No newline at end of file