From 620d3cecea0bdc35f6f36a4cbbeccd51b9bce874 Mon Sep 17 00:00:00 2001 From: Jens Geyer Date: Sun, 10 Jan 2016 13:33:57 +0100 Subject: [PATCH] THRIFT-3536 Error 'char' does not contain a definition for 'IsLowSurrogate' for WP7 target Client: C# Patch: Jens Geyer --- lib/csharp/Makefile.am | 2 - lib/csharp/src/Properties/AssemblyInfo.WP7.cs | 55 -------- lib/csharp/src/Thrift.WP7.csproj | 118 ------------------ 3 files changed, 175 deletions(-) delete mode 100644 lib/csharp/src/Properties/AssemblyInfo.WP7.cs delete mode 100644 lib/csharp/src/Thrift.WP7.csproj diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 2ecc5fe9ab7..a43bd1290b5 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -104,8 +104,6 @@ EXTRA_DIST = \ ThriftMSBuildTask \ src/Thrift.csproj \ src/Thrift.sln \ - src/Thrift.WP7.csproj \ - src/Properties/AssemblyInfo.WP7.cs \ src/Transport/TSilverlightSocket.cs \ test \ coding_standards.md \ diff --git a/lib/csharp/src/Properties/AssemblyInfo.WP7.cs b/lib/csharp/src/Properties/AssemblyInfo.WP7.cs deleted file mode 100644 index cbe1763e368..00000000000 --- a/lib/csharp/src/Properties/AssemblyInfo.WP7.cs +++ /dev/null @@ -1,55 +0,0 @@ -/** - * Licensed to the Apache Software Foundation (ASF) under one - * or more contributor license agreements. See the NOTICE file - * distributed with this work for additional information - * regarding copyright ownership. The ASF licenses this file - * to you under the Apache License, Version 2.0 (the - * "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, - * software distributed under the License is distributed on an - * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - * KIND, either express or implied. See the License for the - * specific language governing permissions and limitations - * under the License. - */ - -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Thrift.WP7")] -[assembly: AssemblyDescription("C# bindings for the Apache Thrift RPC system")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("The Apache Software Foundation")] -[assembly: AssemblyProduct("Thrift")] -[assembly: AssemblyCopyright("The Apache Software Foundation")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -//@TODO where to put License information? - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("a343f89c-57dd-4fa8-a9c6-35391cd5f655")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")] diff --git a/lib/csharp/src/Thrift.WP7.csproj b/lib/csharp/src/Thrift.WP7.csproj deleted file mode 100644 index ee4942f6a03..00000000000 --- a/lib/csharp/src/Thrift.WP7.csproj +++ /dev/null @@ -1,118 +0,0 @@ - - - - - Debug - AnyCPU - 10.0.20506 - 2.0 - {DF58BDB0-2457-4A52-9981-65A0E8B50833} - {C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc} - Library - Properties - Thrift.WP7 - Thrift.WP7 - v4.0 - $(TargetFrameworkVersion) - WindowsPhone71 - Silverlight - false - true - true - - - true - full - false - Bin\Debug - DEBUG;TRACE;SILVERLIGHT;WINDOWS_PHONE - true - true - prompt - 4 - - - pdbonly - true - Bin\Release - TRACE;SILVERLIGHT;WINDOWS_PHONE - true - true - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file