代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{1B5F71D6-5F4B-43A1-A9F2-F5D80D668984}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>Library</OutputType>
<AssemblyName>ScheduledTaskAgentMicroMsg</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Phone" />
<Reference Include="System.Windows" />
<Reference Include="Google.ProtocolBuffersLite" />
<Reference Include="System.Net" />
<Reference Include="System.Core" />
<Reference Include="System" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="MicroMsgCommon" />
</ItemGroup>
<ItemGroup>
<Compile Include="MicroMsgBackground.Common.Utils\ImgRet.cs" />
<Compile Include="MicroMsgBackground.Common.Utils\Log.cs" />
<Compile Include="MicroMsgBackground.Common.Utils\Util.cs" />
<Compile Include="MicroMsgBackground.Manager\AccountBackground.cs" />
<Compile Include="MicroMsgBackground.Manager\AccountMgr.cs" />
<Compile Include="MicroMsgBackground.Manager\FlowData.cs" />
<Compile Include="MicroMsgBackground.Manager\onAccountLoginCallback.cs" />
<Compile Include="MicroMsgBackground.Manager\RecycleInfo.cs" />
<Compile Include="MicroMsgBackground.Manager\RecycleMgr.cs" />
<Compile Include="MicroMsgBackground.Manager\SelfPersonCard.cs" />
<Compile Include="MicroMsgBackground.Manager\SyncData.cs" />
<Compile Include="MicroMsgBackground.Manager\SyncInfo.cs" />
<Compile Include="MicroMsgBackground.Network\AccountInfo.cs" />
<Compile Include="MicroMsgBackground.Network\AuthPack.cs" />
<Compile Include="MicroMsgBackground.Network\CmdFunc.cs" />
<Compile Include="MicroMsgBackground.Network\Connector.cs" />
<Compile Include="MicroMsgBackground.Network\ConntectorStatus.cs" />
<Compile Include="MicroMsgBackground.Network\ConstantNet.cs" />
<Compile Include="MicroMsgBackground.Network\DefineHttpHeaderDelegate.cs" />
<Compile Include="MicroMsgBackground.Network\HostService.cs" />
<Compile Include="MicroMsgBackground.Network\HttpClient.cs" />
<Compile Include="MicroMsgBackground.Network\ListNode.cs" />
<Compile Include="MicroMsgBackground.Network\NetHandler.cs" />
<Compile Include="MicroMsgBackground.Network\NetInterfaceInfo.cs" />
<Compile Include="MicroMsgBackground.Network\NetPack.cs" />
<Compile Include="MicroMsgBackground.Network\NetworkDeviceWatcher.cs" />
<Compile Include="MicroMsgBackground.Network\OnCallback.cs" />
<Compile Include="MicroMsgBackground.Network\OnHttpReceivedProgressDelegate.cs" />
<Compile Include="MicroMsgBackground.Network\OnResponseParserDelegate.cs" />
<Compile Include="MicroMsgBackground.Network\PackEventArgs.cs" />
<Compile Include="MicroMsgBackground.Network\PackProgress.cs" />
<Compile Include="MicroMsgBackground.Network\PackResult.cs" />
<Compile Include="MicroMsgBackground.Network\Queue.cs" />
<Compile Include="MicroMsgBackground.Network\Receiver.cs" />
<Compile Include="MicroMsgBackground.Network\RequestToByteArrayDelegate.cs" />
<Compile Include="MicroMsgBackground.Network\Sender.cs" />
<Compile Include="MicroMsgBackground.Network\ServerAddress.cs" />
<Compile Include="MicroMsgBackground.Network\ServerHost.cs" />
<Compile Include="MicroMsgBackground.Network\SessionPack.cs" />
<Compile Include="MicroMsgBackground.Network\SessionPackCompletedDelegate.cs" />
<Compile Include="MicroMsgBackground.Network\SessionPackMgr.cs" />
<Compile Include="MicroMsgBackground.Network\ShortConnector.cs" />
<Compile Include="MicroMsgBackground.Network\SocketClient.cs" />
<Compile Include="MicroMsgBackground.Network\VerifyCodeArgs.cs" />
<Compile Include="MicroMsgBackground.Protocol\CmdConst.cs" />
<Compile Include="MicroMsgBackground.Protocol\ConstantsProtocol.cs" />
<Compile Include="MicroMsgBackground.Protocol\MMFuncConst.cs" />
<Compile Include="MicroMsgBackground.Protocol\MMPack.cs" />
<Compile Include="MicroMsgBackground.Protocol\MMTLVHeader.cs" />
<Compile Include="MicroMsgBackground.Protocol\PackUtils.cs" />
<Compile Include="MicroMsgBackground.Protocol\RetConst.cs" />
<Compile Include="MicroMsgBackground.Protocol\TLVPack.cs" />
<Compile Include="MicroMsgBackground.Protocol\TLVTypeTransform.cs" />
<Compile Include="MicroMsgBackground.Protocol\TLVUtil.cs" />
<Compile Include="MicroMsgBackground.Protocol\Types.cs" />
<Compile Include="micromsgBackground.Proto\AuthRequest.cs" />
<Compile Include="micromsgBackground.Proto\AuthResponse.cs" />
<Compile Include="micromsgBackground.Proto\BaseRequest.cs" />
<Compile Include="micromsgBackground.Proto\BaseResponse.cs" />
<Compile Include="micromsgBackground.Proto\BuiltinIP.cs" />
<Compile Include="micromsgBackground.Proto\BuiltinIPList.cs" />
<Compile Include="micromsgBackground.Proto\CmdItem.cs" />
<Compile Include="micromsgBackground.Proto\CmdList.cs" />
<Compile Include="micromsgBackground.Proto\KeyVal.cs" />
<Compile Include="micromsgBackground.Proto\NetworkControl.cs" />
<Compile Include="micromsgBackground.Proto\NewSyncRequest.cs" />
<Compile Include="micromsgBackground.Proto\NewSyncResponse.cs" />
<Compile Include="micromsgBackground.Proto\PluginKey.cs" />
<Compile Include="micromsgBackground.Proto\PluginKeyList.cs" />
<Compile Include="micromsgBackground.Proto\SyncKey.cs" />
<Compile Include="MicroMsgBackground.Scene\NetSceneBase.cs" />
<Compile Include="MicroMsgBackground.Scene\NetSceneBaseEx.cs" />
<Compile Include="MicroMsgBackground.Scene\NetSceneNewSync.cs" />
<Compile Include="MicroMsgBackground.Scene\NetSceneSyncResult.cs" />
<Compile Include="MicroMsgBackground.Scene\RecvMsgStatus.cs" />
<Compile Include="MicroMsgBackground.Scene\SyncCmdID.cs" />
<Compile Include="MicroMsgBackground.Scene\syncScene.cs" />
<Compile Include="MicroMsgBackground.Scene\SyncStatus.cs" />
<Compile Include="MicroMsgBackground.Storage\FileDetail.cs" />
<Compile Include="MicroMsgBackground.Storage\StorageIO.cs" />
<Compile Include="MicroMsgBackground.Storage\StorageXml.cs" />
<Compile Include="MicroMsgBackground.Storage\testXmlData.cs" />
<Compile Include="MicroMsgBackground.Storage\XmlSeriData.cs" />
<Compile Include="micromsgBackground\AuthRequest.cs" />
<Compile Include="micromsgBackground\AuthResponse.cs" />
<Compile Include="micromsgBackground\BaseRequest.cs" />
<Compile Include="micromsgBackground\BaseResponse.cs" />
<Compile Include="micromsgBackground\BuiltinIP.cs" />
<Compile Include="micromsgBackground\BuiltinIPList.cs" />
<Compile Include="micromsgBackground\CmdItem.cs" />
<Compile Include="micromsgBackground\CmdList.cs" />
<Compile Include="micromsgBackground\KeyVal.cs" />
<Compile Include="micromsgBackground\NetworkControl.cs" />
<Compile Include="micromsgBackground\NewSyncRequest.cs" />
<Compile Include="micromsgBackground\NewSyncResponse.cs" />
<Compile Include="micromsgBackground\PluginKey.cs" />
<Compile Include="micromsgBackground\PluginKeyList.cs" />
<Compile Include="micromsgBackground\SKBuiltinBufferT.cs" />
<Compile Include="micromsgBackground\SKBuiltinBuffer_t.cs" />
<Compile Include="micromsgBackground\SKBuiltinStringT.cs" />
<Compile Include="micromsgBackground\SKBuiltinString_t.cs" />
<Compile Include="micromsgBackground\SyncKey.cs" />
<Compile Include="ScheduledTaskAgentMicroMsg\ScheduledAgent.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。