2022-09-20 03:10:29 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props" Condition="Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" />
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{08421940-859B-4E93-B8D5-C4BEF64B0A95}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Chat.Framework</RootNamespace>
|
|
|
|
|
<AssemblyName>Chat.Framework</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>..\..\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DocumentationFile>..\..\Debug\Chat.Framework.xml</DocumentationFile>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="DevExpress.Data.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
|
|
|
<Reference Include="DevExpress.Printing.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
|
|
|
<Reference Include="DevExpress.Sparkline.v19.2.Core, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
|
|
|
<Reference Include="DevExpress.Utils.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
|
|
|
|
<Reference Include="DevExpress.XtraBars.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="DevExpress.XtraEditors.v19.2, Version=19.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Google.Protobuf, Version=3.7.0.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\packages\Google.Protobuf.3.7.0\lib\net45\Google.Protobuf.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Grant.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\Debug\Grant.Framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Interop.MSScriptControl">
|
|
|
|
|
<HintPath>..\..\DLL\Interop.MSScriptControl.dll</HintPath>
|
|
|
|
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-10-10 06:19:49 +00:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\Newtonsoft.Json.13.0.2-beta2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2022-09-20 03:10:29 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="PCRobot.Pack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\..\PCRobot.Pack\bin\Debug\PCRobot.Pack.dll</HintPath>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Robot.Framework, Version=4.5.2101.7, Culture=neutral, processorArchitecture=x86">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2022-09-29 10:09:45 +00:00
|
|
|
|
<HintPath>..\..\DLL\Robot.Framework.dll</HintPath>
|
2022-09-20 03:10:29 +00:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Socket.Framework">
|
|
|
|
|
<HintPath>..\..\DLL\Socket.Framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SuperSocket.Common, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SuperSocket.1.6.6.1\lib\net45\SuperSocket.Common.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SuperSocket.Facility, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SuperSocket.1.6.6.1\lib\net45\SuperSocket.Facility.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SuperSocket.ProtoBase, Version=1.7.0.17, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SuperSocket.ProtoBase.1.7.0.17\lib\net45\SuperSocket.ProtoBase.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SuperSocket.SocketBase, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SuperSocket.1.6.6.1\lib\net45\SuperSocket.SocketBase.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SuperSocket.SocketEngine, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SuperSocket.Engine.1.6.6.1\lib\net45\SuperSocket.SocketEngine.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="SuperSocket.SocketService, Version=1.6.6.1, Culture=neutral, PublicKeyToken=6c80000676988ebb, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\SuperSocket.Engine.1.6.6.1\lib\net45\SuperSocket.SocketService.exe</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Collections.Specialized, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Collections.Specialized.4.3.0\lib\net46\System.Collections.Specialized.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Data.Linq" />
|
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.IO.Compression" />
|
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
|
<Reference Include="System.Net.NameResolution, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Net.NameResolution.4.3.0\lib\net46\System.Net.NameResolution.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Security, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Net.Security.4.3.0\lib\net46\System.Net.Security.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="UI.Framework, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\编译测试\UI.Framework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="BaseEvent.cs" />
|
|
|
|
|
<Compile Include="ChatClient.cs" />
|
|
|
|
|
<Compile Include="LogHelper.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\ChatSupperSocket.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\PCRobotPool.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\RemoteLoginCode.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatApplyFriendEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatContactListEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatGroupMemberEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatNewFriendEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatStatusEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatNewMemerEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatReceiveMsgEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WechatEvents\WechatReicevePayEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatApplyFriendEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatContactListEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatGroupMemberEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatNewFriendEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatNewMemerEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatReceiveMsgEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatReicevePayEvents.cs" />
|
|
|
|
|
<Compile Include="PCRobotSDK\WorkWechatEvents\WorkWechatStatusEvents.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="QQSdk\Events\QQLoginChangeEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQLostConnectionEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQAddMeNeedAuthEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQAddToClusterNeedAuthEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQLogEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQNewFriendEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQNewGroupMemberEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQReceiveFriendMsgEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQReceiveGroupMsgEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQRefreshUser.cs" />
|
|
|
|
|
<Compile Include="QQSdk\Events\QQVerifyCodeEvents.cs" />
|
|
|
|
|
<Compile Include="QQSdk\QPlus\FormSlide.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="QQSdk\QPlus\FormSlide.Designer.cs">
|
|
|
|
|
<DependentUpon>FormSlide.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="QQSdk\QPlus\QQClientImpl_QQPlus.cs" />
|
|
|
|
|
<Compile Include="QQSdk\QPlus\QQLoginForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="QQSdk\QPlus\QQLoginForm.Designer.cs">
|
|
|
|
|
<DependentUpon>QQLoginForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="QQSdk\QQBase.cs" />
|
|
|
|
|
<Compile Include="QQSdk\QQEventManage.cs" />
|
|
|
|
|
<Compile Include="Utils\Common.cs" />
|
|
|
|
|
<Compile Include="Utils\Util.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\ChatMemberHandleEvent.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXGetDevice.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXOpenWindow.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXReceiveGroupMsg.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXRefreshContactSuccess.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXReiceveFriendMsg.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXReicevePay.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXScavengEvents.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXSendMessage.cs" />
|
|
|
|
|
<Compile Include="WXSdk\HOOK\WechatPack.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\HeadPack_Hook.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\WeixinBase.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\WeixinClientImpl_TCPHook.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\WXClientImpl_QYHOOK.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\WXClientTool.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\GrpcClient.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\PayType.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\WXClientImpl_HOOK.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\SocketClient.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WechatSocket.cs" />
|
|
|
|
|
<Compile Include="WXSdk\UIForm\BrowserForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\BrowserForm.Designer.cs">
|
|
|
|
|
<DependentUpon>BrowserForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\LoginwxPassForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\LoginwxPassForm.Designer.cs">
|
|
|
|
|
<DependentUpon>LoginwxPassForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\PCLoginForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\PCLoginForm.Designer.cs">
|
|
|
|
|
<DependentUpon>PCLoginForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\SetwxhForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\SetwxhForm.Designer.cs">
|
|
|
|
|
<DependentUpon>SetwxhForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\WXSdkConfig.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXApplyFriend.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXNewFriend.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXNewMemer.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXRefreshUser.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXApplyGroup.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXEvent.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXWriteLog.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Events\WXChangeStatus.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\EventManage.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\HeadPack.cs" />
|
|
|
|
|
<Compile Include="WXSdk\Implement\WXClientImpl_IPAD.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WechatCmd.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WechatHost.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WechatPack.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WechatProto.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WechatProtoGrpc.cs" />
|
|
|
|
|
<Compile Include="WXSdk\IPAD\WxQrcode.cs" />
|
|
|
|
|
<Compile Include="WXSdk\UIForm\LoginForm.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\UIForm\LoginForm.Designer.cs">
|
|
|
|
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="WXSdk\WXUser.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
<None Include="Config\log4net.config" />
|
|
|
|
|
<None Include="Config\log4net.unix.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
<None Include="Properties\licenses.licx" />
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="QQSdk\QPlus\FormSlide.resx">
|
|
|
|
|
<DependentUpon>FormSlide.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="QQSdk\QPlus\QQLoginForm.resx">
|
|
|
|
|
<DependentUpon>QQLoginForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="WXSdk\UIForm\BrowserForm.resx">
|
|
|
|
|
<DependentUpon>BrowserForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="WXSdk\UIForm\LoginForm.resx">
|
|
|
|
|
<DependentUpon>LoginForm.cs</DependentUpon>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="WXSdk\UIForm\LoginwxPassForm.resx">
|
|
|
|
|
<DependentUpon>LoginwxPassForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="WXSdk\UIForm\PCLoginForm.resx">
|
|
|
|
|
<DependentUpon>PCLoginForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="WXSdk\UIForm\SetwxhForm.resx">
|
|
|
|
|
<DependentUpon>SetwxhForm.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="supersocket.cmd" />
|
|
|
|
|
<None Include="supersocket.sh" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<WCFMetadata Include="Connected Services\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\HttpHelper2.1\HttpHelper.csproj">
|
|
|
|
|
<Project>{b54ae050-dd6c-4f73-95e8-9d8c1cf38ffe}</Project>
|
|
|
|
|
<Name>HttpHelper</Name>
|
|
|
|
|
<Private>False</Private>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Error Condition="!Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.3.0\build\EntityFramework.props'))" />
|
|
|
|
|
<Error Condition="!Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets'))" />
|
|
|
|
|
<Error Condition="!Exists('..\..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets'))" />
|
|
|
|
|
</Target>
|
|
|
|
|
<Import Project="..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets" Condition="Exists('..\..\packages\EntityFramework.6.3.0\build\EntityFramework.targets')" />
|
|
|
|
|
<Import Project="..\..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\..\packages\System.Data.SQLite.Core.1.0.113.1\build\net46\System.Data.SQLite.Core.targets')" />
|
|
|
|
|
</Project>
|