Azylee.YeahWeb.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{CCF7A654-B442-4DB1-BB3B-0F8014C3237F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Azylee.YeahWeb</RootNamespace>
  11. <AssemblyName>Azylee.YeahWeb</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  34. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
  35. </Reference>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Web" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="Microsoft.CSharp" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoModel.cs" />
  47. <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoWebModel.cs" />
  48. <Compile Include="BaiDuWebAPI\GPSAPI\GPSPointWebModel.cs" />
  49. <Compile Include="BaiDuWebAPI\GPSAPI\GPSConverter.cs" />
  50. <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoTool.cs" />
  51. <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationModel.cs" />
  52. <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationWebModel.cs" />
  53. <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationTool.cs" />
  54. <Compile Include="EmailUtils\EmailTool.cs" />
  55. <Compile Include="FTPUtils\FTPTool.cs" />
  56. <Compile Include="HttpUtils\MethodUtils\ExtendUtils\HeaderTool.cs" />
  57. <Compile Include="HttpUtils\MethodUtils\GetUtils\GetToolPlus.cs" />
  58. <Compile Include="HttpUtils\MethodUtils\PostUtils\PostToolPlus.cs" />
  59. <Compile Include="HttpUtils\Models\HttpContentTypes.cs" />
  60. <Compile Include="HttpUtils\Models\HttpMethodTypes.cs" />
  61. <Compile Include="HttpUtils\HttpTool.cs" />
  62. <Compile Include="HttpUtils\HttpToolPlus.cs" />
  63. <Compile Include="HttpUtils\Models\UserAgents.cs" />
  64. <Compile Include="Properties\AssemblyInfo.cs" />
  65. <Compile Include="SocketUtils\SocketTool.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\Azylee.Core\Azylee.Core.csproj">
  69. <Project>{88dc61fa-95f0-41b7-9d7d-ab0f3cbd169c}</Project>
  70. <Name>Azylee.Core</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <None Include="packages.config" />
  75. </ItemGroup>
  76. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  77. </Project>