优化安灯增加工艺参数预警信息,增加模具设备保养预警
| | |
| | | # Visual Studio Version 16 |
| | | VisualStudioVersion = 16.0.34301.259 |
| | | MinimumVisualStudioVersion = 10.0.40219.1 |
| | | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DingDingMsg", "DingDingMsg\DingDingMsg.csproj", "{2F01B766-EE16-4466-8651-E3BB83B5E82B}" |
| | | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DingDingMsg", "DingDingMsg\DingDingMsg.csproj", "{2F01B766-EE16-4466-8651-E3BB83B5E82B}" |
| | | EndProject |
| | | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DingDingMsg_EarlyWarning", "..\DingDingMsg_EarlyWarning\DingDingMsg_EarlyWarning.csproj", "{B172FD78-6D97-4845-AEA1-08767280E446}" |
| | | EndProject |
| | | Global |
| | | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| | |
| | | {2F01B766-EE16-4466-8651-E3BB83B5E82B}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {2F01B766-EE16-4466-8651-E3BB83B5E82B}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {2F01B766-EE16-4466-8651-E3BB83B5E82B}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | {B172FD78-6D97-4845-AEA1-08767280E446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| | | {B172FD78-6D97-4845-AEA1-08767280E446}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| | | {B172FD78-6D97-4845-AEA1-08767280E446}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| | | {B172FD78-6D97-4845-AEA1-08767280E446}.Release|Any CPU.Build.0 = Release|Any CPU |
| | | EndGlobalSection |
| | | GlobalSection(SolutionProperties) = preSolution |
| | | HideSolutionNode = FALSE |
| | |
| | | } |
| | | public DBHelper() |
| | | { |
| | | sServer = "47.96.97.237,15127"; |
| | | sDataBase = "HX_LMESsys"; |
| | | sUser = "HX_USER"; |
| | | sPassword = "lc@841022"; |
| | | ////斯莫尔 |
| | | //sServer = "10.11.18.195"; |
| | | //sDataBase = "HX_LMESsys_test"; |
| | | //sServer = "47.96.97.237,15127"; |
| | | //sDataBase = "HX_LMESsys"; |
| | | //sUser = "HX_USER"; |
| | | //sPassword = "lc@841022"; |
| | | ////斯莫尔 |
| | | sServer = "30.10.7.6"; |
| | | sDataBase = "HX_LMESsys_test"; |
| | | sUser = "HX_USER"; |
| | | sPassword = "lc@841022"; |
| | | } |
| | | |
| | | private bool CnOpen()//OPEN数据库连接 |
| | |
| | | <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <ShowAllFiles>false</ShowAllFiles> |
| | | <_LastSelectedProfileId>D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\Properties\PublishProfiles\FolderProfile1.pubxml</_LastSelectedProfileId> |
| | | </PropertyGroup> |
| | | </Project> |
| | |
| | | { |
| | | class Program |
| | | { |
| | | |
| | | //异常反馈单,异常工艺参数预警 发送钉钉消息 |
| | | static DBHelper oCN = new DBHelper(); |
| | | static DataSet dt = new DataSet(); |
| | | static async Task Main(string[] args) |
| | | { |
| | | string appKey = "dingrsrzhdyn3mlaof95"; |
| | | string appSecret = "RAqH6YtZnPLCpDbuqfaYQkKkVtVdS0wqfC8I26X6qiS-8eoCJCNrzx3fubGND4Sq"; |
| | | //本地 |
| | | //string appKey = "dingrsrzhdyn3mlaof95"; |
| | | //string appSecret = "RAqH6YtZnPLCpDbuqfaYQkKkVtVdS0wqfC8I26X6qiS-8eoCJCNrzx3fubGND4Sq"; |
| | | //斯莫尔 |
| | | string appKey = "dingkdddbhdcssk7jduw"; |
| | | string appSecret = "iv07c-GLfJPnzfJaNAAOfJDl3Z-eODvDAhlInMZCZhGorkle5Evbaxx3ImylvdjQ"; |
| | | Console.WriteLine("程序正在执行,请不要关闭!!!!"); |
| | | // 记录上次执行新定时任务的时间 |
| | | DateTime lastNewTaskExecution = DateTime.MinValue; |
| | | while (true) |
| | | { |
| | | //查数据 |
| | |
| | | " a inner join OA_ErrMsgBackBillMain b on a.HInterID=b.HInterID left join Gy_Czygl c " + |
| | | "on a.HReceiveMan = c.Czymc where HSendFlag = '0' order by a.HInterID"; |
| | | dt = oCN.RunProcReturn(sql, "OA_ErrMsgBackBillSub2"); |
| | | //异常反馈单自动发信息 |
| | | if (dt.Tables[0].Rows.Count > 0) |
| | | { |
| | | string HContext = ""; |
| | | |
| | | |
| | | for (int i = 0; i < dt.Tables[0].Rows.Count; i++) |
| | | { |
| | |
| | | string accessToken = responseJson["accessToken"].ToString(); |
| | | |
| | | //调用方法发送消息 |
| | | string agentId = "3118119317";//钉钉后台建立的小程序id |
| | | //string agentId = "3118119317";//钉钉后台建立的小程序id |
| | | //斯莫尔 |
| | | string agentId = "3151454458";//钉钉后台建立的小程序id |
| | | string userIdList = HName;//钉钉人员的id |
| | | string deptIdList = "0"; // 空字符串表示不指定部门 |
| | | string toAllUser = "false"; |
| | |
| | | //更新状态 |
| | | string sql1 = "update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('" + Stares + "')"; |
| | | oCN.RunProc(sql1); |
| | | Console.WriteLine(sql1); |
| | | DBHelper.CustomWriteLog("钉钉返回信息:"+response+" 更新子表语句:"+sql1, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | else |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | //异常工艺参数预警(每 5 分钟执行一次) |
| | | if ((DateTime.Now - lastNewTaskExecution).TotalMinutes >= 5) |
| | | { |
| | | //查询出要更新已经发送的异常参数 |
| | | string Sql = "select HItemID from Sb_EquipMentCollectionTechParam_ERR where HCreateTime>=DATEADD(minute, - 1, GETDATE());"; |
| | | dt = oCN.RunProcReturn(Sql, "Sb_EquipMentCollectionTechParam_ERR"); |
| | | if (dt.Tables[0].Rows.Count > 0) |
| | | { |
| | | //更新要发送的单子 |
| | | if (dt != null && dt.Tables != null && dt.Tables.Count > 0) |
| | | { |
| | | for (int i = 0; i < dt.Tables[0].Rows.Count; i++) |
| | | { |
| | | string ycSql = "update Sb_EquipMentCollectionTechParam_ERR set HSendFlag = 1 where HItemID = " + dt.Tables[0].Rows[i]["HItemID"].ToString(); |
| | | DBHelper.CustomWriteLog("钉钉异常预警更新语句:" + ycSql, DateTime.Now.ToString("yyyy - MM - dd")); |
| | | oCN.RunProc(ycSql); |
| | | } |
| | | } |
| | | else |
| | | { |
| | | // 可以在这里添加适当的处理,比如记录日志表明没有可处理的数据表 |
| | | DBHelper.CustomWriteLog("没有可用于处理的数据表", DateTime.Now.ToString("yyyy - MM - dd")); |
| | | } |
| | | //查询出要发信息的异常参数 |
| | | string newSql = @"select STUFF((SELECT '; ' + 设备编码 + ' - ' + 工艺参数名称 + ' - 数采值: ' + CAST(数采值 as VARCHAR(10)) + ' - 上限值: ' + CAST(上限值 as VARCHAR(10)) + ' - 下限值: ' + CAST(下限值 as VARCHAR(10)) |
| | | FROM h_v_Sb_EquipMentCollectionTechParam_ERRList WHERE 发现异常时间 >= DATEADD(minute, -1, GETDATE()) FOR XML PATH('')), 1, 2, '') as 内容"; |
| | | dt = oCN.RunProcReturn(newSql, "h_v_Sb_EquipMentCollectionTechParam_ERRList"); |
| | | string HContext = ""; |
| | | HContext = dt.Tables[0].Rows[0]["内容"].ToString(); |
| | | //查询出要发送的人 |
| | | string newSql1 = @"select a.HDingDingUserID 钉钉id,a.Czymc 接收人 from Gy_Czygl a left join System_UserGroupInfo b on a.Czybm = b.UserId |
| | | left join System_UserGroup c on b.GroupId = c.GroupID where c.GroupName = '工艺异常预警接收人'"; |
| | | DBHelper.CustomWriteLog("查询出要发送的人:" + newSql1, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | dt = oCN.RunProcReturn(newSql1, "Gy_Czygl"); |
| | | if (dt.Tables[0].Rows.Count > 0) |
| | | { |
| | | for (int i = 0; i < dt.Tables[0].Rows.Count; i++) |
| | | { |
| | | string HName = dt.Tables[0].Rows[i]["钉钉id"].ToString(); |
| | | string Stares = dt.Tables[0].Rows[i]["接收人"].ToString(); |
| | | |
| | | MSG msg = new MSG(); |
| | | |
| | | //获取企业的access_token的值 |
| | | string response = msg.GetAccessToken(appKey, appSecret); |
| | | JObject responseJson = JObject.Parse(response); |
| | | // 获取access_token的值 |
| | | string accessToken = responseJson["accessToken"].ToString(); |
| | | |
| | | //调用方法发送消息 |
| | | //string agentId = "3118119317";//钉钉后台建立的小程序id |
| | | //斯莫尔 |
| | | string agentId = "3151454458";//钉钉后台建立的小程序id |
| | | string userIdList = HName;//钉钉人员的id |
| | | string deptIdList = "0"; // 空字符串表示不指定部门 |
| | | string toAllUser = "false"; |
| | | string message = HContext; |
| | | |
| | | // 调用方法发送消息 |
| | | response = await msg.SendTextMessage(accessToken, agentId, userIdList, deptIdList, toAllUser, message); |
| | | ResponseData responseData = JsonConvert.DeserializeObject<ResponseData>(response); |
| | | if (responseData.errcode == 0) |
| | | { |
| | | DBHelper.CustomWriteLog("钉钉异常预警发送成功", DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | else |
| | | { |
| | | Console.WriteLine(responseData.errcode); |
| | | DBHelper.CustomWriteLog("钉钉返回信息:" + response, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | lastNewTaskExecution = DateTime.Now; |
| | | } |
| | | |
| | | |
| | | // 等待一分钟 |
| | | await Task.Delay(TimeSpan.FromMinutes(1)); |
| | | } |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>Any CPU</Platform> |
| | | <PublishDir>D:\网站发布\钉钉发布</PublishDir> |
| | | <PublishProtocol>FileSystem</PublishProtocol> |
| | | <TargetFramework>netcoreapp3.1</TargetFramework> |
| | | <RuntimeIdentifier>win-x64</RuntimeIdentifier> |
| | | <SelfContained>true</SelfContained> |
| | | <PublishSingleFile>False</PublishSingleFile> |
| | | <PublishReadyToRun>False</PublishReadyToRun> |
| | | <PublishTrimmed>False</PublishTrimmed> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <History>True|2024-09-21T03:59:44.5272193Z;True|2024-09-21T11:54:36.2290370+08:00;True|2024-09-21T11:42:56.5140296+08:00;True|2024-09-20T11:26:47.1805920+08:00;True|2024-09-20T11:08:09.4387289+08:00;True|2024-09-20T10:56:44.1231300+08:00;True|2024-09-20T10:48:07.8668302+08:00;True|2024-09-20T10:30:57.2146541+08:00;True|2024-09-20T09:48:55.5652114+08:00;True|2024-09-20T09:39:42.6735776+08:00;True|2024-09-20T09:24:05.9778319+08:00;True|2024-07-04T10:06:45.1666283+08:00;True|2024-07-04T10:06:21.6570797+08:00;True|2024-07-04T10:02:03.3541489+08:00;True|2024-07-04T09:57:32.7697365+08:00;True|2024-07-04T09:53:57.1541976+08:00;True|2024-07-04T09:52:37.6467135+08:00;</History> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>Any CPU</Platform> |
| | | <PublishDir>D:\网站发布\钉钉发布\安灯工艺预警</PublishDir> |
| | | <PublishProtocol>FileSystem</PublishProtocol> |
| | | <TargetFramework>netcoreapp3.1</TargetFramework> |
| | | <RuntimeIdentifier>win-x64</RuntimeIdentifier> |
| | | <SelfContained>true</SelfContained> |
| | | <PublishSingleFile>False</PublishSingleFile> |
| | | <PublishReadyToRun>False</PublishReadyToRun> |
| | | <PublishTrimmed>False</PublishTrimmed> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <History>True|2024-09-23T10:16:07.9656797Z;</History> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | 2024/7/3 13:01:20 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3169527899510,"request_id":"16l9oxnl1yihk"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('杜成婧') |
| | | |
| | | 2024/7/3 13:01:20 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3169533908375,"request_id":"15qwezpsa90n8"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('张瑞广') |
| | | |
| | | 2024/7/3 13:01:21 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3165908698882,"request_id":"16kmnk4c6lear"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('余思杰') |
| | | |
| | | 2024/7/3 13:03:21 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3168015174610,"request_id":"16lx2s6d6xm2i"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('景焕章') |
| | | |
| | | 2024/7/3 13:47:25 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3165910785313,"request_id":"15ribu314qjjx"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('翁涛涛') |
| | | |
| | | 2024/7/3 13:47:25 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3169531990501,"request_id":"16l28si4doz1b"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('张瑞广') |
| | | |
| | | 2024/7/3 13:47:25 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3169587633523,"request_id":"16kme7f141k2v"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('余思杰') |
| | | |
| | | 2024/7/3 14:06:45 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3168039095187,"request_id":"15rhjrvr3sfmw"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('admin') |
| | | |
| | | 2024/7/3 14:06:45 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3164922454366,"request_id":"15s2c30ean14y"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('张瑞广') |
New file |
| | |
| | | 2024/9/19 15:11:57 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"15rzmr8nzuagn"} |
| | | |
| | | 2024/9/19 15:11:58 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16lr2z3e1prii"} |
| | | |
| | | 2024/9/19 15:12:58 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16kdji65f9aoe"} |
| | | |
| | | 2024/9/19 15:12:58 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16lf7tcbfz8sz"} |
| | | |
| | | 2024/9/19 15:13:59 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16lf7tccgtrbh"} |
| | | |
| | | 2024/9/19 15:13:59 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"15rnc099y43zt"} |
| | | |
| | | 2024/9/19 15:14:59 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16lhq8hl3igy2"} |
| | | |
| | | 2024/9/19 15:15:00 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16m34dcbd1vgx"} |
| | | |
| | | 2024/9/19 15:16:01 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16lugkpeqg54y"} |
| | | |
| | | 2024/9/19 15:16:01 钉钉返回信息:{"errcode":400002,"errmsg":"agentId【3151454458】不合法 ","request_id":"16lxu6bbb6tt5"} |
| | | |
| | | 2024/9/19 15:19:09 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3198522397601,"request_id":"16kfj7ubiyok4"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('李祖明') |
| | | |
| | | 2024/9/19 15:19:09 钉钉返回信息:{"errcode":0,"errmsg":"ok","task_id":3203343738503,"request_id":"15rkztly6zlun"} 更新子表语句:update OA_ErrMsgBackBillSub2 set HSendFlag='1' where HReceiveMan in ('张瑞广') |
New file |
| | |
| | | { |
| | | "runtimeTarget": { |
| | | "name": ".NETCoreApp,Version=v3.1/win-x64", |
| | | "signature": "" |
| | | }, |
| | | "compilationOptions": {}, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": {}, |
| | | ".NETCoreApp,Version=v3.1/win-x64": { |
| | | "DingDingMsg/1.0.0": { |
| | | "dependencies": { |
| | | "Newtonsoft.Json": "13.0.3", |
| | | "System.Data.SqlClient": "4.8.6", |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "3.1.32" |
| | | }, |
| | | "runtime": { |
| | | "DingDingMsg.dll": {} |
| | | } |
| | | }, |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.32": { |
| | | "runtime": { |
| | | "Microsoft.CSharp.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.VisualBasic.Core.dll": { |
| | | "assemblyVersion": "10.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.VisualBasic.dll": { |
| | | "assemblyVersion": "10.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.Win32.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.Win32.Registry.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.AppContext.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Buffers.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Concurrent.dll": { |
| | | "assemblyVersion": "4.0.15.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Immutable.dll": { |
| | | "assemblyVersion": "1.2.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.NonGeneric.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Specialized.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.Annotations.dll": { |
| | | "assemblyVersion": "4.3.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.DataAnnotations.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.EventBasedAsync.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.Primitives.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.TypeConverter.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Configuration.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Console.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Core.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.Common.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.DataSetExtensions.dll": { |
| | | "assemblyVersion": "4.0.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Contracts.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Debug.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.DiagnosticSource.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.FileVersionInfo.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Process.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.StackTrace.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.TextWriterTraceListener.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Tools.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.TraceSource.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Tracing.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Drawing.Primitives.dll": { |
| | | "assemblyVersion": "4.2.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Drawing.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Dynamic.Runtime.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.Calendars.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.Brotli.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.FileSystem.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.ZipFile.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.AccessControl.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.DriveInfo.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.Watcher.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.IsolatedStorage.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.MemoryMappedFiles.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Pipes.AccessControl.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Pipes.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.UnmanagedMemoryStream.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Expressions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Parallel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Queryable.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Memory.dll": { |
| | | "assemblyVersion": "4.2.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Http.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.HttpListener.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Mail.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.NameResolution.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.NetworkInformation.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Ping.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Requests.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Security.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.ServicePoint.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Sockets.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebClient.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebHeaderCollection.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebProxy.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebSockets.Client.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebSockets.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Numerics.Vectors.dll": { |
| | | "assemblyVersion": "4.1.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Numerics.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ObjectModel.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.DataContractSerialization.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Uri.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Xml.Linq.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Xml.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.DispatchProxy.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.ILGeneration.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.Lightweight.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Metadata.dll": { |
| | | "assemblyVersion": "1.4.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.TypeExtensions.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.Reader.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.ResourceManager.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.Writer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.CompilerServices.Unsafe.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.CompilerServices.VisualC.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Extensions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Handles.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.RuntimeInformation.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.WindowsRuntime.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Intrinsics.dll": { |
| | | "assemblyVersion": "4.0.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Loader.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Numerics.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Formatters.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Json.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Primitives.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Xml.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.WindowsRuntime.UI.Xaml.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.WindowsRuntime.dll": { |
| | | "assemblyVersion": "4.0.15.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.AccessControl.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Claims.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Algorithms.dll": { |
| | | "assemblyVersion": "4.3.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Cng.dll": { |
| | | "assemblyVersion": "4.3.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Csp.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Encoding.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.OpenSsl.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.X509Certificates.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Principal.Windows.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Principal.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.SecureString.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ServiceModel.Web.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ServiceProcess.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.CodePages.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encodings.Web.dll": { |
| | | "assemblyVersion": "4.0.5.1", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Json.dll": { |
| | | "assemblyVersion": "4.0.1.2", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.RegularExpressions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Channels.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Overlapped.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Dataflow.dll": { |
| | | "assemblyVersion": "4.6.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Extensions.dll": { |
| | | "assemblyVersion": "4.3.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Parallel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Thread.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.ThreadPool.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Timer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Transactions.Local.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Transactions.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ValueTuple.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Web.HttpUtility.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Web.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Windows.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.Linq.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.ReaderWriter.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.Serialization.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XPath.XDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XPath.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XmlDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XmlSerializer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "WindowsBase.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "mscorlib.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "netstandard.dll": { |
| | | "assemblyVersion": "2.1.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | } |
| | | }, |
| | | "native": { |
| | | "Microsoft.DiaSymReader.Native.amd64.dll": { |
| | | "fileVersion": "14.12.25830.2" |
| | | }, |
| | | "SOS_README.md": { |
| | | "fileVersion": "0.0.0.0" |
| | | }, |
| | | "System.Private.CoreLib.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "api-ms-win-core-console-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-datetime-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-debug-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-errorhandling-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l2-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-handle-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-heap-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-interlocked-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-libraryloader-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-localization-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-memory-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-namedpipe-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processenvironment-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processthreads-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processthreads-l1-1-1.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-profile-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-rtlsupport-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-string-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-synch-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-synch-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-sysinfo-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-timezone-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-util-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-conio-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-convert-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-environment-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-filesystem-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-heap-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-locale-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-math-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-multibyte-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-private-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-process-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-runtime-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-stdio-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-string-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-time-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-utility-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "clrcompression.dll": { |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "clretwrc.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "clrjit.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "coreclr.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "dbgshim.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "hostfxr.dll": { |
| | | "fileVersion": "3.100.3222.56520" |
| | | }, |
| | | "hostpolicy.dll": { |
| | | "fileVersion": "3.100.3222.56520" |
| | | }, |
| | | "mscordaccore.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscordaccore_amd64_amd64_4.700.22.55902.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscordbi.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscorrc.debug.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscorrc.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "ucrtbase.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": {}, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": { |
| | | "assemblyVersion": "13.0.0.0", |
| | | "fileVersion": "13.0.3.27908" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "native": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": {} |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "DingDingMsg/1.0.0": { |
| | | "type": "project", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.32": { |
| | | "type": "runtimepack", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": [ |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win-x64-aot": [ |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win10-x64": [ |
| | | "win10", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win10-x64-aot": [ |
| | | "win10-aot", |
| | | "win10-x64", |
| | | "win10", |
| | | "win81-x64-aot", |
| | | "win81-aot", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64-aot", |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win7-x64": [ |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win7-x64-aot": [ |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win8-x64": [ |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win8-x64-aot": [ |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win81-x64": [ |
| | | "win81", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win81-x64-aot": [ |
| | | "win81-aot", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64-aot", |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "additionalProbingPaths": [ |
| | | "C:\\Users\\86187\\.dotnet\\store\\|arch|\\|tfm|", |
| | | "C:\\Users\\86187\\.nuget\\packages", |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "tfm": "netcoreapp3.1", |
| | | "includedFrameworks": [ |
| | | { |
| | | "name": "Microsoft.NETCore.App", |
| | | "version": "3.1.32" |
| | | } |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | SOS and other diagnostic tools now ship of band and work with any version of the .NET Core runtime. |
| | | |
| | | SOS has moved to the diagnostics repo here: https://github.com/dotnet/diagnostics.git. |
| | | |
| | | Instructions to install SOS: https://github.com/dotnet/diagnostics#installing-sos. |
New file |
| | |
| | | { |
| | | "runtimeTarget": { |
| | | "name": ".NETCoreApp,Version=v3.1", |
| | | "signature": "" |
| | | }, |
| | | "compilationOptions": {}, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": { |
| | | "DingDingMsg/1.0.0": { |
| | | "dependencies": { |
| | | "Newtonsoft.Json": "13.0.3", |
| | | "System.Data.SqlClient": "4.8.6" |
| | | }, |
| | | "runtime": { |
| | | "DingDingMsg.dll": {} |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": {}, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": { |
| | | "assemblyVersion": "13.0.0.0", |
| | | "fileVersion": "13.0.3.27908" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "runtimeTargets": { |
| | | "runtimes/win-arm64/native/sni.dll": { |
| | | "rid": "win-arm64", |
| | | "assetType": "native", |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "runtimeTargets": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "rid": "win-x64", |
| | | "assetType": "native", |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "runtimeTargets": { |
| | | "runtimes/win-x86/native/sni.dll": { |
| | | "rid": "win-x86", |
| | | "assetType": "native", |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "rid": "unix", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": {} |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "DingDingMsg/1.0.0": { |
| | | "type": "project", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "additionalProbingPaths": [ |
| | | "C:\\Users\\86187\\.dotnet\\store\\|arch|\\|tfm|", |
| | | "C:\\Users\\86187\\.nuget\\packages", |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "tfm": "netcoreapp3.1", |
| | | "framework": { |
| | | "name": "Microsoft.NETCore.App", |
| | | "version": "3.1.0" |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeTarget": { |
| | | "name": ".NETCoreApp,Version=v3.1/win-x64", |
| | | "signature": "" |
| | | }, |
| | | "compilationOptions": {}, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": {}, |
| | | ".NETCoreApp,Version=v3.1/win-x64": { |
| | | "DingDingMsg/1.0.0": { |
| | | "dependencies": { |
| | | "Newtonsoft.Json": "13.0.3", |
| | | "System.Data.SqlClient": "4.8.6", |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "3.1.32" |
| | | }, |
| | | "runtime": { |
| | | "DingDingMsg.dll": {} |
| | | } |
| | | }, |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.32": { |
| | | "runtime": { |
| | | "Microsoft.CSharp.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.VisualBasic.Core.dll": { |
| | | "assemblyVersion": "10.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.VisualBasic.dll": { |
| | | "assemblyVersion": "10.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.Win32.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.Win32.Registry.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.AppContext.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Buffers.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Concurrent.dll": { |
| | | "assemblyVersion": "4.0.15.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Immutable.dll": { |
| | | "assemblyVersion": "1.2.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.NonGeneric.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Specialized.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.Annotations.dll": { |
| | | "assemblyVersion": "4.3.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.DataAnnotations.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.EventBasedAsync.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.Primitives.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.TypeConverter.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Configuration.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Console.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Core.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.Common.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.DataSetExtensions.dll": { |
| | | "assemblyVersion": "4.0.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Contracts.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Debug.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.DiagnosticSource.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.FileVersionInfo.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Process.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.StackTrace.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.TextWriterTraceListener.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Tools.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.TraceSource.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Tracing.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Drawing.Primitives.dll": { |
| | | "assemblyVersion": "4.2.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Drawing.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Dynamic.Runtime.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.Calendars.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.Brotli.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.FileSystem.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.ZipFile.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.AccessControl.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.DriveInfo.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.Watcher.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.IsolatedStorage.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.MemoryMappedFiles.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Pipes.AccessControl.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Pipes.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.UnmanagedMemoryStream.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Expressions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Parallel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Queryable.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Memory.dll": { |
| | | "assemblyVersion": "4.2.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Http.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.HttpListener.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Mail.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.NameResolution.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.NetworkInformation.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Ping.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Requests.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Security.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.ServicePoint.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Sockets.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebClient.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebHeaderCollection.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebProxy.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebSockets.Client.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebSockets.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Numerics.Vectors.dll": { |
| | | "assemblyVersion": "4.1.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Numerics.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ObjectModel.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.DataContractSerialization.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Uri.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Xml.Linq.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Xml.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.DispatchProxy.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.ILGeneration.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.Lightweight.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Metadata.dll": { |
| | | "assemblyVersion": "1.4.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.TypeExtensions.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.Reader.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.ResourceManager.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.Writer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.CompilerServices.Unsafe.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.CompilerServices.VisualC.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Extensions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Handles.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.RuntimeInformation.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.WindowsRuntime.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Intrinsics.dll": { |
| | | "assemblyVersion": "4.0.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Loader.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Numerics.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Formatters.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Json.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Primitives.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Xml.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.WindowsRuntime.UI.Xaml.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.WindowsRuntime.dll": { |
| | | "assemblyVersion": "4.0.15.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.AccessControl.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Claims.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Algorithms.dll": { |
| | | "assemblyVersion": "4.3.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Cng.dll": { |
| | | "assemblyVersion": "4.3.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Csp.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Encoding.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.OpenSsl.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.X509Certificates.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Principal.Windows.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Principal.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.SecureString.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ServiceModel.Web.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ServiceProcess.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.CodePages.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encodings.Web.dll": { |
| | | "assemblyVersion": "4.0.5.1", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Json.dll": { |
| | | "assemblyVersion": "4.0.1.2", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.RegularExpressions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Channels.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Overlapped.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Dataflow.dll": { |
| | | "assemblyVersion": "4.6.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Extensions.dll": { |
| | | "assemblyVersion": "4.3.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Parallel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Thread.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.ThreadPool.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Timer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Transactions.Local.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Transactions.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ValueTuple.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Web.HttpUtility.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Web.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Windows.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.Linq.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.ReaderWriter.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.Serialization.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XPath.XDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XPath.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XmlDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XmlSerializer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "WindowsBase.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "mscorlib.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "netstandard.dll": { |
| | | "assemblyVersion": "2.1.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | } |
| | | }, |
| | | "native": { |
| | | "Microsoft.DiaSymReader.Native.amd64.dll": { |
| | | "fileVersion": "14.12.25830.2" |
| | | }, |
| | | "SOS_README.md": { |
| | | "fileVersion": "0.0.0.0" |
| | | }, |
| | | "System.Private.CoreLib.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "api-ms-win-core-console-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-datetime-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-debug-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-errorhandling-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l2-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-handle-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-heap-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-interlocked-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-libraryloader-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-localization-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-memory-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-namedpipe-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processenvironment-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processthreads-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processthreads-l1-1-1.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-profile-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-rtlsupport-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-string-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-synch-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-synch-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-sysinfo-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-timezone-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-util-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-conio-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-convert-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-environment-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-filesystem-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-heap-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-locale-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-math-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-multibyte-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-private-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-process-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-runtime-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-stdio-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-string-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-time-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-utility-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "clrcompression.dll": { |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "clretwrc.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "clrjit.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "coreclr.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "dbgshim.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "hostfxr.dll": { |
| | | "fileVersion": "3.100.3222.56520" |
| | | }, |
| | | "hostpolicy.dll": { |
| | | "fileVersion": "3.100.3222.56520" |
| | | }, |
| | | "mscordaccore.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscordaccore_amd64_amd64_4.700.22.55902.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscordbi.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscorrc.debug.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscorrc.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "ucrtbase.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": {}, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": { |
| | | "assemblyVersion": "13.0.0.0", |
| | | "fileVersion": "13.0.3.27908" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "native": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": {} |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "DingDingMsg/1.0.0": { |
| | | "type": "project", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.32": { |
| | | "type": "runtimepack", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": [ |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win-x64-aot": [ |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win10-x64": [ |
| | | "win10", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win10-x64-aot": [ |
| | | "win10-aot", |
| | | "win10-x64", |
| | | "win10", |
| | | "win81-x64-aot", |
| | | "win81-aot", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64-aot", |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win7-x64": [ |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win7-x64-aot": [ |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win8-x64": [ |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win8-x64-aot": [ |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win81-x64": [ |
| | | "win81", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win81-x64-aot": [ |
| | | "win81-aot", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64-aot", |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "additionalProbingPaths": [ |
| | | "C:\\Users\\86187\\.dotnet\\store\\|arch|\\|tfm|", |
| | | "C:\\Users\\86187\\.nuget\\packages", |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "tfm": "netcoreapp3.1", |
| | | "includedFrameworks": [ |
| | | { |
| | | "name": "Microsoft.NETCore.App", |
| | | "version": "3.1.32" |
| | | } |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | SOS and other diagnostic tools now ship of band and work with any version of the .NET Core runtime. |
| | | |
| | | SOS has moved to the diagnostics repo here: https://github.com/dotnet/diagnostics.git. |
| | | |
| | | Instructions to install SOS: https://github.com/dotnet/diagnostics#installing-sos. |
New file |
| | |
| | | // <autogenerated /> |
| | | using System; |
| | | using System.Reflection; |
| | | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
New file |
| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // 此代码由工具生成。 |
| | | // 运行时版本:4.0.30319.42000 |
| | | // |
| | | // 对此文件的更改可能会导致不正确的行为,并且如果 |
| | | // 重新生成代码,这些更改将会丢失。 |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | using System; |
| | | using System.Reflection; |
| | | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | | |
| | | // 由 MSBuild WriteCodeFragment 类生成。 |
| | | |
New file |
| | |
| | | 04a0a2395f11a779a2534d2253a0f3ace5b2c047 |
New file |
| | |
| | | 8bfb2b72825e9cab1ae5c597b63f4d7ec2534ef5 |
New file |
| | |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg.exe |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg.deps.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg.runtimeconfig.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg.runtimeconfig.dev.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Newtonsoft.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Microsoft.CSharp.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.AppContext.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Buffers.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Collections.Immutable.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Collections.Specialized.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Collections.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Configuration.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Console.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Core.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Data.Common.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Data.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Drawing.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Globalization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.Pipes.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.IO.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Linq.Expressions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Linq.Parallel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Linq.Queryable.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Memory.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Http.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.HttpListener.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Mail.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.NameResolution.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Ping.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Requests.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Security.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.Sockets.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebProxy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebSockets.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Net.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Numerics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ObjectModel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Private.Uri.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Private.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Emit.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Resources.Reader.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Resources.Writer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Handles.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Loader.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Claims.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.Principal.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.SecureString.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Security.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ServiceProcess.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encoding.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Text.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Channels.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Thread.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Timer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Threading.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Transactions.Local.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Transactions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.ValueTuple.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Windows.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.Serialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XPath.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\WindowsBase.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\mscorlib.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\netstandard.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\SOS_README.md |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\System.Private.CoreLib.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\clrcompression.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\clretwrc.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\clrjit.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\coreclr.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\dbgshim.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\hostfxr.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\hostpolicy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\mscordaccore.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.22.55902.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\mscordbi.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\mscorrc.debug.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\mscorrc.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Debug\netcoreapp3.1\win-x64\ucrtbase.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.AssemblyInfoInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.AssemblyInfo.cs |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.csproj.CoreCompileInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.csproj.CopyComplete |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg.genruntimeconfig.cache |
New file |
| | |
| | | 657d9d47fa96f9c6fe48090c5b023fc73ada2704 |
New file |
| | |
| | | // <autogenerated /> |
| | | using System; |
| | | using System.Reflection; |
| | | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
New file |
| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // 此代码由工具生成。 |
| | | // 运行时版本:4.0.30319.42000 |
| | | // |
| | | // 对此文件的更改可能会导致不正确的行为,并且如果 |
| | | // 重新生成代码,这些更改将会丢失。 |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | using System; |
| | | using System.Reflection; |
| | | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | | |
| | | // 由 MSBuild WriteCodeFragment 类生成。 |
| | | |
New file |
| | |
| | | 1ef625f9556eff892483a500b621e14e15c69670 |
New file |
| | |
| | | 7f6a3a70a744489802b6a849f27608ed98ef77d3 |
New file |
| | |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\DingDingMsg.exe |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\DingDingMsg.deps.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\DingDingMsg.runtimeconfig.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\DingDingMsg.runtimeconfig.dev.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\DingDingMsg.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\DingDingMsg.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\Newtonsoft.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\runtimes\win-arm64\native\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\runtimes\win-x64\native\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\runtimes\win-x86\native\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.csproj.AssemblyReference.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.AssemblyInfoInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.AssemblyInfo.cs |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.csproj.CoreCompileInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.csproj.CopyComplete |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\DingDingMsg.genruntimeconfig.cache |
New file |
| | |
| | | 86c8e15dd33445635927cfaf398408205fd11473 |
New file |
| | |
| | | // <autogenerated /> |
| | | using System; |
| | | using System.Reflection; |
| | | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
New file |
| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // 此代码由工具生成。 |
| | | // 运行时版本:4.0.30319.42000 |
| | | // |
| | | // 对此文件的更改可能会导致不正确的行为,并且如果 |
| | | // 重新生成代码,这些更改将会丢失。 |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | using System; |
| | | using System.Reflection; |
| | | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("DingDingMsg")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | | |
| | | // 由 MSBuild WriteCodeFragment 类生成。 |
| | | |
New file |
| | |
| | | 1ef625f9556eff892483a500b621e14e15c69670 |
New file |
| | |
| | | 2f137441543092b62a37978a6286a309f5767875 |
New file |
| | |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\DingDingMsg.exe |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\DingDingMsg.deps.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\DingDingMsg.runtimeconfig.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\DingDingMsg.runtimeconfig.dev.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\DingDingMsg.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\DingDingMsg.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Newtonsoft.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Microsoft.CSharp.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.AppContext.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Buffers.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Collections.Immutable.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Collections.Specialized.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Collections.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ComponentModel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Configuration.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Console.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Core.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Data.Common.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Data.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Drawing.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Globalization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.Compression.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.FileSystem.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.Pipes.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.IO.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Linq.Expressions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Linq.Parallel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Linq.Queryable.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Memory.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Http.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.HttpListener.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Mail.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.NameResolution.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Ping.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Requests.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Security.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.Sockets.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.WebClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.WebProxy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.WebSockets.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Net.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Numerics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ObjectModel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Private.Uri.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Private.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Emit.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Reflection.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Resources.Reader.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Resources.Writer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Handles.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Loader.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Runtime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Claims.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.Principal.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.SecureString.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Security.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ServiceProcess.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Text.Encoding.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Text.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Channels.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Tasks.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Thread.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.Timer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Threading.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Transactions.Local.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Transactions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.ValueTuple.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Windows.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.Serialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.XDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.XPath.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\WindowsBase.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\mscorlib.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\netstandard.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\SOS_README.md |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\System.Private.CoreLib.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\clrcompression.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\clretwrc.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\clrjit.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\coreclr.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\dbgshim.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\hostfxr.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\hostpolicy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\mscordaccore.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.22.55902.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\mscordbi.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\mscorrc.debug.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\mscorrc.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\bin\Release\netcoreapp3.1\win-x64\ucrtbase.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.AssemblyInfoInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.AssemblyInfo.cs |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.csproj.CoreCompileInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.csproj.CopyComplete |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg\DingDingMsg\obj\Release\netcoreapp3.1\win-x64\DingDingMsg.genruntimeconfig.cache |
New file |
| | |
| | | 657d9d47fa96f9c6fe48090c5b023fc73ada2704 |
New file |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj", |
| | | "projectName": "DingDingMsg", |
| | | "projectPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj", |
| | | "packagesPath": "C:\\Users\\86187\\.nuget\\packages\\", |
| | | "outputPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\obj\\publish\\win-x64\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ], |
| | | "configFilePaths": [ |
| | | "C:\\Users\\86187\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| | | ], |
| | | "originalTargetFrameworks": [ |
| | | "netcoreapp3.1" |
| | | ], |
| | | "sources": { |
| | | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
| | | "https://api.nuget.org/v3/index.json": {} |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "projectReferences": {} |
| | | } |
| | | }, |
| | | "warningProperties": { |
| | | "warnAsError": [ |
| | | "NU1605" |
| | | ] |
| | | } |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "dependencies": { |
| | | "Newtonsoft.Json": { |
| | | "target": "Package", |
| | | "version": "[13.0.3, )" |
| | | }, |
| | | "System.Data.SqlClient": { |
| | | "target": "Package", |
| | | "version": "[4.8.6, )" |
| | | } |
| | | }, |
| | | "imports": [ |
| | | "net461", |
| | | "net462", |
| | | "net47", |
| | | "net471", |
| | | "net472", |
| | | "net48" |
| | | ], |
| | | "assetTargetFallback": true, |
| | | "warn": true, |
| | | "downloadDependencies": [ |
| | | { |
| | | "name": "Microsoft.AspNetCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.NETCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | } |
| | | ], |
| | | "frameworkReferences": { |
| | | "Microsoft.NETCore.App": { |
| | | "privateAssets": "all" |
| | | } |
| | | }, |
| | | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.426\\RuntimeIdentifierGraph.json" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": { |
| | | "#import": [] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| | | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
| | | <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
| | | <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
| | | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
| | | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\86187\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
| | | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.4</NuGetToolVersion> |
| | | </PropertyGroup> |
| | | <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <SourceRoot Include="C:\Users\86187\.nuget\packages\" /> |
| | | <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
| | | </ItemGroup> |
| | | <PropertyGroup> |
| | | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| | | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | { |
| | | "version": 3, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard1.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard1.0/_._": {} |
| | | } |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-arm64/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-arm64" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-x64" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-x86/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-x86" |
| | | } |
| | | } |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/System.Security.AccessControl.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netcoreapp3.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | ".NETCoreApp,Version=v3.1/win-x64": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard1.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard1.0/_._": {} |
| | | } |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "native": { |
| | | "runtimes/win-x64/native/sni.dll": {} |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {} |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netcoreapp3.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {} |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "type": "package", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/netstandard1.0/_._", |
| | | "microsoft.netcore.platforms.3.1.0.nupkg.sha512", |
| | | "microsoft.netcore.platforms.nuspec", |
| | | "runtime.json", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "type": "package", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/Microsoft.Win32.Registry.dll", |
| | | "lib/net461/Microsoft.Win32.Registry.dll", |
| | | "lib/net461/Microsoft.Win32.Registry.xml", |
| | | "lib/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "microsoft.win32.registry.4.7.0.nupkg.sha512", |
| | | "microsoft.win32.registry.nuspec", |
| | | "ref/net46/Microsoft.Win32.Registry.dll", |
| | | "ref/net461/Microsoft.Win32.Registry.dll", |
| | | "ref/net461/Microsoft.Win32.Registry.xml", |
| | | "ref/net472/Microsoft.Win32.Registry.dll", |
| | | "ref/net472/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "ref/netstandard1.3/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "ref/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", |
| | | "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "type": "package", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.md", |
| | | "README.md", |
| | | "lib/net20/Newtonsoft.Json.dll", |
| | | "lib/net20/Newtonsoft.Json.xml", |
| | | "lib/net35/Newtonsoft.Json.dll", |
| | | "lib/net35/Newtonsoft.Json.xml", |
| | | "lib/net40/Newtonsoft.Json.dll", |
| | | "lib/net40/Newtonsoft.Json.xml", |
| | | "lib/net45/Newtonsoft.Json.dll", |
| | | "lib/net45/Newtonsoft.Json.xml", |
| | | "lib/net6.0/Newtonsoft.Json.dll", |
| | | "lib/net6.0/Newtonsoft.Json.xml", |
| | | "lib/netstandard1.0/Newtonsoft.Json.dll", |
| | | "lib/netstandard1.0/Newtonsoft.Json.xml", |
| | | "lib/netstandard1.3/Newtonsoft.Json.dll", |
| | | "lib/netstandard1.3/Newtonsoft.Json.xml", |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll", |
| | | "lib/netstandard2.0/Newtonsoft.Json.xml", |
| | | "newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "newtonsoft.json.nuspec", |
| | | "packageIcon.png" |
| | | ] |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "type": "package", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
| | | "runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "type": "package", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-arm64/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "type": "package", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-x64/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "type": "package", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-x86/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "sha512": "2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "type": "package", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net451/System.Data.SqlClient.dll", |
| | | "lib/net46/System.Data.SqlClient.dll", |
| | | "lib/net461/System.Data.SqlClient.dll", |
| | | "lib/net461/System.Data.SqlClient.xml", |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "lib/netstandard1.2/System.Data.SqlClient.dll", |
| | | "lib/netstandard1.2/System.Data.SqlClient.xml", |
| | | "lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "lib/netstandard1.3/System.Data.SqlClient.xml", |
| | | "lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "ref/MonoAndroid10/_._", |
| | | "ref/MonoTouch10/_._", |
| | | "ref/net451/System.Data.SqlClient.dll", |
| | | "ref/net46/System.Data.SqlClient.dll", |
| | | "ref/net461/System.Data.SqlClient.dll", |
| | | "ref/net461/System.Data.SqlClient.xml", |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/System.Data.SqlClient.dll", |
| | | "ref/netstandard1.2/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/de/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/es/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/fr/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/it/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ja/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ko/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ru/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/System.Data.SqlClient.dll", |
| | | "ref/netstandard1.3/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/de/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/es/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/fr/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/it/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ja/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ko/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ru/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", |
| | | "ref/netstandard2.0/System.Data.SqlClient.dll", |
| | | "ref/netstandard2.0/System.Data.SqlClient.xml", |
| | | "ref/xamarinios10/_._", |
| | | "ref/xamarinmac20/_._", |
| | | "ref/xamarintvos10/_._", |
| | | "ref/xamarinwatchos10/_._", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/net451/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net46/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net461/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net461/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", |
| | | "system.data.sqlclient.4.8.6.nupkg.sha512", |
| | | "system.data.sqlclient.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "type": "package", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/System.Security.AccessControl.dll", |
| | | "lib/net461/System.Security.AccessControl.dll", |
| | | "lib/net461/System.Security.AccessControl.xml", |
| | | "lib/netstandard1.3/System.Security.AccessControl.dll", |
| | | "lib/netstandard2.0/System.Security.AccessControl.dll", |
| | | "lib/netstandard2.0/System.Security.AccessControl.xml", |
| | | "lib/uap10.0.16299/_._", |
| | | "ref/net46/System.Security.AccessControl.dll", |
| | | "ref/net461/System.Security.AccessControl.dll", |
| | | "ref/net461/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/System.Security.AccessControl.dll", |
| | | "ref/netstandard1.3/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/de/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/es/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/fr/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/it/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ja/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ko/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ru/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", |
| | | "ref/netstandard2.0/System.Security.AccessControl.dll", |
| | | "ref/netstandard2.0/System.Security.AccessControl.xml", |
| | | "ref/uap10.0.16299/_._", |
| | | "runtimes/win/lib/net46/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/net461/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/net461/System.Security.AccessControl.xml", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/uap10.0.16299/_._", |
| | | "system.security.accesscontrol.4.7.0.nupkg.sha512", |
| | | "system.security.accesscontrol.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "type": "package", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/System.Security.Principal.Windows.dll", |
| | | "lib/net461/System.Security.Principal.Windows.dll", |
| | | "lib/net461/System.Security.Principal.Windows.xml", |
| | | "lib/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.dll", |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.xml", |
| | | "lib/uap10.0.16299/_._", |
| | | "ref/net46/System.Security.Principal.Windows.dll", |
| | | "ref/net461/System.Security.Principal.Windows.dll", |
| | | "ref/net461/System.Security.Principal.Windows.xml", |
| | | "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", |
| | | "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "ref/netstandard1.3/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard2.0/System.Security.Principal.Windows.dll", |
| | | "ref/netstandard2.0/System.Security.Principal.Windows.xml", |
| | | "ref/uap10.0.16299/_._", |
| | | "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", |
| | | "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/uap10.0.16299/_._", |
| | | "system.security.principal.windows.4.7.0.nupkg.sha512", |
| | | "system.security.principal.windows.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | } |
| | | }, |
| | | "projectFileDependencyGroups": { |
| | | ".NETCoreApp,Version=v3.1": [ |
| | | "Newtonsoft.Json >= 13.0.3", |
| | | "System.Data.SqlClient >= 4.8.6" |
| | | ] |
| | | }, |
| | | "packageFolders": { |
| | | "C:\\Users\\86187\\.nuget\\packages\\": {}, |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} |
| | | }, |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj", |
| | | "projectName": "DingDingMsg", |
| | | "projectPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj", |
| | | "packagesPath": "C:\\Users\\86187\\.nuget\\packages\\", |
| | | "outputPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\obj\\publish\\win-x64\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ], |
| | | "configFilePaths": [ |
| | | "C:\\Users\\86187\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| | | ], |
| | | "originalTargetFrameworks": [ |
| | | "netcoreapp3.1" |
| | | ], |
| | | "sources": { |
| | | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
| | | "https://api.nuget.org/v3/index.json": {} |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "projectReferences": {} |
| | | } |
| | | }, |
| | | "warningProperties": { |
| | | "warnAsError": [ |
| | | "NU1605" |
| | | ] |
| | | } |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "dependencies": { |
| | | "Newtonsoft.Json": { |
| | | "target": "Package", |
| | | "version": "[13.0.3, )" |
| | | }, |
| | | "System.Data.SqlClient": { |
| | | "target": "Package", |
| | | "version": "[4.8.6, )" |
| | | } |
| | | }, |
| | | "imports": [ |
| | | "net461", |
| | | "net462", |
| | | "net47", |
| | | "net471", |
| | | "net472", |
| | | "net48" |
| | | ], |
| | | "assetTargetFallback": true, |
| | | "warn": true, |
| | | "downloadDependencies": [ |
| | | { |
| | | "name": "Microsoft.AspNetCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.NETCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | } |
| | | ], |
| | | "frameworkReferences": { |
| | | "Microsoft.NETCore.App": { |
| | | "privateAssets": "all" |
| | | } |
| | | }, |
| | | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.426\\RuntimeIdentifierGraph.json" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": { |
| | | "#import": [] |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "vO6PlTIUXakjkbo3rib3gCYrMlrCAy9MoCl9GIfctHQ0+narRI5sWP9/+qaqL/KA8VP8j8smsdtiNcWL6udx2A==", |
| | | "success": true, |
| | | "projectFilePath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg\\DingDingMsg\\DingDingMsg.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.data.sqlclient\\4.8.6\\system.data.sqlclient.4.8.6.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\3.1.32\\microsoft.netcore.app.runtime.win-x64.3.1.32.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\3.1.32\\microsoft.windowsdesktop.app.runtime.win-x64.3.1.32.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\3.1.32\\microsoft.aspnetcore.app.runtime.win-x64.3.1.32.nupkg.sha512" |
| | | ], |
| | | "logs": [] |
| | | } |
New file |
| | |
| | | using Newtonsoft.Json; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Data; |
| | | using System.Data.SqlClient; |
| | | using System.IO; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace DingDingMsg_EarlyWarning |
| | | { |
| | | |
| | | public class DBHelper |
| | | { |
| | | private SqlConnection MainCn;//创建连接对象 |
| | | SqlTransaction MainTran; |
| | | public string sServer; |
| | | public string sDataBase; |
| | | public string sUser; |
| | | public string sPassword; |
| | | //开始事务 |
| | | public void BeginTran() |
| | | { |
| | | if (!this.CnOpen()) |
| | | return; |
| | | MainTran = MainCn.BeginTransaction(); |
| | | } |
| | | //结束事务 |
| | | public void Commit() |
| | | { |
| | | MainTran.Commit(); |
| | | CnClose(); |
| | | } |
| | | //回滚事务 |
| | | public void RollBack() |
| | | { |
| | | MainTran.Rollback(); |
| | | CnClose(); |
| | | } |
| | | public DBHelper() |
| | | { |
| | | //sServer = "47.96.97.237,15127"; |
| | | //sDataBase = "HX_LMESsys"; |
| | | //sUser = "HX_USER"; |
| | | //sPassword = "lc@841022"; |
| | | ////斯莫尔 |
| | | sServer = "30.10.7.6"; |
| | | sDataBase = "HX_LMESsys_test"; |
| | | sUser = "HX_USER"; |
| | | sPassword = "lc@841022"; |
| | | } |
| | | |
| | | private bool CnOpen()//OPEN数据库连接 |
| | | { |
| | | if (sServer == "" || sServer == "没有找到!") |
| | | { |
| | | throw new Exception("错误的服务器名!" + System.Environment.CurrentDirectory); |
| | | } |
| | | if (sDataBase == "" || sDataBase == "没有找到!") |
| | | { |
| | | throw new Exception("错误的数据库名!"); |
| | | } |
| | | if (MainCn == null) |
| | | { |
| | | MainCn = new SqlConnection("Data Source=" + sServer + ";DataBase=" + sDataBase + ";User ID=" + sUser + ";PWD=" + sPassword + ";max pool size=32767"); |
| | | } |
| | | if (MainCn.State == System.Data.ConnectionState.Closed) |
| | | { |
| | | try |
| | | { |
| | | MainCn.Open(); |
| | | return true; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | throw new Exception(e.Message + "," + sServer + "," + sDataBase); |
| | | } |
| | | } |
| | | else |
| | | return true; |
| | | } |
| | | |
| | | public void CnClose()//关闭数据库连接 |
| | | { |
| | | if (MainCn != null) |
| | | MainCn.Close(); |
| | | } |
| | | |
| | | public void CnDispose()//释放资源 |
| | | { |
| | | if (MainCn != null) |
| | | { |
| | | MainCn.Dispose(); |
| | | MainCn = null; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 执行SQL无返回值 |
| | | /// </summary> |
| | | /// <param name="procName"></param> |
| | | /// <param name="sErrMessage"></param> |
| | | /// <returns></returns> |
| | | public void RunProc(string procName) |
| | | { |
| | | if (!this.CnOpen()) |
| | | { |
| | | return; |
| | | //sErrMessage = "连接数据库失败!"; |
| | | } |
| | | try |
| | | { |
| | | SqlCommand cmd = new SqlCommand(procName, MainCn); |
| | | cmd.CommandTimeout = 600; |
| | | cmd.Transaction = MainTran; |
| | | cmd.ExecuteNonQuery(); |
| | | return; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | |
| | | throw (e); |
| | | //return; |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 执行 |
| | | /// </summary> |
| | | /// <param name="procName"></param> |
| | | /// <param name="sErrMessage"></param> |
| | | /// <returns></returns> |
| | | public void RunProc(string procName, ref string sErr) |
| | | { |
| | | if (!this.CnOpen()) |
| | | { |
| | | sErr = "连接数据库失败!"; |
| | | return; |
| | | |
| | | } |
| | | try |
| | | { |
| | | //ClsPub.sSQLInfo = procName; |
| | | SqlCommand cmd = new SqlCommand(procName, MainCn); |
| | | cmd.CommandTimeout = 600; |
| | | cmd.Transaction = MainTran; |
| | | cmd.ExecuteNonQuery(); |
| | | return; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sErr = e.Message; |
| | | //ClsPub.sErrInfo = e.Message; |
| | | throw (e); |
| | | //return; |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 递入参数执行SQL并返回DATASET |
| | | /// </summary> |
| | | /// <param name="procName">执行语句</param> |
| | | /// <param name="prams">参数</param> |
| | | /// <param name="tbName">表名</param> |
| | | /// <param name="sErrMessage">异常信息</param> |
| | | /// <returns></returns> |
| | | public DataSet RunProcReturn(string procName, SqlParameter[] prams, string tbName) |
| | | { |
| | | SqlDataAdapter dap = CreateDataAdaper(procName, prams); |
| | | if (dap == null) |
| | | return null; |
| | | DataSet ds = new DataSet(); |
| | | try |
| | | { |
| | | //ClsPub.sSQLInfo = procName; |
| | | dap.Fill(ds, tbName); |
| | | return ds; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | //ClsPub.sErrInfo = e.Message; |
| | | throw (e); |
| | | return null; |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 执行SQL并返回DATASET |
| | | /// </summary> |
| | | /// <param name="procName">执行语句</param> |
| | | /// <param name="tbName">表名</param> |
| | | /// <param name="sErrMessage">异常信息</param> |
| | | /// <returns></returns> |
| | | public DataSet RunProcReturn(string procName, string tbName) |
| | | { |
| | | SqlDataAdapter dap = CreateDataAdaper(procName, null); |
| | | DataSet ds = new DataSet(); |
| | | try |
| | | { |
| | | //ClsPub.sSQLInfo = procName; |
| | | dap.Fill(ds, tbName); |
| | | return ds; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | //ClsPub.sErrInfo = e.Message; |
| | | throw (e); |
| | | return null; |
| | | } |
| | | } |
| | | /// <summary> |
| | | /// 执行SQL并返回DATASET和错误信息 |
| | | /// </summary> |
| | | /// <param name="procName">执行语句</param> |
| | | /// <param name="tbName">表名</param> |
| | | /// <param name="sErrMessage">异常信息</param> |
| | | /// <returns></returns> |
| | | public DataSet RunProcReturn(string procName, string tbName, ref string sErr) |
| | | { |
| | | SqlDataAdapter dap = CreateDataAdaper(procName, null); |
| | | DataSet ds = new DataSet(); |
| | | try |
| | | { |
| | | //ClsPub.sSQLInfo = procName; |
| | | dap.Fill(ds, tbName); |
| | | return ds; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | sErr = e.Message; |
| | | //ClsPub.sErrInfo = e.Message; |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | private SqlDataAdapter CreateDataAdaper(string procName, SqlParameter[] prams) |
| | | { |
| | | if (this.CnOpen()) |
| | | { |
| | | SqlDataAdapter dap = new SqlDataAdapter(procName, MainCn); |
| | | dap.SelectCommand.CommandType = CommandType.Text; |
| | | dap.SelectCommand.CommandTimeout = 600; |
| | | dap.SelectCommand.Transaction = MainTran; |
| | | if (prams != null) |
| | | { |
| | | foreach (SqlParameter parameter in prams) |
| | | dap.SelectCommand.Parameters.Add(parameter); |
| | | } |
| | | dap.SelectCommand.Parameters.Add(new SqlParameter("ReturnValue", SqlDbType.Int, 4, |
| | | ParameterDirection.ReturnValue, false, 0, 0, |
| | | string.Empty, DataRowVersion.Default, null)); |
| | | return dap; |
| | | } |
| | | else |
| | | { |
| | | return null; |
| | | } |
| | | } |
| | | public static Int64 isLong(object message) |
| | | { |
| | | try |
| | | { |
| | | return Convert.ToInt64(message); |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | return 0; |
| | | } |
| | | } |
| | | public static string isStrNull(object message) |
| | | { |
| | | try |
| | | { |
| | | if (message == null) |
| | | { |
| | | return ""; |
| | | } |
| | | else |
| | | { |
| | | return message.ToString().Trim(); |
| | | } |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | return ""; |
| | | } |
| | | } |
| | | |
| | | public static int isInt(object message) |
| | | { |
| | | try |
| | | { |
| | | return Convert.ToInt16(message); |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | return 0; |
| | | } |
| | | } |
| | | |
| | | public Int64 CreateBillID_Prod(string BillCode, ref string sReturn) |
| | | { |
| | | try |
| | | { |
| | | string BillType = ""; |
| | | DataSet Ds; |
| | | Int64 lID; |
| | | Ds = RunProcReturn("exec h_p_Xt_GetMaxBillID '" + BillCode + "'", "h_p_Xt_GetMaxBillID"); |
| | | if (Ds == null || Ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | lID = -1; |
| | | } |
| | | else |
| | | { |
| | | lID = DBHelper.isLong(Ds.Tables[0].Rows[0]["HBillNo"]); |
| | | } |
| | | CnClose(); |
| | | CnDispose(); |
| | | Ds = null; |
| | | return lID; |
| | | } |
| | | catch (Exception e) |
| | | { |
| | | return -2; |
| | | } |
| | | } |
| | | |
| | | //得到最大单据号 |
| | | public string CreateBillCode(string BillCode, ref string sReturn, bool Add) |
| | | { |
| | | Int64 BillCodeMode; |
| | | string Profix; |
| | | Int64 Glida; |
| | | Int32 CodeLen; |
| | | string sBillNo = ""; |
| | | char c = Convert.ToChar("0"); |
| | | string sKjYear = DateTime.Today.Year.ToString(); |
| | | string sPeriod = DateTime.Today.Month.ToString(); |
| | | string sDay = DateTime.Today.Day.ToString(); |
| | | //得到单据号表 信息 |
| | | DataSet Ds = new DataSet(); |
| | | Ds = RunProcReturn("Select * from Gy_BillNumber where BillCode='" + BillCode.Trim() + "'", "Gy_BillNumber"); |
| | | if (Ds.Tables[0].Rows.Count != 0) |
| | | { |
| | | BillCodeMode = DBHelper.isLong(Ds.Tables[0].Rows[0]["BillCodeMode"].ToString()); |
| | | Profix = DBHelper.isStrNull(Ds.Tables[0].Rows[0]["Profix"].ToString()); |
| | | Glida = DBHelper.isLong(Ds.Tables[0].Rows[0]["Glida"].ToString()); |
| | | CodeLen = DBHelper.isInt(Ds.Tables[0].Rows[0]["CodeLen"].ToString()); |
| | | } |
| | | else |
| | | { |
| | | return ""; |
| | | } |
| | | // |
| | | string sStr; |
| | | switch (BillCodeMode) |
| | | { |
| | | case 0: |
| | | switch (Glida) |
| | | { |
| | | case 0://纯流水号 |
| | | Ds = RunProcReturn("Select * from Gy_MaxNum where BillCode='" + BillCode.Trim() + "'", "Gy_MaxNum"); |
| | | if (Ds.Tables[0].Rows.Count != 0) |
| | | { |
| | | sStr = new string(c, CodeLen - (Ds.Tables[0].Rows[0]["NowNumBer"].ToString()).Length); |
| | | sBillNo = Profix.Trim() + sStr + Ds.Tables[0].Rows[0]["NowNumBer"].ToString().Trim(); |
| | | } |
| | | else //插入新记录 |
| | | { |
| | | sStr = new string(c, CodeLen - 1); |
| | | RunProc("insert into Gy_MaxNum(BillCode,NowNumber) values('" + BillCode.Trim() + "',1)"); |
| | | sBillNo = Profix.Trim() + sStr + 1; |
| | | } |
| | | if (Add == true) |
| | | { |
| | | RunProc("update Gy_Maxnum set NowNumBer=NowNumBer+1 where BillCode='" + BillCode.Trim() + "'"); |
| | | } |
| | | return sBillNo; |
| | | |
| | | case 1://根据 YY年+MM月 日 + 流水号 生成单据号 (日 采用了 仓库的字段) |
| | | sKjYear = sKjYear.Substring(2, 2); |
| | | sPeriod = "0" + sPeriod; |
| | | sPeriod = sPeriod.Substring(sPeriod.Length - 2, 2); |
| | | sDay = ""; |
| | | Ds = RunProcReturn("Select * from Gy_MaxNum where BillCode='" + BillCode.Trim() + "' and KjYear='" + sKjYear + "' and Period='" + sPeriod + "' and whcode='" + sDay + "'", "Gy_MaxNum"); |
| | | if (Ds.Tables[0].Rows.Count != 0) |
| | | { |
| | | sStr = new string(c, CodeLen - (Ds.Tables[0].Rows[0]["NowNumBer"].ToString()).Length); |
| | | sBillNo = Profix.Trim() + sKjYear + sPeriod + sDay + sStr + Ds.Tables[0].Rows[0]["NowNumBer"].ToString().Trim(); |
| | | } |
| | | else //插入新记录 |
| | | { |
| | | sStr = new string(c, CodeLen - 1); |
| | | RunProc("insert into Gy_Maxnum(BillCode,Kjyear,Period,whcode,NowNumber) values('" + BillCode.Trim() + "','" + sKjYear + "','" + sPeriod + "','" + sDay + "',1)"); |
| | | sBillNo = Profix.Trim() + sKjYear + sPeriod + sDay + sStr + "1"; |
| | | } |
| | | if (Add == true) |
| | | { |
| | | RunProc("update Gy_Maxnum set NowNumBer=NowNumBer+1 where BillCode='" + BillCode.Trim() + "' and KjYear='" + sKjYear + "' and Period='" + sPeriod + "' and whcode='" + sDay + "'"); |
| | | } |
| | | return sBillNo; |
| | | case 2: //根据年+月+日 生成单据号 |
| | | Ds = RunProcReturn("Select * from Gy_MaxNum where BillCode='" + BillCode.Trim() + "' and KjYear='" + sKjYear + "' and Period='" + sPeriod + "' and whcode='" + sDay + "'", "Gy_MaxNum"); |
| | | if (Ds.Tables[0].Rows.Count != 0) |
| | | { |
| | | sStr = new string(c, CodeLen - (Ds.Tables[0].Rows[0]["NowNumBer"].ToString()).Length); |
| | | sBillNo = Profix.Trim() + sKjYear + DBHelper.isStrNull(("0" + sPeriod)).Substring(DBHelper.isStrNull(("0" + sPeriod)).Length - 2, 2) + DBHelper.isStrNull(("0" + sDay)).Substring(DBHelper.isStrNull(("0" + sDay)).Length - 2, 2) + sStr + Ds.Tables[0].Rows[0]["NowNumBer"].ToString().Trim(); |
| | | } |
| | | else //插入新记录 |
| | | { |
| | | sStr = new string(c, CodeLen - 1); |
| | | RunProc("insert into Gy_Maxnum(BillCode,Kjyear,Period,whcode,NowNumber) values('" + BillCode.Trim() + "','" + sKjYear + "','" + sPeriod + "','" + sDay + "',1)"); |
| | | sBillNo = Profix.Trim() + sKjYear + DBHelper.isStrNull(("0" + sPeriod)).Substring(DBHelper.isStrNull(("0" + sPeriod)).Length - 2, 2) + DBHelper.isStrNull(("0" + sDay)).Substring(DBHelper.isStrNull(("0" + sDay)).Length - 2, 2) + sStr + 1; |
| | | } |
| | | if (Add == true) |
| | | { |
| | | RunProc("update Gy_Maxnum set NowNumBer=NowNumBer+1 where BillCode='" + BillCode.Trim() + "' and KjYear='" + sKjYear + "' and Period='" + sPeriod + "' and whcode='" + sDay + "'"); |
| | | } |
| | | return sBillNo; |
| | | |
| | | |
| | | default: |
| | | return sBillNo; |
| | | |
| | | } |
| | | |
| | | case 1: |
| | | return sBillNo; |
| | | |
| | | default: |
| | | return sBillNo; |
| | | |
| | | } |
| | | CnClose(); |
| | | CnDispose(); |
| | | } |
| | | |
| | | private static readonly object lockObj = new object(); |
| | | //写日志 |
| | | public static void CustomWriteLog(object obj, string FileName, string filePath = "Vlog", bool isAppend = true) |
| | | { |
| | | try |
| | | { |
| | | lock (lockObj) |
| | | { |
| | | filePath = $@"{filePath}\{FileName}.txt"; |
| | | |
| | | filePath = AppDomain.CurrentDomain.BaseDirectory + filePath; |
| | | |
| | | if (!System.IO.Directory.Exists(Path.GetDirectoryName(filePath))) |
| | | { |
| | | System.IO.Directory.CreateDirectory(Path.GetDirectoryName(filePath)); |
| | | } |
| | | |
| | | bool fileExists = System.IO.File.Exists(filePath); |
| | | //不存在 则创建该文件 |
| | | if (!fileExists) |
| | | { |
| | | System.IO.File.Create(filePath).Close(); |
| | | } |
| | | |
| | | using (StreamWriter writer = new StreamWriter(filePath, isAppend)) |
| | | { |
| | | //存在的时候才写一行 |
| | | if (fileExists && isAppend) |
| | | { |
| | | writer.WriteLine(); |
| | | } |
| | | |
| | | var content = obj is string ? obj : JsonConvert.SerializeObject(obj); |
| | | writer.WriteLine($"{DateTime.Now} {content}"); |
| | | } |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | <Project Sdk="Microsoft.NET.Sdk"> |
| | | |
| | | <PropertyGroup> |
| | | <OutputType>Exe</OutputType> |
| | | <TargetFramework>netcoreapp3.1</TargetFramework> |
| | | </PropertyGroup> |
| | | |
| | | <ItemGroup> |
| | | <PackageReference Include="Newtonsoft.Json" Version="13.0.3" /> |
| | | <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> |
| | | </ItemGroup> |
| | | |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <_LastSelectedProfileId>D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\Properties\PublishProfiles\FolderProfile1.pubxml</_LastSelectedProfileId> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.IO; |
| | | using System.Net; |
| | | using System.Net.Http; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace DingDingMsg_EarlyWarning |
| | | { |
| | | public class MSG |
| | | { |
| | | private HttpClient _client; |
| | | private string _baseUrl; |
| | | |
| | | //获取企业的accessToken |
| | | public string GetAccessToken(string appKey, string appSecret) |
| | | { |
| | | string url = "https://api.dingtalk.com/v1.0/oauth2/accessToken"; |
| | | |
| | | string postData = "{\"appKey\":\"" + appKey + "\", \"appSecret\":\"" + appSecret + "\"}"; |
| | | |
| | | byte[] byteArray = Encoding.UTF8.GetBytes(postData); |
| | | |
| | | WebRequest request = WebRequest.Create(url); |
| | | request.Method = "POST"; |
| | | request.ContentType = "application/json"; |
| | | request.ContentLength = byteArray.Length; |
| | | |
| | | using (Stream dataStream = request.GetRequestStream()) |
| | | { |
| | | dataStream.Write(byteArray, 0, byteArray.Length); |
| | | } |
| | | |
| | | using (WebResponse response = request.GetResponse()) |
| | | using (Stream responseStream = response.GetResponseStream()) |
| | | using (StreamReader reader = new StreamReader(responseStream)) |
| | | { |
| | | string responseString = reader.ReadToEnd(); |
| | | return responseString; |
| | | } |
| | | } |
| | | |
| | | //发送工作通知 |
| | | public async Task<string> SendTextMessage(string accessToken, string agentId, string userIdList, string deptIdList, string toAllUser, string message) |
| | | { |
| | | try |
| | | { |
| | | _client = new HttpClient(); |
| | | _baseUrl = "https://oapi.dingtalk.com/topapi/message/corpconversation/asyncsend_v2"; |
| | | string url = $"{_baseUrl}?access_token={accessToken}"; |
| | | DateTimeOffset now = DateTimeOffset.Now; |
| | | string currentTime = now.ToString("yyyy-MM-dd HH:mm:ss"); |
| | | string messageWithTimestamp = $"消息时间:{currentTime} --- {message}"; // 在消息内容之前添加时间戳 |
| | | string messageJson = $"{{\"msgtype\": \"text\", \"text\": {{ \"content\": \"{messageWithTimestamp}\" }} }}"; |
| | | string requestBody = $"agent_id={agentId}&userid_list={userIdList}&dept_id_list={deptIdList}&to_all_user={toAllUser}&msg={messageJson}"; |
| | | |
| | | HttpResponseMessage response = await _client.PostAsync(url, new StringContent(requestBody, Encoding.UTF8, "application/x-www-form-urlencoded")); |
| | | |
| | | if (response.IsSuccessStatusCode) |
| | | { |
| | | return await response.Content.ReadAsStringAsync(); |
| | | } |
| | | else |
| | | { |
| | | return $"Failed to send message. Status code: {response.StatusCode}"; |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | return "An error occurred: " + ex.Message; |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | using Newtonsoft.Json; |
| | | using Newtonsoft.Json.Linq; |
| | | using System; |
| | | using System.Data; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace DingDingMsg_EarlyWarning |
| | | { |
| | | class Program |
| | | { |
| | | //异常反馈单,异常工艺参数预警 发送钉钉消息 |
| | | static DBHelper oCN = new DBHelper(); |
| | | static DataSet dt = new DataSet(); |
| | | static DataSet dts = new DataSet(); |
| | | static async Task Main(string[] args) |
| | | { |
| | | //本地 |
| | | //string appKey = "dingrsrzhdyn3mlaof95"; |
| | | //string appSecret = "RAqH6YtZnPLCpDbuqfaYQkKkVtVdS0wqfC8I26X6qiS-8eoCJCNrzx3fubGND4Sq"; |
| | | //斯莫尔 |
| | | string appKey = "dingkdddbhdcssk7jduw"; |
| | | string appSecret = "iv07c-GLfJPnzfJaNAAOfJDl3Z-eODvDAhlInMZCZhGorkle5Evbaxx3ImylvdjQ"; |
| | | Console.WriteLine("程序正在执行,请不要关闭!!!!"); |
| | | // 记录上次执行新定时任务的时间 |
| | | while (true) |
| | | { |
| | | //查找设备保养预警 |
| | | string sql = "SELECT a.HInterID,b.HEntryID,c.HEquipFileNo 设备编码, c.HName 设备名称 FROM Sb_EquipMaintainPlanBillMain a " + |
| | | "INNER JOIN Sb_EquipMaintainPlanBillSub_Plan b ON a.HInterID = b.HInterID " + |
| | | "LEFT JOIN Gy_EquipFileBillMain c ON a.HEquipID = c.HInterID " + |
| | | "WHERE CAST(CONVERT(datetime, b.HErrBeginTime, 120) AS DATE) = CAST(GETDATE() AS DATE) and HSendFlag = '0'"; |
| | | dt = oCN.RunProcReturn(sql, "Sb_EquipMaintainPlanBillMain"); |
| | | //设备保养预警自动发信息 |
| | | if (dt.Tables[0].Rows.Count > 0) |
| | | { |
| | | string HContext = ""; |
| | | |
| | | for (int i = 0; i < dt.Tables[0].Rows.Count; i++) |
| | | { |
| | | HContext = "设备编码为:"+dt.Tables[0].Rows[i]["设备编码"].ToString()+ ",设备名称为:"+dt.Tables[0].Rows[i]["设备名称"].ToString()+",已到保养预警日期,需尽快进行保养"; |
| | | //更新设备保养计划预警 子表 |
| | | string sql1 = "update Sb_EquipMaintainPlanBillSub_Plan set HSendFlag='1' where HInterID="+ dt.Tables[0].Rows[i]["HInterID"].ToString() + " and HEntryID=" + dt.Tables[0].Rows[i]["HEntryID"].ToString()+""; ; |
| | | oCN.RunProc(sql1); |
| | | DBHelper.CustomWriteLog("设备保养计划预警:" + sql1 + " 更新子表语句:" + sql1, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | |
| | | string sql2 = "select a.HDingDingUserID 钉钉id,a.Czymc 接收人 from Gy_Czygl a left join System_UserGroupInfo b on a.Czybm = b.UserId" + |
| | | "left join System_UserGroup c on b.GroupId = c.GroupID where c.GroupName = '设备保养计划预警接收人'"; |
| | | dts = oCN.RunProcReturn(sql2, "Gy_Czygl"); |
| | | for (int j = 0; j < dts.Tables[0].Rows.Count; j++) |
| | | { |
| | | string HName = dts.Tables[0].Rows[j]["钉钉id"].ToString(); |
| | | string Stares = dts.Tables[0].Rows[j]["接收人"].ToString(); |
| | | MSG msg = new MSG(); |
| | | //获取企业的access_token的值 |
| | | string response = msg.GetAccessToken(appKey, appSecret); |
| | | JObject responseJson = JObject.Parse(response); |
| | | // 获取access_token的值 |
| | | string accessToken = responseJson["accessToken"].ToString(); |
| | | |
| | | //调用方法发送消息 |
| | | //string agentId = "3118119317";//钉钉后台建立的小程序id |
| | | //斯莫尔 |
| | | string agentId = "3151454458";//钉钉后台建立的小程序id |
| | | string userIdList = HName;//钉钉人员的id |
| | | string deptIdList = "0"; // 空字符串表示不指定部门 |
| | | string toAllUser = "false"; |
| | | string message = HContext; |
| | | |
| | | // 调用方法发送消息 |
| | | response = await msg.SendTextMessage(accessToken, agentId, userIdList, deptIdList, toAllUser, message); |
| | | ResponseData responseData = JsonConvert.DeserializeObject<ResponseData>(response); |
| | | if (responseData.errcode == 0) |
| | | { |
| | | DBHelper.CustomWriteLog("钉钉发送信息成功!", DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | else |
| | | { |
| | | Console.WriteLine(responseData.errcode); |
| | | DBHelper.CustomWriteLog("钉钉返回信息:" + response, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | //查找模具保养预警 |
| | | string newsql = "SELECT a.HInterID,b.HEntryID,c.HMouldNo 模具编码, c.HName 模具名称,B.HErrBeginQty,HSendFlag FROM Sc_MouldMaintainPlanBillMain a " + |
| | | "INNER JOIN Sc_MouldMaintainPlanBillSub_Plan b ON a.HInterID = b.HInterID " + |
| | | "LEFT JOIN Gy_MouldFileMain c ON a.HMouldID = c.HInterID " + |
| | | "WHERE b.HErrBeginQty >= (select sum(HUseLife) from Sc_MouldLifeUseBillSub WHERE HMaterID = a.HMouldID) and b.HSendFlag = '0'"; |
| | | dt = oCN.RunProcReturn(newsql, "Sb_EquipMaintainPlanBillMain"); |
| | | //模具保养预警自动发信息 |
| | | if (dt.Tables[0].Rows.Count > 0) |
| | | { |
| | | string HContext = ""; |
| | | |
| | | for (int i = 0; i < dt.Tables[0].Rows.Count; i++) |
| | | { |
| | | HContext = "模具编码为:" + dt.Tables[0].Rows[i]["模具编码"].ToString() + ",模具名称为:" + dt.Tables[0].Rows[i]["模具名称"].ToString() + ",已到保养预警日期,需尽快进行保养"; |
| | | //更新模具保养计划预警 子表 |
| | | string sql1 = "update Sc_MouldMaintainPlanBillSub_Plan set HSendFlag='1' where HInterID=" + dt.Tables[0].Rows[i]["HInterID"].ToString() + " and HEntryID=" + dt.Tables[0].Rows[i]["HEntryID"].ToString() + ""; ; |
| | | oCN.RunProc(sql1); |
| | | DBHelper.CustomWriteLog("模具保养计划预警:" + sql1 + " 更新子表语句:" + sql1, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | |
| | | string sql2 = "select a.HDingDingUserID 钉钉id,a.Czymc 接收人 from Gy_Czygl a left join System_UserGroupInfo b on a.Czybm = b.UserId" + |
| | | "left join System_UserGroup c on b.GroupId = c.GroupID where c.GroupName = '模具保养计划预警接收人'"; |
| | | dts = oCN.RunProcReturn(sql2, "Gy_Czygl"); |
| | | for (int j = 0; j < dts.Tables[0].Rows.Count; j++) |
| | | { |
| | | string HName = dts.Tables[0].Rows[j]["钉钉id"].ToString(); |
| | | string Stares = dts.Tables[0].Rows[j]["接收人"].ToString(); |
| | | MSG msg = new MSG(); |
| | | //获取企业的access_token的值 |
| | | string response = msg.GetAccessToken(appKey, appSecret); |
| | | JObject responseJson = JObject.Parse(response); |
| | | // 获取access_token的值 |
| | | string accessToken = responseJson["accessToken"].ToString(); |
| | | |
| | | //调用方法发送消息 |
| | | //string agentId = "3118119317";//钉钉后台建立的小程序id |
| | | //斯莫尔 |
| | | string agentId = "3151454458";//钉钉后台建立的小程序id |
| | | string userIdList = HName;//钉钉人员的id |
| | | string deptIdList = "0"; // 空字符串表示不指定部门 |
| | | string toAllUser = "false"; |
| | | string message = HContext; |
| | | |
| | | // 调用方法发送消息 |
| | | response = await msg.SendTextMessage(accessToken, agentId, userIdList, deptIdList, toAllUser, message); |
| | | ResponseData responseData = JsonConvert.DeserializeObject<ResponseData>(response); |
| | | if (responseData.errcode == 0) |
| | | { |
| | | DBHelper.CustomWriteLog("钉钉发送信息成功!", DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | else |
| | | { |
| | | Console.WriteLine(responseData.errcode); |
| | | DBHelper.CustomWriteLog("钉钉返回信息:" + response, DateTime.Now.ToString("yyyy-MM-dd")); |
| | | } |
| | | } |
| | | } |
| | | } |
| | | // 等待一分钟 |
| | | await Task.Delay(TimeSpan.FromMinutes(1)); |
| | | } |
| | | |
| | | } |
| | | public class ResponseData |
| | | { |
| | | public int errcode { get; set; } |
| | | public string errmsg { get; set; } |
| | | public long task_id { get; set; } |
| | | public string request_id { get; set; } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>Any CPU</Platform> |
| | | <PublishDir>D:\网站发布\钉钉发布</PublishDir> |
| | | <PublishProtocol>FileSystem</PublishProtocol> |
| | | <TargetFramework>netcoreapp3.1</TargetFramework> |
| | | <RuntimeIdentifier>win-x64</RuntimeIdentifier> |
| | | <SelfContained>true</SelfContained> |
| | | <PublishSingleFile>False</PublishSingleFile> |
| | | <PublishReadyToRun>False</PublishReadyToRun> |
| | | <PublishTrimmed>False</PublishTrimmed> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <History>True|2024-09-23T10:12:43.7218249Z;</History> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <Configuration>Debug</Configuration> |
| | | <Platform>Any CPU</Platform> |
| | | <PublishDir>D:\网站发布\钉钉发布\设备模具保养预警</PublishDir> |
| | | <PublishProtocol>FileSystem</PublishProtocol> |
| | | <TargetFramework>netcoreapp3.1</TargetFramework> |
| | | <RuntimeIdentifier>win-x64</RuntimeIdentifier> |
| | | <SelfContained>true</SelfContained> |
| | | <PublishSingleFile>False</PublishSingleFile> |
| | | <PublishReadyToRun>False</PublishReadyToRun> |
| | | <PublishTrimmed>False</PublishTrimmed> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <!-- |
| | | https://go.microsoft.com/fwlink/?LinkID=208121. |
| | | --> |
| | | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <History>True|2024-09-23T10:14:50.8540058Z;</History> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | { |
| | | "runtimeTarget": { |
| | | "name": ".NETCoreApp,Version=v3.1", |
| | | "signature": "" |
| | | }, |
| | | "compilationOptions": {}, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": { |
| | | "DingDingMsg_EarlyWarning/1.0.0": { |
| | | "dependencies": { |
| | | "Newtonsoft.Json": "13.0.3", |
| | | "System.Data.SqlClient": "4.8.6" |
| | | }, |
| | | "runtime": { |
| | | "DingDingMsg_EarlyWarning.dll": {} |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": {}, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": { |
| | | "assemblyVersion": "13.0.0.0", |
| | | "fileVersion": "13.0.3.27908" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "runtimeTargets": { |
| | | "runtimes/win-arm64/native/sni.dll": { |
| | | "rid": "win-arm64", |
| | | "assetType": "native", |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "runtimeTargets": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "rid": "win-x64", |
| | | "assetType": "native", |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "runtimeTargets": { |
| | | "runtimes/win-x86/native/sni.dll": { |
| | | "rid": "win-x86", |
| | | "assetType": "native", |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "runtime": { |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "rid": "unix", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "rid": "win", |
| | | "assetType": "runtime", |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": {} |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "DingDingMsg_EarlyWarning/1.0.0": { |
| | | "type": "project", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "additionalProbingPaths": [ |
| | | "C:\\Users\\86187\\.dotnet\\store\\|arch|\\|tfm|", |
| | | "C:\\Users\\86187\\.nuget\\packages", |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "tfm": "netcoreapp3.1", |
| | | "framework": { |
| | | "name": "Microsoft.NETCore.App", |
| | | "version": "3.1.0" |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeTarget": { |
| | | "name": ".NETCoreApp,Version=v3.1/win-x64", |
| | | "signature": "" |
| | | }, |
| | | "compilationOptions": {}, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": {}, |
| | | ".NETCoreApp,Version=v3.1/win-x64": { |
| | | "DingDingMsg_EarlyWarning/1.0.0": { |
| | | "dependencies": { |
| | | "Newtonsoft.Json": "13.0.3", |
| | | "System.Data.SqlClient": "4.8.6", |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64": "3.1.32" |
| | | }, |
| | | "runtime": { |
| | | "DingDingMsg_EarlyWarning.dll": {} |
| | | } |
| | | }, |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.32": { |
| | | "runtime": { |
| | | "Microsoft.CSharp.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.VisualBasic.Core.dll": { |
| | | "assemblyVersion": "10.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.VisualBasic.dll": { |
| | | "assemblyVersion": "10.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.Win32.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "Microsoft.Win32.Registry.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.AppContext.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Buffers.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Concurrent.dll": { |
| | | "assemblyVersion": "4.0.15.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Immutable.dll": { |
| | | "assemblyVersion": "1.2.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.NonGeneric.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.Specialized.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Collections.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.Annotations.dll": { |
| | | "assemblyVersion": "4.3.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.DataAnnotations.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.EventBasedAsync.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.Primitives.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.TypeConverter.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ComponentModel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Configuration.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Console.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Core.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.Common.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.DataSetExtensions.dll": { |
| | | "assemblyVersion": "4.0.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Data.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Contracts.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Debug.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.DiagnosticSource.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.FileVersionInfo.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Process.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.StackTrace.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.TextWriterTraceListener.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Tools.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.TraceSource.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Diagnostics.Tracing.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Drawing.Primitives.dll": { |
| | | "assemblyVersion": "4.2.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Drawing.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Dynamic.Runtime.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.Calendars.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Globalization.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.Brotli.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.FileSystem.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.ZipFile.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Compression.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.AccessControl.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.DriveInfo.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.Watcher.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.FileSystem.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.IsolatedStorage.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.MemoryMappedFiles.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Pipes.AccessControl.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.Pipes.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.UnmanagedMemoryStream.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.IO.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Expressions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Parallel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.Queryable.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Linq.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Memory.dll": { |
| | | "assemblyVersion": "4.2.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Http.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.HttpListener.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Mail.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.NameResolution.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.NetworkInformation.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Ping.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Requests.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Security.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.ServicePoint.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.Sockets.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebClient.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebHeaderCollection.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebProxy.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebSockets.Client.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.WebSockets.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Net.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Numerics.Vectors.dll": { |
| | | "assemblyVersion": "4.1.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Numerics.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ObjectModel.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.DataContractSerialization.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Uri.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Xml.Linq.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Private.Xml.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.DispatchProxy.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.ILGeneration.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.Lightweight.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Emit.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Metadata.dll": { |
| | | "assemblyVersion": "1.4.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.TypeExtensions.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Reflection.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.Reader.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.ResourceManager.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Resources.Writer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.CompilerServices.Unsafe.dll": { |
| | | "assemblyVersion": "4.0.6.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.CompilerServices.VisualC.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Extensions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Handles.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.RuntimeInformation.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.WindowsRuntime.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.InteropServices.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Intrinsics.dll": { |
| | | "assemblyVersion": "4.0.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Loader.dll": { |
| | | "assemblyVersion": "4.1.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Numerics.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Formatters.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Json.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Primitives.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.Xml.dll": { |
| | | "assemblyVersion": "4.1.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.Serialization.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.WindowsRuntime.UI.Xaml.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.WindowsRuntime.dll": { |
| | | "assemblyVersion": "4.0.15.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Runtime.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.AccessControl.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Claims.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Algorithms.dll": { |
| | | "assemblyVersion": "4.3.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Cng.dll": { |
| | | "assemblyVersion": "4.3.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Csp.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Encoding.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.OpenSsl.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.Primitives.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Cryptography.X509Certificates.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Principal.Windows.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.Principal.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.SecureString.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Security.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ServiceModel.Web.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ServiceProcess.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.CodePages.dll": { |
| | | "assemblyVersion": "4.1.3.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.Extensions.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encoding.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Encodings.Web.dll": { |
| | | "assemblyVersion": "4.0.5.1", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.Json.dll": { |
| | | "assemblyVersion": "4.0.1.2", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Text.RegularExpressions.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Channels.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Overlapped.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Dataflow.dll": { |
| | | "assemblyVersion": "4.6.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Extensions.dll": { |
| | | "assemblyVersion": "4.3.1.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.Parallel.dll": { |
| | | "assemblyVersion": "4.0.4.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Tasks.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Thread.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.ThreadPool.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.Timer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Threading.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Transactions.Local.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Transactions.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.ValueTuple.dll": { |
| | | "assemblyVersion": "4.0.5.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Web.HttpUtility.dll": { |
| | | "assemblyVersion": "4.0.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Web.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Windows.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.Linq.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.ReaderWriter.dll": { |
| | | "assemblyVersion": "4.2.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.Serialization.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XPath.XDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XPath.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XmlDocument.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.XmlSerializer.dll": { |
| | | "assemblyVersion": "4.1.2.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.Xml.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "System.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "WindowsBase.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "mscorlib.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "netstandard.dll": { |
| | | "assemblyVersion": "2.1.0.0", |
| | | "fileVersion": "4.700.22.56512" |
| | | } |
| | | }, |
| | | "native": { |
| | | "Microsoft.DiaSymReader.Native.amd64.dll": { |
| | | "fileVersion": "14.12.25830.2" |
| | | }, |
| | | "SOS_README.md": { |
| | | "fileVersion": "0.0.0.0" |
| | | }, |
| | | "System.Private.CoreLib.dll": { |
| | | "assemblyVersion": "4.0.0.0", |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "api-ms-win-core-console-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-datetime-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-debug-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-errorhandling-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-file-l2-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-handle-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-heap-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-interlocked-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-libraryloader-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-localization-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-memory-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-namedpipe-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processenvironment-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processthreads-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-processthreads-l1-1-1.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-profile-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-rtlsupport-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-string-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-synch-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-synch-l1-2-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-sysinfo-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-timezone-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-core-util-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-conio-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-convert-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-environment-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-filesystem-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-heap-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-locale-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-math-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-multibyte-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-private-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-process-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-runtime-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-stdio-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-string-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-time-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "api-ms-win-crt-utility-l1-1-0.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | }, |
| | | "clrcompression.dll": { |
| | | "fileVersion": "4.700.22.56512" |
| | | }, |
| | | "clretwrc.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "clrjit.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "coreclr.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "dbgshim.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "hostfxr.dll": { |
| | | "fileVersion": "3.100.3222.56520" |
| | | }, |
| | | "hostpolicy.dll": { |
| | | "fileVersion": "3.100.3222.56520" |
| | | }, |
| | | "mscordaccore.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscordaccore_amd64_amd64_4.700.22.55902.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscordbi.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscorrc.debug.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "mscorrc.dll": { |
| | | "fileVersion": "4.700.22.55902" |
| | | }, |
| | | "ucrtbase.dll": { |
| | | "fileVersion": "10.0.17134.12" |
| | | } |
| | | } |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": {}, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": { |
| | | "assemblyVersion": "13.0.0.0", |
| | | "fileVersion": "13.0.3.27908" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "native": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "fileVersion": "4.6.25512.1" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {}, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assemblyVersion": "4.6.1.6", |
| | | "fileVersion": "4.700.23.52603" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": {} |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "DingDingMsg_EarlyWarning/1.0.0": { |
| | | "type": "project", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "runtimepack.Microsoft.NETCore.App.Runtime.win-x64/3.1.32": { |
| | | "type": "runtimepack", |
| | | "serviceable": false, |
| | | "sha512": "" |
| | | }, |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512" |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "hashPath": "microsoft.win32.registry.4.7.0.nupkg.sha512" |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512" |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "hashPath": "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512" |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512" |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "serviceable": true, |
| | | "sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": [ |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win-x64-aot": [ |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win10-x64": [ |
| | | "win10", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win10-x64-aot": [ |
| | | "win10-aot", |
| | | "win10-x64", |
| | | "win10", |
| | | "win81-x64-aot", |
| | | "win81-aot", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64-aot", |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win7-x64": [ |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win7-x64-aot": [ |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win8-x64": [ |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win8-x64-aot": [ |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win81-x64": [ |
| | | "win81", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64", |
| | | "win", |
| | | "any", |
| | | "base" |
| | | ], |
| | | "win81-x64-aot": [ |
| | | "win81-aot", |
| | | "win81-x64", |
| | | "win81", |
| | | "win8-x64-aot", |
| | | "win8-aot", |
| | | "win8-x64", |
| | | "win8", |
| | | "win7-x64-aot", |
| | | "win7-aot", |
| | | "win7-x64", |
| | | "win7", |
| | | "win-x64-aot", |
| | | "win-aot", |
| | | "win-x64", |
| | | "win", |
| | | "aot", |
| | | "any", |
| | | "base" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "additionalProbingPaths": [ |
| | | "C:\\Users\\86187\\.dotnet\\store\\|arch|\\|tfm|", |
| | | "C:\\Users\\86187\\.nuget\\packages", |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "runtimeOptions": { |
| | | "tfm": "netcoreapp3.1", |
| | | "includedFrameworks": [ |
| | | { |
| | | "name": "Microsoft.NETCore.App", |
| | | "version": "3.1.32" |
| | | } |
| | | ] |
| | | } |
| | | } |
New file |
| | |
| | | SOS and other diagnostic tools now ship of band and work with any version of the .NET Core runtime. |
| | | |
| | | SOS has moved to the diagnostics repo here: https://github.com/dotnet/diagnostics.git. |
| | | |
| | | Instructions to install SOS: https://github.com/dotnet/diagnostics#installing-sos. |
New file |
| | |
| | | // <autogenerated /> |
| | | using System; |
| | | using System.Reflection; |
| | | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
New file |
| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // 此代码由工具生成。 |
| | | // 运行时版本:4.0.30319.42000 |
| | | // |
| | | // 对此文件的更改可能会导致不正确的行为,并且如果 |
| | | // 重新生成代码,这些更改将会丢失。 |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | using System; |
| | | using System.Reflection; |
| | | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("DingDingMsg_EarlyWarning")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("DingDingMsg_EarlyWarning")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("DingDingMsg_EarlyWarning")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | | |
| | | // 由 MSBuild WriteCodeFragment 类生成。 |
| | | |
New file |
| | |
| | | ec709bf48b9666ff3c539a322145f74eed1ddc47 |
New file |
| | |
| | | 52dd7e37a002164cbe8f80e1df7e48384eb7924a |
New file |
| | |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.exe |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.deps.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.runtimeconfig.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.runtimeconfig.dev.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\Newtonsoft.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\runtimes\win-arm64\native\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\runtimes\win-x64\native\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\runtimes\win-x86\native\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\runtimes\unix\lib\netcoreapp2.1\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\runtimes\win\lib\netcoreapp2.1\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.csproj.AssemblyReference.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.AssemblyInfoInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.AssemblyInfo.cs |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.csproj.CoreCompileInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.csproj.CopyComplete |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\DingDingMsg_EarlyWarning.genruntimeconfig.cache |
New file |
| | |
| | | 86c8e15dd33445635927cfaf398408205fd11473 |
New file |
| | |
| | | // <autogenerated /> |
| | | using System; |
| | | using System.Reflection; |
| | | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")] |
New file |
| | |
| | | //------------------------------------------------------------------------------ |
| | | // <auto-generated> |
| | | // 此代码由工具生成。 |
| | | // 运行时版本:4.0.30319.42000 |
| | | // |
| | | // 对此文件的更改可能会导致不正确的行为,并且如果 |
| | | // 重新生成代码,这些更改将会丢失。 |
| | | // </auto-generated> |
| | | //------------------------------------------------------------------------------ |
| | | |
| | | using System; |
| | | using System.Reflection; |
| | | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("DingDingMsg_EarlyWarning")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("DingDingMsg_EarlyWarning")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("DingDingMsg_EarlyWarning")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | | |
| | | // 由 MSBuild WriteCodeFragment 类生成。 |
| | | |
New file |
| | |
| | | ec709bf48b9666ff3c539a322145f74eed1ddc47 |
New file |
| | |
| | | 024481571f1a35b5f71093c9938c9ff536900346 |
New file |
| | |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.exe |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.deps.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.runtimeconfig.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.runtimeconfig.dev.json |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Newtonsoft.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Data.SqlClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\sni.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Microsoft.CSharp.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Microsoft.VisualBasic.Core.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Microsoft.VisualBasic.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Microsoft.Win32.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Microsoft.Win32.Registry.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.AppContext.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Buffers.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Collections.Concurrent.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Collections.Immutable.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Collections.NonGeneric.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Collections.Specialized.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Collections.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.Annotations.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.DataAnnotations.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.EventBasedAsync.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.TypeConverter.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ComponentModel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Configuration.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Console.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Core.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Data.Common.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Data.DataSetExtensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Data.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Contracts.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Debug.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.DiagnosticSource.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.FileVersionInfo.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Process.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.StackTrace.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.TextWriterTraceListener.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Tools.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.TraceSource.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Diagnostics.Tracing.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Drawing.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Drawing.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Dynamic.Runtime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Globalization.Calendars.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Globalization.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Globalization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.Brotli.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.FileSystem.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.ZipFile.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.Compression.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.DriveInfo.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.Watcher.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.FileSystem.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.IsolatedStorage.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.MemoryMappedFiles.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.Pipes.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.Pipes.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.UnmanagedMemoryStream.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.IO.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Linq.Expressions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Linq.Parallel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Linq.Queryable.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Memory.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Http.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.HttpListener.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Mail.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.NameResolution.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.NetworkInformation.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Ping.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Requests.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Security.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.ServicePoint.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.Sockets.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebClient.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebHeaderCollection.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebProxy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebSockets.Client.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.WebSockets.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Net.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Numerics.Vectors.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Numerics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ObjectModel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Private.DataContractSerialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Private.Uri.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Private.Xml.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Private.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.DispatchProxy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Emit.ILGeneration.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Emit.Lightweight.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Emit.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Metadata.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.TypeExtensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Reflection.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Resources.Reader.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Resources.ResourceManager.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Resources.Writer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.Unsafe.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.CompilerServices.VisualC.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Handles.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.InteropServices.RuntimeInformation.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.InteropServices.WindowsRuntime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.InteropServices.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Intrinsics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Loader.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Numerics.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Formatters.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.Serialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.UI.Xaml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.WindowsRuntime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Runtime.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.AccessControl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Claims.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Algorithms.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Cng.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Csp.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Encoding.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.OpenSsl.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.Primitives.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Cryptography.X509Certificates.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Principal.Windows.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.Principal.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.SecureString.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Security.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ServiceModel.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ServiceProcess.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encoding.CodePages.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encoding.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encoding.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Text.Encodings.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Text.Json.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Text.RegularExpressions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Channels.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Overlapped.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.Dataflow.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.Extensions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.Parallel.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Tasks.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Thread.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.ThreadPool.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.Timer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Threading.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Transactions.Local.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Transactions.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.ValueTuple.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Web.HttpUtility.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Web.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Windows.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.Linq.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.ReaderWriter.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.Serialization.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XPath.XDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XPath.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XmlDocument.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.XmlSerializer.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Xml.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\WindowsBase.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\mscorlib.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\netstandard.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\Microsoft.DiaSymReader.Native.amd64.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\SOS_README.md |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\System.Private.CoreLib.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-console-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-datetime-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-debug-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-errorhandling-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-file-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-file-l2-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-handle-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-heap-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-interlocked-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-libraryloader-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-localization-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-memory-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-namedpipe-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-processenvironment-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-processthreads-l1-1-1.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-profile-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-rtlsupport-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-string-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-synch-l1-2-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-sysinfo-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-timezone-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-core-util-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-conio-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-convert-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-environment-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-filesystem-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-heap-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-locale-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-math-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-multibyte-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-private-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-process-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-runtime-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-stdio-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-string-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-time-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\api-ms-win-crt-utility-l1-1-0.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\clrcompression.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\clretwrc.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\clrjit.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\coreclr.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\dbgshim.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\hostfxr.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\hostpolicy.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\mscordaccore.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\mscordaccore_amd64_amd64_4.700.22.55902.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\mscordbi.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\mscorrc.debug.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\mscorrc.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\bin\Debug\netcoreapp3.1\win-x64\ucrtbase.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.AssemblyInfoInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.AssemblyInfo.cs |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.csproj.CoreCompileInputs.cache |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.csproj.CopyComplete |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.dll |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.pdb |
| | | D:\智云迈思\DingDingMsg\DingDingMsg_EarlyWarning\obj\Debug\netcoreapp3.1\win-x64\DingDingMsg_EarlyWarning.genruntimeconfig.cache |
New file |
| | |
| | | 657d9d47fa96f9c6fe48090c5b023fc73ada2704 |
New file |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "projectName": "DingDingMsg_EarlyWarning", |
| | | "projectPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "packagesPath": "C:\\Users\\86187\\.nuget\\packages\\", |
| | | "outputPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ], |
| | | "configFilePaths": [ |
| | | "C:\\Users\\86187\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| | | ], |
| | | "originalTargetFrameworks": [ |
| | | "netcoreapp3.1" |
| | | ], |
| | | "sources": { |
| | | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
| | | "https://api.nuget.org/v3/index.json": {} |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "projectReferences": {} |
| | | } |
| | | }, |
| | | "warningProperties": { |
| | | "warnAsError": [ |
| | | "NU1605" |
| | | ] |
| | | } |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "dependencies": { |
| | | "Newtonsoft.Json": { |
| | | "target": "Package", |
| | | "version": "[13.0.3, )" |
| | | }, |
| | | "System.Data.SqlClient": { |
| | | "target": "Package", |
| | | "version": "[4.8.6, )" |
| | | } |
| | | }, |
| | | "imports": [ |
| | | "net461", |
| | | "net462", |
| | | "net47", |
| | | "net471", |
| | | "net472", |
| | | "net48" |
| | | ], |
| | | "assetTargetFallback": true, |
| | | "warn": true, |
| | | "frameworkReferences": { |
| | | "Microsoft.NETCore.App": { |
| | | "privateAssets": "all" |
| | | } |
| | | }, |
| | | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.426\\RuntimeIdentifierGraph.json" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| | | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
| | | <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
| | | <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
| | | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
| | | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\86187\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
| | | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.4</NuGetToolVersion> |
| | | </PropertyGroup> |
| | | <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <SourceRoot Include="C:\Users\86187\.nuget\packages\" /> |
| | | <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
| | | </ItemGroup> |
| | | <PropertyGroup> |
| | | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| | | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | { |
| | | "version": 3, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard1.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard1.0/_._": {} |
| | | } |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-arm64/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-arm64" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-x64" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-x86/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-x86" |
| | | } |
| | | } |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/System.Security.AccessControl.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netcoreapp3.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "type": "package", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/netstandard1.0/_._", |
| | | "microsoft.netcore.platforms.3.1.0.nupkg.sha512", |
| | | "microsoft.netcore.platforms.nuspec", |
| | | "runtime.json", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "type": "package", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/Microsoft.Win32.Registry.dll", |
| | | "lib/net461/Microsoft.Win32.Registry.dll", |
| | | "lib/net461/Microsoft.Win32.Registry.xml", |
| | | "lib/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "microsoft.win32.registry.4.7.0.nupkg.sha512", |
| | | "microsoft.win32.registry.nuspec", |
| | | "ref/net46/Microsoft.Win32.Registry.dll", |
| | | "ref/net461/Microsoft.Win32.Registry.dll", |
| | | "ref/net461/Microsoft.Win32.Registry.xml", |
| | | "ref/net472/Microsoft.Win32.Registry.dll", |
| | | "ref/net472/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "ref/netstandard1.3/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "ref/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", |
| | | "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "type": "package", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.md", |
| | | "README.md", |
| | | "lib/net20/Newtonsoft.Json.dll", |
| | | "lib/net20/Newtonsoft.Json.xml", |
| | | "lib/net35/Newtonsoft.Json.dll", |
| | | "lib/net35/Newtonsoft.Json.xml", |
| | | "lib/net40/Newtonsoft.Json.dll", |
| | | "lib/net40/Newtonsoft.Json.xml", |
| | | "lib/net45/Newtonsoft.Json.dll", |
| | | "lib/net45/Newtonsoft.Json.xml", |
| | | "lib/net6.0/Newtonsoft.Json.dll", |
| | | "lib/net6.0/Newtonsoft.Json.xml", |
| | | "lib/netstandard1.0/Newtonsoft.Json.dll", |
| | | "lib/netstandard1.0/Newtonsoft.Json.xml", |
| | | "lib/netstandard1.3/Newtonsoft.Json.dll", |
| | | "lib/netstandard1.3/Newtonsoft.Json.xml", |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll", |
| | | "lib/netstandard2.0/Newtonsoft.Json.xml", |
| | | "newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "newtonsoft.json.nuspec", |
| | | "packageIcon.png" |
| | | ] |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "type": "package", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
| | | "runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "type": "package", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-arm64/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "type": "package", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-x64/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "type": "package", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-x86/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "sha512": "2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "type": "package", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net451/System.Data.SqlClient.dll", |
| | | "lib/net46/System.Data.SqlClient.dll", |
| | | "lib/net461/System.Data.SqlClient.dll", |
| | | "lib/net461/System.Data.SqlClient.xml", |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "lib/netstandard1.2/System.Data.SqlClient.dll", |
| | | "lib/netstandard1.2/System.Data.SqlClient.xml", |
| | | "lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "lib/netstandard1.3/System.Data.SqlClient.xml", |
| | | "lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "ref/MonoAndroid10/_._", |
| | | "ref/MonoTouch10/_._", |
| | | "ref/net451/System.Data.SqlClient.dll", |
| | | "ref/net46/System.Data.SqlClient.dll", |
| | | "ref/net461/System.Data.SqlClient.dll", |
| | | "ref/net461/System.Data.SqlClient.xml", |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/System.Data.SqlClient.dll", |
| | | "ref/netstandard1.2/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/de/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/es/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/fr/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/it/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ja/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ko/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ru/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/System.Data.SqlClient.dll", |
| | | "ref/netstandard1.3/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/de/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/es/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/fr/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/it/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ja/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ko/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ru/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", |
| | | "ref/netstandard2.0/System.Data.SqlClient.dll", |
| | | "ref/netstandard2.0/System.Data.SqlClient.xml", |
| | | "ref/xamarinios10/_._", |
| | | "ref/xamarinmac20/_._", |
| | | "ref/xamarintvos10/_._", |
| | | "ref/xamarinwatchos10/_._", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/net451/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net46/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net461/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net461/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", |
| | | "system.data.sqlclient.4.8.6.nupkg.sha512", |
| | | "system.data.sqlclient.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "type": "package", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/System.Security.AccessControl.dll", |
| | | "lib/net461/System.Security.AccessControl.dll", |
| | | "lib/net461/System.Security.AccessControl.xml", |
| | | "lib/netstandard1.3/System.Security.AccessControl.dll", |
| | | "lib/netstandard2.0/System.Security.AccessControl.dll", |
| | | "lib/netstandard2.0/System.Security.AccessControl.xml", |
| | | "lib/uap10.0.16299/_._", |
| | | "ref/net46/System.Security.AccessControl.dll", |
| | | "ref/net461/System.Security.AccessControl.dll", |
| | | "ref/net461/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/System.Security.AccessControl.dll", |
| | | "ref/netstandard1.3/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/de/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/es/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/fr/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/it/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ja/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ko/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ru/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", |
| | | "ref/netstandard2.0/System.Security.AccessControl.dll", |
| | | "ref/netstandard2.0/System.Security.AccessControl.xml", |
| | | "ref/uap10.0.16299/_._", |
| | | "runtimes/win/lib/net46/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/net461/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/net461/System.Security.AccessControl.xml", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/uap10.0.16299/_._", |
| | | "system.security.accesscontrol.4.7.0.nupkg.sha512", |
| | | "system.security.accesscontrol.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "type": "package", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/System.Security.Principal.Windows.dll", |
| | | "lib/net461/System.Security.Principal.Windows.dll", |
| | | "lib/net461/System.Security.Principal.Windows.xml", |
| | | "lib/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.dll", |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.xml", |
| | | "lib/uap10.0.16299/_._", |
| | | "ref/net46/System.Security.Principal.Windows.dll", |
| | | "ref/net461/System.Security.Principal.Windows.dll", |
| | | "ref/net461/System.Security.Principal.Windows.xml", |
| | | "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", |
| | | "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "ref/netstandard1.3/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard2.0/System.Security.Principal.Windows.dll", |
| | | "ref/netstandard2.0/System.Security.Principal.Windows.xml", |
| | | "ref/uap10.0.16299/_._", |
| | | "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", |
| | | "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/uap10.0.16299/_._", |
| | | "system.security.principal.windows.4.7.0.nupkg.sha512", |
| | | "system.security.principal.windows.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | } |
| | | }, |
| | | "projectFileDependencyGroups": { |
| | | ".NETCoreApp,Version=v3.1": [ |
| | | "Newtonsoft.Json >= 13.0.3", |
| | | "System.Data.SqlClient >= 4.8.6" |
| | | ] |
| | | }, |
| | | "packageFolders": { |
| | | "C:\\Users\\86187\\.nuget\\packages\\": {}, |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} |
| | | }, |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "projectName": "DingDingMsg_EarlyWarning", |
| | | "projectPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "packagesPath": "C:\\Users\\86187\\.nuget\\packages\\", |
| | | "outputPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ], |
| | | "configFilePaths": [ |
| | | "C:\\Users\\86187\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| | | ], |
| | | "originalTargetFrameworks": [ |
| | | "netcoreapp3.1" |
| | | ], |
| | | "sources": { |
| | | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
| | | "https://api.nuget.org/v3/index.json": {} |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "projectReferences": {} |
| | | } |
| | | }, |
| | | "warningProperties": { |
| | | "warnAsError": [ |
| | | "NU1605" |
| | | ] |
| | | } |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "dependencies": { |
| | | "Newtonsoft.Json": { |
| | | "target": "Package", |
| | | "version": "[13.0.3, )" |
| | | }, |
| | | "System.Data.SqlClient": { |
| | | "target": "Package", |
| | | "version": "[4.8.6, )" |
| | | } |
| | | }, |
| | | "imports": [ |
| | | "net461", |
| | | "net462", |
| | | "net47", |
| | | "net471", |
| | | "net472", |
| | | "net48" |
| | | ], |
| | | "assetTargetFallback": true, |
| | | "warn": true, |
| | | "frameworkReferences": { |
| | | "Microsoft.NETCore.App": { |
| | | "privateAssets": "all" |
| | | } |
| | | }, |
| | | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.426\\RuntimeIdentifierGraph.json" |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "iCi3aojjSLt88lzwQfqQGfgbR0WhpAN8VqR4A9WJUngnLeJ4QtNBtHsD65mk/He1D3a+K8E45mQCdgnHcfT3pw==", |
| | | "success": true, |
| | | "projectFilePath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.data.sqlclient\\4.8.6\\system.data.sqlclient.4.8.6.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512" |
| | | ], |
| | | "logs": [] |
| | | } |
New file |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "projectName": "DingDingMsg_EarlyWarning", |
| | | "projectPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "packagesPath": "C:\\Users\\86187\\.nuget\\packages\\", |
| | | "outputPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\obj\\publish\\win-x64\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ], |
| | | "configFilePaths": [ |
| | | "C:\\Users\\86187\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| | | ], |
| | | "originalTargetFrameworks": [ |
| | | "netcoreapp3.1" |
| | | ], |
| | | "sources": { |
| | | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
| | | "https://api.nuget.org/v3/index.json": {} |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "projectReferences": {} |
| | | } |
| | | }, |
| | | "warningProperties": { |
| | | "warnAsError": [ |
| | | "NU1605" |
| | | ] |
| | | } |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "dependencies": { |
| | | "Newtonsoft.Json": { |
| | | "target": "Package", |
| | | "version": "[13.0.3, )" |
| | | }, |
| | | "System.Data.SqlClient": { |
| | | "target": "Package", |
| | | "version": "[4.8.6, )" |
| | | } |
| | | }, |
| | | "imports": [ |
| | | "net461", |
| | | "net462", |
| | | "net47", |
| | | "net471", |
| | | "net472", |
| | | "net48" |
| | | ], |
| | | "assetTargetFallback": true, |
| | | "warn": true, |
| | | "downloadDependencies": [ |
| | | { |
| | | "name": "Microsoft.AspNetCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.NETCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | } |
| | | ], |
| | | "frameworkReferences": { |
| | | "Microsoft.NETCore.App": { |
| | | "privateAssets": "all" |
| | | } |
| | | }, |
| | | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.426\\RuntimeIdentifierGraph.json" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": { |
| | | "#import": [] |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| | | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess> |
| | | <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool> |
| | | <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile> |
| | | <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot> |
| | | <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\86187\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders> |
| | | <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle> |
| | | <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.11.4</NuGetToolVersion> |
| | | </PropertyGroup> |
| | | <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' "> |
| | | <SourceRoot Include="C:\Users\86187\.nuget\packages\" /> |
| | | <SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" /> |
| | | </ItemGroup> |
| | | <PropertyGroup> |
| | | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | <?xml version="1.0" encoding="utf-8" standalone="no"?> |
| | | <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| | | <PropertyGroup> |
| | | <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> |
| | | </PropertyGroup> |
| | | </Project> |
New file |
| | |
| | | { |
| | | "version": 3, |
| | | "targets": { |
| | | ".NETCoreApp,Version=v3.1": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard1.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard1.0/_._": {} |
| | | } |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-arm64/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-arm64" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-x64/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-x64" |
| | | } |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "runtimeTargets": { |
| | | "runtimes/win-x86/native/sni.dll": { |
| | | "assetType": "native", |
| | | "rid": "win-x86" |
| | | } |
| | | } |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/System.Security.AccessControl.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netcoreapp3.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.dll": {} |
| | | }, |
| | | "runtimeTargets": { |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "unix" |
| | | }, |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": { |
| | | "assetType": "runtime", |
| | | "rid": "win" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | ".NETCoreApp,Version=v3.1/win-x64": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard1.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard1.0/_._": {} |
| | | } |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "System.Security.AccessControl": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll": {} |
| | | } |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "type": "package", |
| | | "compile": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll": {} |
| | | } |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0", |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0" |
| | | } |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package" |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package", |
| | | "native": { |
| | | "runtimes/win-x64/native/sni.dll": {} |
| | | } |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "type": "package" |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.Win32.Registry": "4.7.0", |
| | | "System.Security.Principal.Windows": "4.7.0", |
| | | "runtime.native.System.Data.SqlClient.sni": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {} |
| | | } |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "type": "package", |
| | | "dependencies": { |
| | | "Microsoft.NETCore.Platforms": "3.1.0", |
| | | "System.Security.Principal.Windows": "4.7.0" |
| | | }, |
| | | "compile": { |
| | | "ref/netstandard2.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll": {} |
| | | } |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "type": "package", |
| | | "compile": { |
| | | "ref/netcoreapp3.0/_._": {} |
| | | }, |
| | | "runtime": { |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll": {} |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | "libraries": { |
| | | "Microsoft.NETCore.Platforms/3.1.0": { |
| | | "sha512": "z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==", |
| | | "type": "package", |
| | | "path": "microsoft.netcore.platforms/3.1.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/netstandard1.0/_._", |
| | | "microsoft.netcore.platforms.3.1.0.nupkg.sha512", |
| | | "microsoft.netcore.platforms.nuspec", |
| | | "runtime.json", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Microsoft.Win32.Registry/4.7.0": { |
| | | "sha512": "KSrRMb5vNi0CWSGG1++id2ZOs/1QhRqROt+qgbEAdQuGjGrFcl4AOl4/exGPUYz2wUnU42nvJqon1T3U0kPXLA==", |
| | | "type": "package", |
| | | "path": "microsoft.win32.registry/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/Microsoft.Win32.Registry.dll", |
| | | "lib/net461/Microsoft.Win32.Registry.dll", |
| | | "lib/net461/Microsoft.Win32.Registry.xml", |
| | | "lib/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "microsoft.win32.registry.4.7.0.nupkg.sha512", |
| | | "microsoft.win32.registry.nuspec", |
| | | "ref/net46/Microsoft.Win32.Registry.dll", |
| | | "ref/net461/Microsoft.Win32.Registry.dll", |
| | | "ref/net461/Microsoft.Win32.Registry.xml", |
| | | "ref/net472/Microsoft.Win32.Registry.dll", |
| | | "ref/net472/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "ref/netstandard1.3/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/de/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/es/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/fr/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/it/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ja/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ko/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/ru/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/zh-hans/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard1.3/zh-hant/Microsoft.Win32.Registry.xml", |
| | | "ref/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "ref/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "runtimes/unix/lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "runtimes/win/lib/net46/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/net461/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/net461/Microsoft.Win32.Registry.xml", |
| | | "runtimes/win/lib/netstandard1.3/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.dll", |
| | | "runtimes/win/lib/netstandard2.0/Microsoft.Win32.Registry.xml", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "Newtonsoft.Json/13.0.3": { |
| | | "sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", |
| | | "type": "package", |
| | | "path": "newtonsoft.json/13.0.3", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.md", |
| | | "README.md", |
| | | "lib/net20/Newtonsoft.Json.dll", |
| | | "lib/net20/Newtonsoft.Json.xml", |
| | | "lib/net35/Newtonsoft.Json.dll", |
| | | "lib/net35/Newtonsoft.Json.xml", |
| | | "lib/net40/Newtonsoft.Json.dll", |
| | | "lib/net40/Newtonsoft.Json.xml", |
| | | "lib/net45/Newtonsoft.Json.dll", |
| | | "lib/net45/Newtonsoft.Json.xml", |
| | | "lib/net6.0/Newtonsoft.Json.dll", |
| | | "lib/net6.0/Newtonsoft.Json.xml", |
| | | "lib/netstandard1.0/Newtonsoft.Json.dll", |
| | | "lib/netstandard1.0/Newtonsoft.Json.xml", |
| | | "lib/netstandard1.3/Newtonsoft.Json.dll", |
| | | "lib/netstandard1.3/Newtonsoft.Json.xml", |
| | | "lib/netstandard2.0/Newtonsoft.Json.dll", |
| | | "lib/netstandard2.0/Newtonsoft.Json.xml", |
| | | "newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "newtonsoft.json.nuspec", |
| | | "packageIcon.png" |
| | | ] |
| | | }, |
| | | "runtime.native.System.Data.SqlClient.sni/4.7.0": { |
| | | "sha512": "9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==", |
| | | "type": "package", |
| | | "path": "runtime.native.system.data.sqlclient.sni/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
| | | "runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==", |
| | | "type": "package", |
| | | "path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-arm64/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==", |
| | | "type": "package", |
| | | "path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-x64.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-x64/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": { |
| | | "sha512": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==", |
| | | "type": "package", |
| | | "path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "ThirdPartyNotices.txt", |
| | | "dotnet_library_license.txt", |
| | | "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "runtime.win-x86.runtime.native.system.data.sqlclient.sni.nuspec", |
| | | "runtimes/win-x86/native/sni.dll", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Data.SqlClient/4.8.6": { |
| | | "sha512": "2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", |
| | | "type": "package", |
| | | "path": "system.data.sqlclient/4.8.6", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "Icon.png", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/MonoAndroid10/_._", |
| | | "lib/MonoTouch10/_._", |
| | | "lib/net451/System.Data.SqlClient.dll", |
| | | "lib/net46/System.Data.SqlClient.dll", |
| | | "lib/net461/System.Data.SqlClient.dll", |
| | | "lib/net461/System.Data.SqlClient.xml", |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "lib/netstandard1.2/System.Data.SqlClient.dll", |
| | | "lib/netstandard1.2/System.Data.SqlClient.xml", |
| | | "lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "lib/netstandard1.3/System.Data.SqlClient.xml", |
| | | "lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "lib/xamarinios10/_._", |
| | | "lib/xamarinmac20/_._", |
| | | "lib/xamarintvos10/_._", |
| | | "lib/xamarinwatchos10/_._", |
| | | "ref/MonoAndroid10/_._", |
| | | "ref/MonoTouch10/_._", |
| | | "ref/net451/System.Data.SqlClient.dll", |
| | | "ref/net46/System.Data.SqlClient.dll", |
| | | "ref/net461/System.Data.SqlClient.dll", |
| | | "ref/net461/System.Data.SqlClient.xml", |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "ref/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/System.Data.SqlClient.dll", |
| | | "ref/netstandard1.2/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/de/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/es/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/fr/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/it/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ja/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ko/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/ru/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/zh-hans/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.2/zh-hant/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/System.Data.SqlClient.dll", |
| | | "ref/netstandard1.3/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/de/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/es/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/fr/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/it/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ja/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ko/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/ru/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Data.SqlClient.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Data.SqlClient.xml", |
| | | "ref/netstandard2.0/System.Data.SqlClient.dll", |
| | | "ref/netstandard2.0/System.Data.SqlClient.xml", |
| | | "ref/xamarinios10/_._", |
| | | "ref/xamarinmac20/_._", |
| | | "ref/xamarintvos10/_._", |
| | | "ref/xamarinwatchos10/_._", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "runtimes/unix/lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "runtimes/unix/lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/net451/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net46/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net461/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/net461/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/netstandard2.0/System.Data.SqlClient.xml", |
| | | "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.dll", |
| | | "runtimes/win/lib/uap10.0.16299/System.Data.SqlClient.xml", |
| | | "system.data.sqlclient.4.8.6.nupkg.sha512", |
| | | "system.data.sqlclient.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.AccessControl/4.7.0": { |
| | | "sha512": "JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==", |
| | | "type": "package", |
| | | "path": "system.security.accesscontrol/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/System.Security.AccessControl.dll", |
| | | "lib/net461/System.Security.AccessControl.dll", |
| | | "lib/net461/System.Security.AccessControl.xml", |
| | | "lib/netstandard1.3/System.Security.AccessControl.dll", |
| | | "lib/netstandard2.0/System.Security.AccessControl.dll", |
| | | "lib/netstandard2.0/System.Security.AccessControl.xml", |
| | | "lib/uap10.0.16299/_._", |
| | | "ref/net46/System.Security.AccessControl.dll", |
| | | "ref/net461/System.Security.AccessControl.dll", |
| | | "ref/net461/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/System.Security.AccessControl.dll", |
| | | "ref/netstandard1.3/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/de/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/es/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/fr/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/it/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ja/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ko/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/ru/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Security.AccessControl.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Security.AccessControl.xml", |
| | | "ref/netstandard2.0/System.Security.AccessControl.dll", |
| | | "ref/netstandard2.0/System.Security.AccessControl.xml", |
| | | "ref/uap10.0.16299/_._", |
| | | "runtimes/win/lib/net46/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/net461/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/net461/System.Security.AccessControl.xml", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.AccessControl.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Security.AccessControl.dll", |
| | | "runtimes/win/lib/uap10.0.16299/_._", |
| | | "system.security.accesscontrol.4.7.0.nupkg.sha512", |
| | | "system.security.accesscontrol.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | }, |
| | | "System.Security.Principal.Windows/4.7.0": { |
| | | "sha512": "ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==", |
| | | "type": "package", |
| | | "path": "system.security.principal.windows/4.7.0", |
| | | "files": [ |
| | | ".nupkg.metadata", |
| | | ".signature.p7s", |
| | | "LICENSE.TXT", |
| | | "THIRD-PARTY-NOTICES.TXT", |
| | | "lib/net46/System.Security.Principal.Windows.dll", |
| | | "lib/net461/System.Security.Principal.Windows.dll", |
| | | "lib/net461/System.Security.Principal.Windows.xml", |
| | | "lib/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.dll", |
| | | "lib/netstandard2.0/System.Security.Principal.Windows.xml", |
| | | "lib/uap10.0.16299/_._", |
| | | "ref/net46/System.Security.Principal.Windows.dll", |
| | | "ref/net461/System.Security.Principal.Windows.dll", |
| | | "ref/net461/System.Security.Principal.Windows.xml", |
| | | "ref/netcoreapp3.0/System.Security.Principal.Windows.dll", |
| | | "ref/netcoreapp3.0/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "ref/netstandard1.3/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/de/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/es/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/fr/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/it/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ja/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ko/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/ru/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/zh-hans/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard1.3/zh-hant/System.Security.Principal.Windows.xml", |
| | | "ref/netstandard2.0/System.Security.Principal.Windows.dll", |
| | | "ref/netstandard2.0/System.Security.Principal.Windows.xml", |
| | | "ref/uap10.0.16299/_._", |
| | | "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", |
| | | "runtimes/unix/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", |
| | | "runtimes/unix/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/net46/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/net461/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/net461/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/netcoreapp2.0/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/netcoreapp2.1/System.Security.Principal.Windows.xml", |
| | | "runtimes/win/lib/netstandard1.3/System.Security.Principal.Windows.dll", |
| | | "runtimes/win/lib/uap10.0.16299/_._", |
| | | "system.security.principal.windows.4.7.0.nupkg.sha512", |
| | | "system.security.principal.windows.nuspec", |
| | | "useSharedDesignerContext.txt", |
| | | "version.txt" |
| | | ] |
| | | } |
| | | }, |
| | | "projectFileDependencyGroups": { |
| | | ".NETCoreApp,Version=v3.1": [ |
| | | "Newtonsoft.Json >= 13.0.3", |
| | | "System.Data.SqlClient >= 4.8.6" |
| | | ] |
| | | }, |
| | | "packageFolders": { |
| | | "C:\\Users\\86187\\.nuget\\packages\\": {}, |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {} |
| | | }, |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "projectName": "DingDingMsg_EarlyWarning", |
| | | "projectPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "packagesPath": "C:\\Users\\86187\\.nuget\\packages\\", |
| | | "outputPath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\obj\\publish\\win-x64\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages" |
| | | ], |
| | | "configFilePaths": [ |
| | | "C:\\Users\\86187\\AppData\\Roaming\\NuGet\\NuGet.Config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", |
| | | "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config" |
| | | ], |
| | | "originalTargetFrameworks": [ |
| | | "netcoreapp3.1" |
| | | ], |
| | | "sources": { |
| | | "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, |
| | | "https://api.nuget.org/v3/index.json": {} |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "projectReferences": {} |
| | | } |
| | | }, |
| | | "warningProperties": { |
| | | "warnAsError": [ |
| | | "NU1605" |
| | | ] |
| | | } |
| | | }, |
| | | "frameworks": { |
| | | "netcoreapp3.1": { |
| | | "targetAlias": "netcoreapp3.1", |
| | | "dependencies": { |
| | | "Newtonsoft.Json": { |
| | | "target": "Package", |
| | | "version": "[13.0.3, )" |
| | | }, |
| | | "System.Data.SqlClient": { |
| | | "target": "Package", |
| | | "version": "[4.8.6, )" |
| | | } |
| | | }, |
| | | "imports": [ |
| | | "net461", |
| | | "net462", |
| | | "net47", |
| | | "net471", |
| | | "net472", |
| | | "net48" |
| | | ], |
| | | "assetTargetFallback": true, |
| | | "warn": true, |
| | | "downloadDependencies": [ |
| | | { |
| | | "name": "Microsoft.AspNetCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.NETCore.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | }, |
| | | { |
| | | "name": "Microsoft.WindowsDesktop.App.Runtime.win-x64", |
| | | "version": "[3.1.32, 3.1.32]" |
| | | } |
| | | ], |
| | | "frameworkReferences": { |
| | | "Microsoft.NETCore.App": { |
| | | "privateAssets": "all" |
| | | } |
| | | }, |
| | | "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.426\\RuntimeIdentifierGraph.json" |
| | | } |
| | | }, |
| | | "runtimes": { |
| | | "win-x64": { |
| | | "#import": [] |
| | | } |
| | | } |
| | | } |
| | | } |
New file |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "r1jEWnsHN4loi5tC+7CEV3hjeHbsGL8hy7d3FwmipQZIKiQmMLXitgmrmxY5/LCNG1dqF08ZXBuLuw4jzaIunw==", |
| | | "success": true, |
| | | "projectFilePath": "D:\\智云迈思\\DingDingMsg\\DingDingMsg_EarlyWarning\\DingDingMsg_EarlyWarning.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.netcore.platforms\\3.1.0\\microsoft.netcore.platforms.3.1.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.win32.registry\\4.7.0\\microsoft.win32.registry.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\newtonsoft.json\\13.0.3\\newtonsoft.json.13.0.3.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.native.system.data.sqlclient.sni\\4.7.0\\runtime.native.system.data.sqlclient.sni.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-x64.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\runtime.win-x86.runtime.native.system.data.sqlclient.sni\\4.4.0\\runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.data.sqlclient\\4.8.6\\system.data.sqlclient.4.8.6.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.security.accesscontrol\\4.7.0\\system.security.accesscontrol.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\system.security.principal.windows\\4.7.0\\system.security.principal.windows.4.7.0.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\3.1.32\\microsoft.netcore.app.runtime.win-x64.3.1.32.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\3.1.32\\microsoft.windowsdesktop.app.runtime.win-x64.3.1.32.nupkg.sha512", |
| | | "C:\\Users\\86187\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\3.1.32\\microsoft.aspnetcore.app.runtime.win-x64.3.1.32.nupkg.sha512" |
| | | ], |
| | | "logs": [] |
| | | } |