You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

110 lines
4.8 KiB

2 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{552D686F-C346-4A98-8A93-6F03F40FC7F2}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>EasyBL.WEBSITE</RootNamespace>
  11. <AssemblyName>EasyBL.WEBSITE</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  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. <PropertyGroup>
  34. <SignAssembly>false</SignAssembly>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AssemblyOriginatorKeyFile>
  38. </AssemblyOriginatorKeyFile>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="HtmlAgilityPack, Version=1.8.2.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\packages\HtmlAgilityPack.1.8.4\lib\Net45\HtmlAgilityPack.dll</HintPath>
  44. </Reference>
  45. <Reference Include="log4net">
  46. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Web" />
  55. <Reference Include="System.Web.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="Com\ComService.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="TE\TEAPIService.cs" />
  70. <Compile Include="TG\TGAPIService.cs" />
  71. <Compile Include="WebApi\Filters\ApiSecurityFilter.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ProjectReference Include="..\EasyBL\EasyBL.csproj">
  75. <Project>{8a113df6-022e-4cf5-8aa2-111294283376}</Project>
  76. <Name>EasyBL</Name>
  77. </ProjectReference>
  78. <ProjectReference Include="..\EasyNet\EasyNet.csproj">
  79. <Project>{d584b1f5-8607-4ffd-ba98-33d0ce115611}</Project>
  80. <Name>EasyNet</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\Entity\Entity.csproj">
  83. <Project>{fd4879c2-fb2b-4b97-81fb-4ec7fb58a943}</Project>
  84. <Name>Entity</Name>
  85. <EmbedInteropTypes>False</EmbedInteropTypes>
  86. </ProjectReference>
  87. <ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
  88. <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
  89. <Name>SqlSugar</Name>
  90. </ProjectReference>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <None Include="app.config">
  94. <SubType>Designer</SubType>
  95. </None>
  96. <None Include="packages.config">
  97. <SubType>Designer</SubType>
  98. </None>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <WCFMetadata Include="Service References\" />
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  105. Other similar extension points exist, see Microsoft.Common.targets.
  106. <Target Name="BeforeBuild">
  107. </Target>
  108. <Target Name="AfterBuild">
  109. </Target>
  110. -->
  111. </Project>