|
|
@ -52,6 +52,8 @@ |
|
|
<Reference Include="System.Core"> |
|
|
<Reference Include="System.Core"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
</Reference> |
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Runtime.Serialization" /> |
|
|
|
|
|
<Reference Include="System.ServiceModel" /> |
|
|
<Reference Include="System.Web"> |
|
|
<Reference Include="System.Web"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
</Reference> |
|
|
</Reference> |
|
|
@ -97,6 +99,7 @@ |
|
|
<Compile Include="BO\NamedValueTemplate.cs" /> |
|
|
<Compile Include="BO\NamedValueTemplate.cs" /> |
|
|
<Compile Include="BO\QRCodeScene.cs" /> |
|
|
<Compile Include="BO\QRCodeScene.cs" /> |
|
|
<Compile Include="BO\CustomerUser.cs" /> |
|
|
<Compile Include="BO\CustomerUser.cs" /> |
|
|
|
|
|
<Compile Include="CustomerUserContext.cs" /> |
|
|
<Compile Include="Entities\ErrorObject.cs" /> |
|
|
<Compile Include="Entities\ErrorObject.cs" /> |
|
|
<Compile Include="Entities\EventType.cs" /> |
|
|
<Compile Include="Entities\EventType.cs" /> |
|
|
<Compile Include="Entities\MeassageBody.cs" /> |
|
|
<Compile Include="Entities\MeassageBody.cs" /> |
|
|
@ -118,10 +121,16 @@ |
|
|
<Compile Include="Utils\SendMessageUtil.cs" /> |
|
|
<Compile Include="Utils\SendMessageUtil.cs" /> |
|
|
<Compile Include="Utils\WeChatPageUtil.cs" /> |
|
|
<Compile Include="Utils\WeChatPageUtil.cs" /> |
|
|
<Compile Include="Utils\XmlUtil.cs" /> |
|
|
<Compile Include="Utils\XmlUtil.cs" /> |
|
|
|
|
|
<Compile Include="WeChatUserContext.cs" /> |
|
|
<Compile Include="WeiChatObjs\AuthorizationCodeResponse.cs" /> |
|
|
<Compile Include="WeiChatObjs\AuthorizationCodeResponse.cs" /> |
|
|
<Compile Include="WeiChatObjs\BaseResponse.cs" /> |
|
|
<Compile Include="WeiChatObjs\BaseResponse.cs" /> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup /> |
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<WCFMetadata Include="Service References\" /> |
|
|
|
|
|
</ItemGroup> |
|
|
|
|
|
<ItemGroup> |
|
|
|
|
|
<None Include="app.config" /> |
|
|
|
|
|
</ItemGroup> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
|
|