2025-03-28 09:49:56 +08:00

96 lines
4.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.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')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{79BF82F7-BD86-4A6C-A5BD-A4C7724B7621}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GetHttpData.SDK</RootNamespace>
<AssemblyName>GetHttpData.SDK</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>%24/000_通用版本/099_应用程序/EShangPOS-5.0.7.8-分支/GetHttpData.SDK</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>http://192.168.11.192:8888/tfs/%25E7%2589%25B5%25E8%25BD%25AF%25E9%2580%259A%25E7%2594%25A8v4.0</SccAuxPath>
<SccProvider>{4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}</SccProvider>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<DocumentationFile>bin\Debug\GetHttpData.SDK.XML</DocumentationFile>
<RegisterForComInterop>false</RegisterForComInterop>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\910_RealEstate.Release\Newtonsoft.Json\6.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RealEstate.Core">
<HintPath>..\..\..\910_RealEstate.Release\RealEstate.CorePlatform\RealEstate.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ConcurrentThread.cs" />
<Compile Include="DataCheckHelper.cs" />
<Compile Include="DataTableHelper.cs" />
<Compile Include="HttpDataHelper.cs" />
<Compile Include="JsonHelper.cs" />
<Compile Include="LogHelper.cs" />
<Compile Include="Model\DownloadCheckModel.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RandomNum.cs" />
<Compile Include="ThreadPool\ClientThread.cs" />
<Compile Include="ThreadPool\ConfigHelper.cs" />
<Compile Include="ThreadPool\ConfigInterface.cs" />
<Compile Include="ThreadPool\DownParameter.cs" />
<Compile Include="ThreadPool\DownResultInfo.cs" />
<Compile Include="ThreadPool\MemoryManagement.cs" />
<Compile Include="ThreadPool\QualityHelper.cs" />
<Compile Include="ThreadPool\QueueInfo.cs" />
<Compile Include="ThreadPool\TopParameter.cs" />
<Compile Include="ThreadPool\UploadResultInfo.cs" />
<Compile Include="WSHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ESSupport\ESSupport.csproj">
<Project>{a19b2af7-a771-4ec2-b1dc-0dc3af3bb198}</Project>
<Name>ESSupport</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>