THRIFT-4210 include Thrift.45.csproj into CI runs

Client: C#
Patch: Jens Geyer

This closes #1277
This commit is contained in:
Jens Geyer 2017-05-23 22:28:24 +02:00
parent 5608e43ec8
commit c71bdf85c9
2 changed files with 7 additions and 4 deletions

View File

@ -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) \

View File

@ -17,8 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>