|
|
@@ -29,6 +29,12 @@
|
|
29
|
29
|
<UpgradeBackupLocation>
|
|
30
|
30
|
</UpgradeBackupLocation>
|
|
31
|
31
|
<OldToolsVersion>4.0</OldToolsVersion>
|
|
|
32
|
+ <Use64BitIISExpress />
|
|
|
33
|
+ <IISExpressSSLPort />
|
|
|
34
|
+ <IISExpressAnonymousAuthentication />
|
|
|
35
|
+ <IISExpressWindowsAuthentication />
|
|
|
36
|
+ <IISExpressUseClassicPipelineMode>true</IISExpressUseClassicPipelineMode>
|
|
|
37
|
+ <UseGlobalApplicationHostFile />
|
|
32
|
38
|
</PropertyGroup>
|
|
33
|
39
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
34
|
40
|
<DebugSymbols>true</DebugSymbols>
|
|
|
@@ -51,6 +57,14 @@
|
|
51
|
57
|
<Reference Include="AjaxPro.2">
|
|
52
|
58
|
<HintPath>..\..\dll\AjaxPro.2.dll</HintPath>
|
|
53
|
59
|
</Reference>
|
|
|
60
|
+ <Reference Include="aliyun-net-sdk-core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
61
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
62
|
+ <HintPath>bin\aliyun-net-sdk-core.dll</HintPath>
|
|
|
63
|
+ </Reference>
|
|
|
64
|
+ <Reference Include="aliyun-net-sdk-dysmsapi, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
65
|
+ <SpecificVersion>False</SpecificVersion>
|
|
|
66
|
+ <HintPath>bin\aliyun-net-sdk-dysmsapi.dll</HintPath>
|
|
|
67
|
+ </Reference>
|
|
54
|
68
|
<Reference Include="AspNetPager, Version=7.4.3.0, Culture=neutral, PublicKeyToken=fb0a0fe055d40fd4, processorArchitecture=MSIL">
|
|
55
|
69
|
<SpecificVersion>False</SpecificVersion>
|
|
56
|
70
|
<HintPath>dll\AspNetPager.dll</HintPath>
|