103 lines
4.5 KiB
XML
103 lines
4.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
<PropertyGroup>
|
|||
|
<ProjectGuid>{B54AE050-DD6C-4F73-95E8-9D8C1CF38FFE}</ProjectGuid>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AssemblyName>HttpHelper</AssemblyName>
|
|||
|
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
|
|||
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|||
|
<TargetFrameworkProfile />
|
|||
|
</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>
|
|||
|
<PropertyGroup>
|
|||
|
<RootNamespace>CsharpHttpHelper</RootNamespace>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|||
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|||
|
<DocumentationFile>bin\Debug\HttpHelper.xml</DocumentationFile>
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
<OutputPath>..\..\Debug\</OutputPath>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|||
|
<Prefer32Bit>false</Prefer32Bit>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Reference Include="System">
|
|||
|
<HintPath>C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Drawing">
|
|||
|
<HintPath>C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Core">
|
|||
|
<HintPath>C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Web" />
|
|||
|
<Reference Include="System.Web.Extensions">
|
|||
|
<HintPath>C:\WINDOWS\Microsoft.NET\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll</HintPath>
|
|||
|
</Reference>
|
|||
|
<Reference Include="System.Windows.Forms" />
|
|||
|
<Reference Include="System.Xml" />
|
|||
|
<Reference Include="System.Xml.Linq" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="BaseBll\HttpHelperBll.cs" />
|
|||
|
<Compile Include="Base\HttphelperBase.cs" />
|
|||
|
<Compile Include="Down\DownLoadFile.cs" />
|
|||
|
<Compile Include="Enum\AType.cs" />
|
|||
|
<Compile Include="Enum\PostDataType.cs" />
|
|||
|
<Compile Include="Enum\ResultCookieType.cs" />
|
|||
|
<Compile Include="Enum\ResultType.cs" />
|
|||
|
<Compile Include="Helper\Base64Helper.cs" />
|
|||
|
<Compile Include="Helper\EncodingHelper.cs" />
|
|||
|
<Compile Include="Helper\ExecJsHelper.cs" />
|
|||
|
<Compile Include="Helper\HtmlHelper.cs" />
|
|||
|
<Compile Include="Helper\HttpCookieHelper.cs" />
|
|||
|
<Compile Include="Helper\HttpUrlHelper.cs" />
|
|||
|
<Compile Include="Helper\ImageHelper.cs" />
|
|||
|
<Compile Include="Helper\JsonHelper.cs" />
|
|||
|
<Compile Include="Helper\MD5Helper.cs" />
|
|||
|
<Compile Include="Extend\HttpExtend.cs" />
|
|||
|
<Compile Include="Item\AItem.cs" />
|
|||
|
<Compile Include="Item\ImgItem.cs" />
|
|||
|
<Compile Include="Properties\Resources.Designer.cs">
|
|||
|
<AutoGen>True</AutoGen>
|
|||
|
<DesignTime>True</DesignTime>
|
|||
|
<DependentUpon>Resources.resx</DependentUpon>
|
|||
|
</Compile>
|
|||
|
<Compile Include="Static\RegexString.cs" />
|
|||
|
<Compile Include="HttpHelper.cs" />
|
|||
|
<Compile Include="HttpItem.cs" />
|
|||
|
<Compile Include="HttpResult.cs" />
|
|||
|
<Compile Include="ResultHandler.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="Resources\VersionUpdate.xml" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|||
|
<Generator>ResXFileCodeGenerator</Generator>
|
|||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</EmbeddedResource>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
</Project>
|