You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
3.5 KiB
XML
67 lines
3.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{A9C7657A-7304-4A2C-AFA5-EC1C89352F5B}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>Kingdee.BOS.WebApi.Client</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\DSWeb\bin\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Configuration" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Kingdee.BOS.WebApi.Client.Utils\EnDecode.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ApiClient.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ApiProgressRequest.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ApiRequest.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ApiServiceRequest.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\AsyncResult.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\DataCenter.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\DelayInvoker.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ExceptionWrapper.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\FailCallbackHandler.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\HttpClient.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\JsonArray.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\JsonObject.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\K3CloudApiClient.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\LockOneTime.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ProgressChangedHandler.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ProgressInfo.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ProgressReporter.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\ServiceException.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\StreamRequest.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\TypeExt.cs" />
|
|
<Compile Include="Kingdee.BOS.WebApi.Client\WebRequestHelper.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Kingdee.BOS.WebApi.Client\Diagrams.ApiClient_Execute.sequencediagram.layout" />
|
|
<EmbeddedResource Include="Kingdee.BOS.WebApi.Client\Diagrams.ApiClient_ExecuteAsync.sequencediagram.layout" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |