Azylee.YeahWeb.csproj 4.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. <DocumentationFile>bin\Debug\Azylee.YeahWeb.xml</DocumentationFile>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Web" />
  37. <Reference Include="System.Xml.Linq" />
  38. <Reference Include="System.Data.DataSetExtensions" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="BaiDuWebAPI\dwz\DwzRequestModel.cs" />
  45. <Compile Include="BaiDuWebAPI\dwz\DwzResponseModel.cs" />
  46. <Compile Include="BaiDuWebAPI\dwz\DwzTool.cs" />
  47. <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoModel.cs" />
  48. <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoWebModel.cs" />
  49. <Compile Include="BaiDuWebAPI\GPSAPI\GPSPointWebModel.cs" />
  50. <Compile Include="BaiDuWebAPI\GPSAPI\GPSConverter.cs" />
  51. <Compile Include="BaiDuWebAPI\GPSAPI\GPSInfoTool.cs" />
  52. <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationModel.cs" />
  53. <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationWebModel.cs" />
  54. <Compile Include="BaiDuWebAPI\IPLocationAPI\IPLocationTool.cs" />
  55. <Compile Include="EmailUtils\EmailTool.cs" />
  56. <Compile Include="ExtWebAPI\BingWebAPI\WallpaperUtils\WallpaperWebModel.cs" />
  57. <Compile Include="ExtWebAPI\BingWebAPI\WallpaperUtils\WallpaperTool.cs" />
  58. <Compile Include="ExtWebAPI\IPAddressAPI\PublicIPAddressTool.cs" />
  59. <Compile Include="ExtWebAPI\IPAddressAPI\PublicIPAddressModel.cs" />
  60. <Compile Include="FTPUtils\FTPTool.cs" />
  61. <Compile Include="HttpUtils\MethodUtils\ExtendUtils\HeaderTool.cs" />
  62. <Compile Include="HttpUtils\MethodUtils\GetUtils\GetToolPlus.cs" />
  63. <Compile Include="HttpUtils\MethodUtils\PostUtils\PostToolPlus.cs" />
  64. <Compile Include="HttpUtils\Models\HttpContentTypes.cs" />
  65. <Compile Include="HttpUtils\Models\HttpMethodTypes.cs" />
  66. <Compile Include="HttpUtils\HttpTool.cs" />
  67. <Compile Include="HttpUtils\HttpToolPlus.cs" />
  68. <Compile Include="HttpUtils\Models\UserAgents.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="SocketUtils\SocketTool.cs" />
  71. <Compile Include="SocketUtils\TcpUtils\TcpClientInfo.cs" />
  72. <Compile Include="SocketUtils\TcpUtils\TcpClientManager.cs" />
  73. <Compile Include="SocketUtils\TcpUtils\TcppClient.cs" />
  74. <Compile Include="SocketUtils\TcpUtils\TcpDataConverter.cs" />
  75. <Compile Include="SocketUtils\TcpUtils\TcpDataModel.cs" />
  76. <Compile Include="SocketUtils\TcpUtils\TcppServer.cs" />
  77. <Compile Include="SocketUtils\TcpUtils\TcpStreamHelper.cs" />
  78. <Compile Include="ExtWebAPI\TencentWebAPI\PictureAI\PictureScener.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\Azylee.Core\Azylee.Core.csproj">
  82. <Project>{88dc61fa-95f0-41b7-9d7d-ab0f3cbd169c}</Project>
  83. <Name>Azylee.Core</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\Azylee.Jsons\Azylee.Jsons.csproj">
  86. <Project>{de3ab999-96d3-4a53-a9f2-7409138d0333}</Project>
  87. <Name>Azylee.Jsons</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="packages.config" />
  92. </ItemGroup>
  93. <ItemGroup />
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. </Project>