mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
THRIFT-4210 include Thrift.45.csproj into CI runs
Client: C# Patch: Jens Geyer This closes #1277
This commit is contained in:
parent
5608e43ec8
commit
c71bdf85c9
@ -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) \
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user