| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" 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>{CCF7A654-B442-4DB1-BB3B-0F8014C3237F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Azylee.YeahWeb</RootNamespace>
- <AssemblyName>Azylee.YeahWeb</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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>
- </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=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Web" />
- <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="BaiDuWebAPI\GPSAPI\GPSInfoModel.cs" />
- <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoWebModel.cs" />
- <Compile Include="BaiDuWebAPI\GPSAPI\GPSPointWebModel.cs" />
- <Compile Include="BaiDuWebAPI\GPSAPI\GPSConverter.cs" />
- <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoTool.cs" />
- <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationModel.cs" />
- <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationWebModel.cs" />
- <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationTool.cs" />
- <Compile Include="EmailUtils\EmailTool.cs" />
- <Compile Include="FTPUtils\FTPTool.cs" />
- <Compile Include="HttpUtils\MethodUtils\ExtendUtils\HeaderTool.cs" />
- <Compile Include="HttpUtils\MethodUtils\GetUtils\GetToolPlus.cs" />
- <Compile Include="HttpUtils\MethodUtils\PostUtils\PostToolPlus.cs" />
- <Compile Include="HttpUtils\Models\HttpContentTypes.cs" />
- <Compile Include="HttpUtils\Models\HttpMethodTypes.cs" />
- <Compile Include="HttpUtils\HttpTool.cs" />
- <Compile Include="HttpUtils\HttpToolPlus.cs" />
- <Compile Include="HttpUtils\Models\UserAgents.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SocketUtils\SocketTool.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Azylee.Core\Azylee.Core.csproj">
- <Project>{88dc61fa-95f0-41b7-9d7d-ab0f3cbd169c}</Project>
- <Name>Azylee.Core</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|