ThridCore.csproj 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>{99AF5C5E-1204-46BB-BE1D-6C83B8901138}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ThridCore</RootNamespace>
  11. <AssemblyName>ThridCore</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Web\Bin\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <PackageReference Include="AlibabaCloud.SDK.Dyvmsapi20170525" Version="1.0.0" />
  36. <PackageReference Include="AlibabaCloud.SDK.Dysmsapi20170525" Version="1.0.2" />
  37. <Reference Include="AlibabaCloud.OpenApiClient, Version=0.0.12.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\packages\AlibabaCloud.OpenApiClient.0.0.12\lib\net45\AlibabaCloud.OpenApiClient.dll</HintPath>
  39. </Reference>
  40. <Reference Include="AlibabaCloud.OpenApiUtil, Version=1.0.9.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\packages\AlibabaCloud.OpenApiUtil.1.0.9\lib\net45\AlibabaCloud.OpenApiUtil.dll</HintPath>
  42. </Reference>
  43. <Reference Include="AlibabaCloud.TeaUtil, Version=0.1.11.0, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\packages\AlibabaCloud.TeaUtil.0.1.11\lib\net45\AlibabaCloud.TeaUtil.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Configuration" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Net.Http.WebRequest" />
  51. <Reference Include="System.Security" />
  52. <Reference Include="System.Web" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="Tea, Version=1.0.11.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>..\packages\Tea.1.0.11\lib\net45\Tea.dll</HintPath>
  61. </Reference>
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="AliHelper.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\BizCom\BizCom.csproj">
  69. <Project>{604a4141-248d-4a34-9985-cb19e3b00b39}</Project>
  70. <Name>BizCom</Name>
  71. </ProjectReference>
  72. </ItemGroup>
  73. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  74. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
  75. <Target Name="EnsureBclBuildImported" BeforeTargets="BeforeBuild" Condition="'$(BclBuildImported)' == ''">
  76. <Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
  77. <Error Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
  78. </Target>
  79. </Project>