4 Star 1 Fork 1

Dillon/WeixinWinPhone

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ScheduledTaskAgentMicroMsg-cleaned.csproj 8.36 KB
一键复制 编辑 原始数据 按行查看 历史
Dillon 提交于 2014-11-27 23:45 . f
<?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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/dillontools/WeixinWinPhone.git
git@gitee.com:dillontools/WeixinWinPhone.git
dillontools
WeixinWinPhone
WeixinWinPhone
master

搜索帮助