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:
authorZoltan Varga <vargaz@gmail.com>2015-01-13 23:29:38 +0300
committerZoltan Varga <vargaz@gmail.com>2015-01-13 23:29:38 +0300
commit0985d4aa4be4a9286db4e36cf75e3b18a31e5ff9 (patch)
tree46b65e83cd552237e592e85486afcca719d8a9c3 /mcs/class/System.Data.Services.Client
parentf54652de26710952d4f80e25d87a87b346a86992 (diff)
[bcl] Remove NET_2_0 defines from the class libs. This has been done using: unifdef -t -DNET_2_0 -o <filename> <filename>.
Diffstat (limited to 'mcs/class/System.Data.Services.Client')
-rw-r--r--mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/OpenObjectAttribute.cs2
-rw-r--r--mcs/class/System.Data.Services.Client/Client_SL/AssemblyAttributes.cs2
2 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/OpenObjectAttribute.cs b/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/OpenObjectAttribute.cs
index c1fd5b5d2ea..e990d246087 100644
--- a/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/OpenObjectAttribute.cs
+++ b/mcs/class/System.Data.Services.Client/Client/System/Data/Services/Client/OpenObjectAttribute.cs
@@ -32,4 +32,4 @@ namespace System.Data.Services.Client
}
}
}
-#endif \ No newline at end of file
+#endif
diff --git a/mcs/class/System.Data.Services.Client/Client_SL/AssemblyAttributes.cs b/mcs/class/System.Data.Services.Client/Client_SL/AssemblyAttributes.cs
index e6886444d0b..d2101c564dc 100644
--- a/mcs/class/System.Data.Services.Client/Client_SL/AssemblyAttributes.cs
+++ b/mcs/class/System.Data.Services.Client/Client_SL/AssemblyAttributes.cs
@@ -48,4 +48,4 @@ internal static class AssemblyRef
internal const string MicrosoftSilverlightPublicKeyToken = "b03f5f7f11d50a3a";
}
-#endif \ No newline at end of file
+#endif