diff --git a/lib/csharp/Makefile.am b/lib/csharp/Makefile.am index 1fd546288..f113e1a41 100644 --- a/lib/csharp/Makefile.am +++ b/lib/csharp/Makefile.am @@ -84,13 +84,17 @@ if NET_2_0 export CSC_DEFINES = -d:NET_2_0 endif -all-local: Thrift.dll +all-local: Thrift.dll Thrift.45.dll Thrift.dll: $(THRIFTCODE) $(CSC) $(CSC_DEFINES) -out:$@ -target:library -reference:System.Web $(THRIFTCODE) +Thrift.45.dll: $(THRIFTCODE) + $(CSC) $(CSC_DEFINES) -out:$@ -target:library -reference:System.Web $(THRIFTCODE) + clean-local: - $(RM) Thrift.dll + $(RM) Thrift.dll \ + $(RM) Thrift.45.dll EXTRA_DIST = \ $(THRIFTCODE) \ diff --git a/lib/csharp/src/Thrift.45.csproj b/lib/csharp/src/Thrift.45.csproj index 78089fc9e..455916f83 100644 --- a/lib/csharp/src/Thrift.45.csproj +++ b/lib/csharp/src/Thrift.45.csproj @@ -17,8 +17,7 @@ specific language governing permissions and limitations under the License. --> - - + Debug AnyCPU