您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

96 行
4.4 KiB

  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>{55F0F08D-2A9F-489A-BE1B-2EEAE80687E6}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Quanjiang.DigitalScholl.SendSms</RootNamespace>
  11. <AssemblyName>Quanjiang.DigitalScholl.SendSms</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>QJ.SendSms</SccProjectName>
  15. <SccLocalPath>1~3d9d4e2a-0649-49e7-83e7-c48fae17202f</SccLocalPath>
  16. <SccAuxPath>http://101.201.103.178:8090/VaultService</SccAuxPath>
  17. <SccProvider>SourceGear Vault Visual Studio 2005 Client:{1EA47954-8515-402d-82D9-B5C332120A8D}</SccProvider>
  18. <TargetFrameworkProfile />
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="aliyun-net-sdk-core">
  41. <HintPath>..\packages\Sms\aliyun-net-sdk-core.dll</HintPath>
  42. </Reference>
  43. <Reference Include="aliyun-net-sdk-dybaseapi">
  44. <HintPath>..\packages\Sms\aliyun-net-sdk-dybaseapi.dll</HintPath>
  45. </Reference>
  46. <Reference Include="aliyun-net-sdk-dysmsapi">
  47. <HintPath>..\packages\Sms\aliyun-net-sdk-dysmsapi.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Aliyun.MNS">
  50. <HintPath>..\packages\Sms\Aliyun.MNS.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  53. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Configuration" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Net" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  61. <HintPath>..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Web" />
  64. <Reference Include="System.Web.Extensions" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="Yixintong\YixintongSms.cs" />
  73. <Compile Include="Banling\BanLingSms.cs" />
  74. <Compile Include="Banling\SmsSender.cs" />
  75. <Compile Include="ISms.cs" />
  76. <Compile Include="AliyunSms.cs" />
  77. <Compile Include="ConfigManager.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <None Include="App.config">
  82. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  83. </None>
  84. <None Include="packages.config" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <WCFMetadata Include="Connected Services\" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <ProjectReference Include="..\Learun.Framework.Module\Learun.Util\Learun.Util\Learun.Util.csproj">
  91. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  92. <Name>Learun.Util</Name>
  93. </ProjectReference>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  96. </Project>