| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>
- <DocumentationFile>bin\Debug\Azylee.YeahWeb.xml</DocumentationFile>
- </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="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" />
- <Compile Include="SocketUtils\TcpUtils\TcpClientDictionary.cs" />
- <Compile Include="SocketUtils\TcpUtils\TcppClient.cs" />
- <Compile Include="SocketUtils\TcpUtils\TcpDataConverter.cs" />
- <Compile Include="SocketUtils\TcpUtils\TcpDataModel.cs" />
- <Compile Include="SocketUtils\TcpUtils\TcppServer.cs" />
- <Compile Include="SocketUtils\TcpUtils\TcpDelegate.cs" />
- <Compile Include="SocketUtils\TcpUtils\TcpStreamHelper.cs" />
- <Compile Include="TencentWebAPI\PictureAI\PictureScener.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Azylee.Core\Azylee.Core.csproj">
- <Project>{88dc61fa-95f0-41b7-9d7d-ab0f3cbd169c}</Project>
- <Name>Azylee.Core</Name>
- </ProjectReference>
- <ProjectReference Include="..\Azylee.Jsons\Azylee.Jsons.csproj">
- <Project>{de3ab999-96d3-4a53-a9f2-7409138d0333}</Project>
- <Name>Azylee.Jsons</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|