已修改514个文件
已重命名1个文件
已删除10个文件
已复制17个文件
已添加32个文件
¶Ô±ÈÐÂÎļþ |
| | |
| | | ################################################################################ |
| | | # æ¤ .gitignore æä»¶å·²ç± Microsoft(R) Visual Studio èªå¨å建ã |
| | | ################################################################################ |
| | | |
| | | /代ç 管ç/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex |
| | |
| | | "wangeditor": "^4.7.6" |
| | | }, |
| | | "devDependencies": { |
| | | "@babel/plugin-proposal-optional-chaining": "^7.21.0", |
| | | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| | | "@vue/cli-plugin-babel": "~4.5.0", |
| | | "@vue/cli-plugin-eslint": "~4.5.0", |
| | |
| | | let loadingInstance; |
| | | let loadingStatus = false; |
| | | if (process.env.NODE_ENV == 'development') { |
| | | axios.defaults.baseURL = 'http://115.159.85.185:8051/'; |
| | | axios.defaults.baseURL = 'http://127.0.0.1:9291/'; |
| | | } |
| | | else if (process.env.NODE_ENV == 'debug') { |
| | | axios.defaults.baseURL = 'http://115.159.85.185:8051/'; |
| | |
| | | |
| | | //æ¤jsæä»¶æ¯ç¨æ¥èªå®ä¹æ©å±ä¸å¡ä»£ç ï¼å¯ä»¥æ©å±ä¸äºèªå®ä¹é¡µé¢æè
éæ°é
ç½®çæç代ç |
| | | import gridBody from './extend/taskExecuteDetail.vue' |
| | | import http from '../../api/http' |
| | | let extension = { |
| | | components: { |
| | | //æ¥è¯¢ç颿©å±ç»ä»¶ |
| | |
| | | modelFooter: '' |
| | | }, |
| | | tableAction: '', //æå®æå¼ 表çæé(è¿éå¡«å表å,é»è®¤ä¸ç¨å¡«å) |
| | | buttons: { view: [], box: [], detail: [] }, //æ©å±çæé® |
| | | // buttons: { view: [], box: [], detail: [] }, //æ©å±çæé® |
| | | |
| | | buttons: { |
| | | view: [ |
| | | //æå¨å®ææé® |
| | | { |
| | | name: 'æå¨å®æ', |
| | | icon: 'el-icon-s-unfold', |
| | | type: 'warning', |
| | | value: 'SDWC', |
| | | onClick: function (row) { |
| | | let rows = this.getSelectRows(); |
| | | console.log('éä¸çæ°æ®è¡:', rows); |
| | | |
| | | if (rows.length === 0 || rows.length > 1) {0 |
| | | return this.$message.warning('è¯·éæ©ä¸æ¡æ°æ®'); |
| | | } else if (rows.length === 1) { |
| | | |
| | | let selectRow = rows; |
| | | |
| | | let Id = selectRow.map(item => item.taskId); |
| | | console.log('ä»»å¡IDå表:', Id); |
| | | |
| | | // éåç¶ææ°ç»ï¼å¤ææ¯å¦æä¸ç¬¦åæ¡ä»¶çç¶æ |
| | | // for (let i = 0; i < statusList.length; i++) { |
| | | // const status = statusList[i]; |
| | | |
| | | // if (status === 2 || status === 3 || status === 4) { |
| | | // this.$message.error('æ§è¡ä¸ä»»å¡æ æ³åæ¶'); |
| | | // return; |
| | | // } |
| | | // } |
| | | |
| | | // æ¾ç¤ºç¡®è®¤æ¡ï¼è®©ç¨æ·ç¡®è®¤æ¯å¦æ§è¡æä½ |
| | | this.$confirm('ç¡®å®è¦æå¨å®æéä¸ç' + selectRow.map(item => item.taskNum) + 'ä»»å¡å·åï¼', 'æä½ç¡®è®¤', { |
| | | confirmButtonText: 'ç¡®å®', |
| | | cancelButtonText: 'åæ¶', |
| | | type: 'warning' // è¦åç±»åï¼æ¾ç¤ºé»è²å¾æ |
| | | }).then(() => { |
| | | // ç¨æ·ç¹å»"ç¡®å®"åæ§è¡çé»è¾ |
| | | http.post('api/Task/CompletedManually', Id).then(res => { |
| | | if (res && res.status) { |
| | | this.$message.success(res.message || 'æå¨å®æä»»å¡æåï¼'); |
| | | } else { |
| | | this.$message.error(res.message || 'æå¨å®æä»»å¡å¤±è´¥ï¼'); |
| | | } |
| | | }).catch(() => { |
| | | this.$message.error('请æ±å¤±è´¥ï¼è¯·ç¨åéè¯'); |
| | | }); |
| | | }).catch(() => { |
| | | // ç¨æ·ç¹å»"åæ¶"åæ§è¡çé»è¾ï¼éå¸¸æ¯æç¤ºåæ¶æä½ï¼ |
| | | this.$message.info('已忶æå¨å®æä»»å¡'); |
| | | }); |
| | | } |
| | | } |
| | | }, |
| | | //åæ¶ä»»å¡æé® |
| | | { |
| | | name: 'åæ¶ä»»å¡', |
| | | icon: 'el-icon-s-unfold', |
| | | type: 'danger', |
| | | value: 'QXRW', |
| | | onClick: function (row) { |
| | | let rows = this.getSelectRows(); |
| | | |
| | | console.log('éä¸çæ°æ®è¡:', rows); |
| | | |
| | | if (rows.length === 0 || rows.length > 1) { |
| | | return this.$message.warning('è¯·éæ©æå°ä¸æ¡æ°æ®'); |
| | | } |
| | | if (rows.length === 1) { |
| | | let selectRow = rows; |
| | | let Id = selectRow.map(item => item.taskId); |
| | | |
| | | |
| | | |
| | | console.log('ä»»å¡IDå表:', Id); |
| | | // æ¾ç¤ºç¡®è®¤æ¡ï¼è®©ç¨æ·ç¡®è®¤æ¯å¦æ§è¡æä½ |
| | | this.$confirm('ç¡®å®è¦æå¨åæ¶éä¸ç' + selectRow.map(item => item.taskNum) + 'ä»»å¡å·åï¼', 'æä½ç¡®è®¤', { |
| | | confirmButtonText: 'ç¡®å®', |
| | | cancelButtonText: 'åæ¶', |
| | | type: 'warning' // è¦åç±»åï¼æ¾ç¤ºé»è²å¾æ |
| | | }).then(() => { |
| | | // ç¨æ·ç¹å»"ç¡®å®"åæ§è¡çé»è¾ |
| | | http.post('api/Task/MHWCSTaskCancel', Id |
| | | ).then(res => { |
| | | if (res && res.status) { |
| | | this.$message.success(res.message || '忶任塿åï¼'); |
| | | } else { |
| | | this.$message.error(res.message || 'åæ¶ä»»å¡å¤±è´¥ï¼'); |
| | | } |
| | | }) |
| | | .catch(() => { |
| | | this.$message.error('请æ±å¤±è´¥ï¼è¯·ç¨åéè¯'); |
| | | }); |
| | | }).catch(() => { |
| | | // ç¨æ·ç¹å»"åæ¶"åæ§è¡çé»è¾ï¼éå¸¸æ¯æç¤ºåæ¶æä½ï¼ |
| | | this.$message.info('已忶æå¨åæ¶ä»»å¡'); |
| | | }); |
| | | } |
| | | } |
| | | } |
| | | ], box: [], detail: [] |
| | | }, //æ©å±çæé® |
| | | methods: { |
| | | //ä¸é¢è¿äºæ¹æ³å¯ä»¥ä¿çä¹å¯ä»¥å é¤ |
| | | onInit() { |
| | | |
| | | |
| | | // this.$Notice.success({ title: this.detailOptions.cnName + ',æ¥è¯¢ç»æ', desc: 'è¿åç对象ï¼' + JSON.stringify(data) }); |
| | | |
| | | // var TaskCompletedButton = this.buttons.find((x) => x.value == "TaskCompleted"); |
| | | // if (TaskCompletedButton != null) { |
| | | // click: (row) => { |
| | | // let rows = this.$refs.gridBody.open(row); |
| | | // // let rows = this.getSelectRows(); |
| | | // console.log('éä¸çæ°æ®è¡:', rows); |
| | | |
| | | |
| | | // } |
| | | // } |
| | | |
| | | var previousButton = this.buttons.find((x) => x.value == "Previous"); |
| | | if (previousButton) previousButton.hidden = true; |
| | |
| | | this.$refs.gridBody.open(row); |
| | | } |
| | | }); |
| | | this.maxBtnLength = 11; |
| | | //this.boxOptions.labelWidth = 10000; |
| | | }, |
| | | onInited() { |
| | | //æ¡æ¶åå§åé
ç½®å |
| | |
| | | |
| | | <template> |
| | | <view-grid |
| | | ref="grid" |
| | |
| | | > |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | <script> |
| | | import extend from "@/extension/taskinfo/task.js"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | |
| | | url: "/Task/", |
| | | sortName: "CreateDate", |
| | | }); |
| | | const editFormFields = ref({}); |
| | | const editFormOptions = ref([]); |
| | | |
| | | // 1. è¡¥å
ï¼ä»»å¡ç¼è¾è¡¨ååæ®µï¼ä¸ä¸å¡å段对åºï¼åå¨è¡¨åè¾å
¥å¼ï¼ |
| | | const editFormFields = ref({ |
| | | taskNum: "", // ä»»å¡å· |
| | | palletCode: "", // æçç¼å· |
| | | roadway: "", // åºåï¼å··éå·ï¼ |
| | | taskType: "", // ä»»å¡ç±»å |
| | | taskState: "", // ä»»å¡ç¶æ |
| | | sourceAddress: "", // èµ·å§å°å |
| | | targetAddress: "", // ç®æ å°å |
| | | currentAddress: "", // å½åä½ç½® |
| | | nextAddress: "", // ä¸ä¸ä½ç½® |
| | | grade: 0, // ä¼å
级ï¼é»è®¤0ï¼å¯è°æ´ï¼ |
| | | exceptionMessage: "", // å¼å¸¸ä¿¡æ¯ |
| | | wMSId: "", // WMSä»»å¡ä¸»é® |
| | | remark: "" // 夿³¨ |
| | | }); |
| | | |
| | | // 2. è¡¥å
ï¼ä»»å¡ç¼è¾è¡¨åé
ç½®ï¼æ§å¶è¡¨åUIãæ ¡éªè§åã䏿é项çï¼ |
| | | const editFormOptions = ref([ |
| | | // 第ä¸è¡è¡¨åï¼æ ¸å¿æ è¯åæ®µï¼ |
| | | [ |
| | | { |
| | | title: "ä»»å¡å·", |
| | | required: true, // å¿
å¡« |
| | | field: "taskNum", // å
³èeditFormFieldsçåæ®µ |
| | | type: "int", // æ°å¼ç±»åï¼ä»»å¡å·éå¸¸ä¸ºæ´æ°ï¼ |
| | | placeholder: "请è¾å
¥ä»»å¡å·" |
| | | }, |
| | | { |
| | | title: "æçç¼å·", |
| | | required: true, |
| | | field: "palletCode", |
| | | type: "string", |
| | | placeholder: "请è¾å
¥æçç¼å·" |
| | | }, |
| | | { |
| | | title: "å··éå·", |
| | | required: true, |
| | | field: "roadway", |
| | | type: "string", |
| | | placeholder: "请è¾å
¥å··éå·/åºå" |
| | | }, |
| | | { |
| | | title: "ä»»å¡ç±»å", |
| | | required: true, |
| | | field: "taskType", |
| | | type: "select", // ä¸æéæ©å¨ |
| | | dataKey: "taskType", // å
³è䏿éé¡¹æ°æ®æºçkeyï¼ä¸searchFormOptionsä¸è´ï¼ |
| | | data: [], // éé¡¹æ°æ®ï¼é叏仿¥å£å è½½ï¼æ¤å¤ç空å¾
å¡«å
ï¼ |
| | | placeholder: "è¯·éæ©ä»»å¡ç±»å" |
| | | } |
| | | ], |
| | | // 第äºè¡è¡¨åï¼ç¶æä¸å°ååæ®µï¼ |
| | | [ |
| | | { |
| | | title: "ä»»å¡ç¶æ", |
| | | required: true, |
| | | field: "taskState", |
| | | type: "select", |
| | | dataKey: "taskState", // å
³èä»»å¡ç¶ææ°æ®æº |
| | | data: [], |
| | | placeholder: "è¯·éæ©ä»»å¡ç¶æ" |
| | | }, |
| | | { |
| | | title: "èµ·å§å°å", |
| | | required: true, |
| | | field: "sourceAddress", |
| | | type: "string", |
| | | placeholder: "请è¾å
¥ä»»å¡èµ·å§å°å" |
| | | }, |
| | | { |
| | | title: "ç®æ å°å", |
| | | required: true, |
| | | field: "targetAddress", |
| | | type: "string", |
| | | placeholder: "请è¾å
¥ä»»å¡ç®æ å°å" |
| | | }, |
| | | { |
| | | title: "ä¼å
级", |
| | | required: true, |
| | | field: "grade", |
| | | type: "int", |
| | | min: 0, // ä¼å
级æä½ä¸º0 |
| | | max: 10, // ä¼å
级æé«ä¸º10ï¼å¯æ ¹æ®ä¸å¡è°æ´ï¼ |
| | | placeholder: "请è¾å
¥ä¼å
级ï¼0-10ï¼" |
| | | } |
| | | ], |
| | | // 第ä¸è¡è¡¨åï¼è¾
å©ä¿¡æ¯åæ®µï¼ |
| | | [ |
| | | { |
| | | title: "å½åä½ç½®", |
| | | field: "currentAddress", |
| | | type: "string", |
| | | readonly: true, // å½åä½ç½®é常ç±ç³»ç»èªå¨æ´æ°ï¼è®¾ä¸ºåªè¯» |
| | | placeholder: "ç³»ç»èªå¨å¡«å
å½åä½ç½®" |
| | | }, |
| | | { |
| | | title: "ä¸ä¸ä½ç½®", |
| | | field: "nextAddress", |
| | | type: "string", |
| | | readonly: true, |
| | | placeholder: "ç³»ç»èªå¨å¡«å
ä¸ä¸ä½ç½®" |
| | | }, |
| | | { |
| | | title: "WMSä»»å¡ä¸»é®", |
| | | field: "wMSId", |
| | | type: "int", |
| | | placeholder: "请è¾å
¥WMSä»»å¡ä¸»é®ï¼å¯éï¼" |
| | | }, |
| | | { |
| | | title: "å¼å¸¸ä¿¡æ¯", |
| | | field: "exceptionMessage", |
| | | type: "string", |
| | | placeholder: "æ å¼å¸¸å¯ç空" |
| | | } |
| | | ], |
| | | // 第åè¡è¡¨åï¼å¤æ³¨å段ï¼å 满ä¸è¡ï¼ |
| | | [ |
| | | { |
| | | title: "夿³¨", |
| | | field: "remark", |
| | | type: "textarea", // å¤è¡ææ¬æ¡ï¼éåé¿ææ¬ï¼ |
| | | span: 4, // å 4åï¼ä¸åå è¡å¸å±å¯¹é½ï¼ |
| | | placeholder: "请è¾å
¥ä»»å¡ç¸å
³å¤æ³¨ä¿¡æ¯ï¼å¯éï¼" |
| | | } |
| | | ] |
| | | ]); |
| | | |
| | | const searchFormFields = ref({ |
| | | taskNum: "", |
| | | palletCode: "", |
| | |
| | | }; |
| | | }, |
| | | }); |
| | | </script> |
| | | |
| | | </script> |
| | |
| | | |
| | | <template> |
| | | <view-grid |
| | | ref="grid" |
| | | :columns="columns" |
| | | :detail="detail" |
| | | :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" |
| | | :searchFormFields="searchFormFields" |
| | | :searchFormOptions="searchFormOptions" |
| | | :table="table" |
| | | :extend="extend" |
| | | > |
| | | <view-grid ref="grid" :columns="columns" :detail="detail" :editFormFields="editFormFields" |
| | | :editFormOptions="editFormOptions" :searchFormFields="searchFormFields" :searchFormOptions="searchFormOptions" |
| | | :table="table" :extend="extend"> |
| | | </view-grid> |
| | | </template> |
| | | <script> |
| | | <script> |
| | | import extend from "@/extension/taskinfo/task_hty.js"; |
| | | import { ref, defineComponent } from "vue"; |
| | | export default defineComponent({ |
| | |
| | | readonly: true, |
| | | require: true, |
| | | align: "left", |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "taskNum", |
| | |
| | | type: "int", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "palletCode", |
| | |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "remark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 120, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "roadway", |
| | |
| | | type: "string", |
| | | width: 90, |
| | | align: "left", |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "taskType", |
| | |
| | | width: 90, |
| | | align: "left", |
| | | bind: { key: "taskType", data: [] }, |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "taskState", |
| | |
| | | width: 150, |
| | | align: "left", |
| | | bind: { key: "taskState", data: [] }, |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "sourceAddress", |
| | |
| | | type: "datetime", |
| | | width: 150, |
| | | align: "left", |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "modifier", |
| | |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "left", |
| | | sort:true, |
| | | sort: true, |
| | | }, |
| | | { |
| | | field: "remark", |
| | |
| | | }; |
| | | }, |
| | | }); |
| | | </script> |
| | | |
| | | </script> |
| | |
| | | // const webpack = require("webpack"); |
| | | |
| | | module.exports = { |
| | | productionSourceMap: false, |
| | | lintOnSave: false, |
| | | devServer: { |
| | | port: 8080, |
| | | overlay: { |
| | | warning: false, |
| | | warnings: false, // 注æï¼è¿éåºè¯¥æ¯ warningsï¼å¤æ°ï¼ï¼ä¸æ¯ warning |
| | | errors: false |
| | | } |
| | | }, |
| | | // transpileDependencies åºè¯¥æ¾å¨è¿éï¼è䏿¯å¨ devServer å
é¨ |
| | | transpileDependencies: [ |
| | | 'vue-draggable-next' |
| | | ], |
| | | css: { |
| | | //æ¥çCSSå±äºåªä¸ªcssæä»¶ |
| | | sourceMap: true |
| | |
| | | args[0].title = 'WCS'; |
| | | return args; |
| | | }); |
| | | |
| | | // æè
|
| | | // ä¿®æ¹å®çéé¡¹ï¼ |
| | | // config.plugin('prefetch').tap(options => { |
| | | // options[0].fileBlacklist = options[0].fileBlacklist || [] |
| | | // options[0].fileBlacklist.push(/myasyncRoute(.)+?\.js$/) |
| | | // return options |
| | | // }) |
| | | } |
| | | // configureWebpack: { |
| | | // plugins: [ |
| | | // new webpack.optimize.MinChunkSizePlugin({ |
| | | // minChunkSize: 100000 // éè¿åå¹¶å°äº minChunkSize 大å°ç chunkï¼å° chunk ä½ç§¯ä¿æå¨æå®å¤§å°éå¶ä»¥ä¸ |
| | | // }) |
| | | // ] |
| | | // } |
| | | }; |
| | | }; |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "ExpandedNodes": [ |
| | | "" |
| | | ], |
| | | "SelectedNode": "\\WIDESEAWCS_Server.sln", |
| | | "PreviewInSolutionExplorer": false |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "Version": 1, |
| | | "WorkspaceRootPath": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\", |
| | | "Documents": [ |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskexecutedetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskexecutedetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_tasks\\spestackercranejob\\spestackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\spestackercranejob\\spestackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | } |
| | | ], |
| | | "DocumentGroupContainers": [ |
| | | { |
| | | "Orientation": 0, |
| | | "VerticalTabListWidth": 256, |
| | | "DocumentGroups": [ |
| | | { |
| | | "DockedWidth": 200, |
| | | "SelectedChildIndex": 4, |
| | | "Children": [ |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:129:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 0, |
| | | "Title": "TaskService.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "ViewState": "AgIAAGgEAAAAAAAAAAAIwI0EAAAqAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:41:35.849Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 1, |
| | | "Title": "TaskExecuteDetailService.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "ViewState": "AgIAABcAAAAAAAAAAAAiwNYAAAA9AAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:26:06.169Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 2, |
| | | "Title": "TaskExecuteDetailController.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAADwvx0AAAApAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:25:56.07Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 3, |
| | | "Title": "SpeStackerCraneJob.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "ViewState": "AgIAADQAAAAAAAAAAAAAwEcAAAAvAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:18:14.945Z", |
| | | "EditorCaption": "" |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
¶Ô±ÈÐÂÎļþ |
| | |
| | | { |
| | | "Version": 1, |
| | | "WorkspaceRootPath": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\", |
| | | "Documents": [ |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_taskinfoservice\\taskexecutedetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{83F18A31-5983-4587-A0B2-414BF70E50B5}|WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj|solutionrelative:wideseawcs_taskinfoservice\\taskexecutedetailservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{487FA45B-EA1A-4ACA-BB5B-0F6708F462C0}|WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj|solutionrelative:wideseawcs_server\\controllers\\task\\taskexecutedetailcontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | }, |
| | | { |
| | | "AbsoluteMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|f:\\jiaxing\\9.17.1\\jiaxingrgv\\\u4EE3\u7801\u7BA1\u7406\\wcs\\wcs\\wideseawcs_server\\wideseawcs_tasks\\spestackercranejob\\spestackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}", |
| | | "RelativeMoniker": "D:0:0:{294E4915-0241-4C8C-BA99-7588B945863A}|WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj|solutionrelative:wideseawcs_tasks\\spestackercranejob\\spestackercranejob.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}" |
| | | } |
| | | ], |
| | | "DocumentGroupContainers": [ |
| | | { |
| | | "Orientation": 0, |
| | | "VerticalTabListWidth": 256, |
| | | "DocumentGroups": [ |
| | | { |
| | | "DockedWidth": 200, |
| | | "SelectedChildIndex": 4, |
| | | "Children": [ |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:0:0:{aa2115a1-9712-457b-9047-dbb71ca2cdd2}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:128:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:129:0:{116d2292-e37d-41cd-a077-ebacac4c8cc4}" |
| | | }, |
| | | { |
| | | "$type": "Bookmark", |
| | | "Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 0, |
| | | "Title": "TaskService.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskService.cs", |
| | | "ViewState": "AgIAAGkEAAAAAAAAAAAAwIsEAAAzAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:41:35.849Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 1, |
| | | "Title": "TaskExecuteDetailService.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_TaskInfoService\\TaskExecuteDetailService.cs", |
| | | "ViewState": "AgIAABcAAAAAAAAAAAAiwNYAAAA9AAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:26:06.169Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 2, |
| | | "Title": "TaskExecuteDetailController.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Server\\Controllers\\Task\\TaskExecuteDetailController.cs", |
| | | "ViewState": "AgIAAAAAAAAAAAAAAADwvx0AAAApAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:25:56.07Z", |
| | | "EditorCaption": "" |
| | | }, |
| | | { |
| | | "$type": "Document", |
| | | "DocumentIndex": 3, |
| | | "Title": "SpeStackerCraneJob.cs", |
| | | "DocumentMoniker": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "RelativeDocumentMoniker": "WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "ToolTip": "F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "RelativeToolTip": "WIDESEAWCS_Tasks\\SpeStackerCraneJob\\SpeStackerCraneJob.cs", |
| | | "ViewState": "AgIAADQAAAAAAAAAAAAAwEcAAAAvAAAAAAAAAA==", |
| | | "Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|", |
| | | "WhenOpened": "2025-09-18T07:18:14.945Z", |
| | | "EditorCaption": "" |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | } |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoRepository/obj/Debug/net6.0/WIDESEAW.805D9660.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_BasicInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\ |
| | |
| | | 6be917b3e60cdacc685ff1080dc1513b4b9f5877 |
| | | 647a0f8ed80a1a1674632fab1d910c175d3f8590 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAW.805D9660.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAW.805D9660.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoRepository.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_BasicInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_BasicInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_BasicInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 08bc20eccd20d91707137997a528130e26abca9a |
| | | f3ad0e2d14a1a29dee120df17b8de408381cf445bddbf7a0d4f451e31fa91343 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_BasicInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoRepository\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "L18SbeWGFks8ESqgmLnspiQaLlAP6Qjk4att1A2TljBXkpv5g1OO+9FxnCcXF+8Jw/lZWQ4zbNXfkm7Rg2jV3g==", |
| | | "dgSpecHash": "5fH10XbzIWSVZtv/rwrOf8hRKhhHYmB2tEG0p4q307nm4YVRnILPNtl7bNkjQj+hasq0IvcZkQ/gcdWf/+98Sw==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_BasicInfoService/obj/Debug/net6.0/WIDESEAW.9F08D344.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_BasicInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\ |
| | |
| | | 076958f64da7113060c170f7acaa61e2735468ff |
| | | 98ec573b508309c8320030a23a40a8c1e481ee3d |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAW.9F08D344.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAW.9F08D344.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_BasicInfoService.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_BasicInfoService")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_BasicInfoService")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_BasicInfoService")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | a2ed80764d21ea32da4815c3521bd7ae2129a756 |
| | | c140241dd64266337abe194ca8bca2b469f4764be3ce9d2093851599693bba35 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_BasicInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_BasicInfoService\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "9Hp8kt2EhiW6K3MeU44PDVdZIJft13OKS8UlNW3c/xtBoFRMixKu3K6fRug+ZQonllWam66vOrJdSCf82MyObQ==", |
| | | "dgSpecHash": "Up5Y1SeH9Qzg8gt9YoBzwB/sduPP6E9A9AWsVVjzigFqW8U+tzl5il6FmxOtwh5X/xzzIalwivxP/D3jbR2wIg==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Common |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\ |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\refint\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\ref\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\refint\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\ref\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\refint\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\ref\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\refint\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\obj\Debug\net6.0\ref\WIDESEAWCS_Common.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Common")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Common")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Common")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 37e6e1cad1850f240fdc97ac63e57655f2bf1ee1 |
| | | 6e47354419ee6effbfd2b82bc7677ab910ec17b9943430bcd3ab5f4cb1a08c74 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Common |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Common\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "jdlsAB//jfgAK7f6DNp30OD5GrxtUt6xMVvIJo8EkVDO2iJ6/34RvNfdnyGhLSt8jFB+l6R8U9P6IFDTx7Yayw==", |
| | | "dgSpecHash": "6EMt5JUNAtWrXQ0EtOGNYl3RGwdLVXYed5z3WWHJ01TEN52Ew1ixECQ3W5h1uis68QC5MVkxsn/qGR7tS4jAbg==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_DTO |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\ |
| | |
| | | 5ebdf4885f2069fc7816656eb35309dc13a51d56 |
| | | a485f729d4153e19b1c608c982621dd91d3c3956 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\refint\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\ref\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAW.5F16D0F3.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\refint\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\ref\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAW.5F16D0F3.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\refint\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\ref\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\refint\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\obj\Debug\net6.0\ref\WIDESEAWCS_DTO.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_DTO")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_DTO")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_DTO")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 6cf078369ab773ce37bd195241b9330b39b1f2ef |
| | | b9c2b2b210d2066d8621a3a5dd72df7310e11115ba5e8f00f05bce2e793ac127 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_DTO |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_DTO\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "N35xLenV0qll+Ctvl92VVWLV/UVe94WqqxOL8xOta1jiWaFvKRnVUjtubChoTDJwPlepd/SGAXX9TAeqM3TLug==", |
| | | "dgSpecHash": "ZuuVMTprQBvjEDlZNNPblP6jVk1iGN1g7WAD4ae9qAgLzyvmhknCjt6n5T0kMt888QsxNw1jvpNlJkM9OtKHdQ==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoRepository/obj/Debug/net6.0/WIDESEAW.7F354E23.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_IBasicInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\ |
| | |
| | | 1004f9d9432d026c7c911565bdaee26b27035da7 |
| | | 17ee2629e7cc03dc697086626039d47b634eb5ae |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAW.7F354E23.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAW.7F354E23.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoRepository.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_IBasicInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_IBasicInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_IBasicInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 2bb186e0c99ea7f08a930f8de7480042f22e36dc |
| | | 745ab5a9ee2d531212e6fc9de129ca646f1c3aa57a9ce32cc629f34f6b0f7096 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_IBasicInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoRepository\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "NJfSTijtOo575K1o4EWcfpx0OzH4IkbqdJXIl8jSZIWsOw/oLZN+J2YXYike4Dlpj7X7ff5HEJvJtjLGlzrLOw==", |
| | | "dgSpecHash": "NERu7cnFJGLcKmjkWbs9bVMOSyNNo/i8ME6u0TAJpO6FFZqIzEZ4ke4TVrsv533eWJSxmy9RqN/FqnEFFnAepg==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_IBasicInfoService/obj/Debug/net6.0/WIDESEAW.AB4D5D46.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_IBasicInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\ |
| | |
| | | 8cccdb7e2b2b81871e90fd9ff4d39ddbf1438706 |
| | | 356f6bf61f503d8f2151e9e2f89fd31a047ab86d |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAW.AB4D5D46.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAW.AB4D5D46.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_IBasicInfoService.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_IBasicInfoService")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_IBasicInfoService")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_IBasicInfoService")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 50ecbdbae416f509853f33fdec044a1e52c68533 |
| | | 906e5daee2c276b4ae155ce180033f08a66fec5c59a4e30c8d53b7f2bcf3269b |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_IBasicInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_IBasicInfoService\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "HddexY/7UHWufZ15SHvzpswqEDbPvT1DSOdZUZIsgoDaURQ9/qcumUxXfSQ/NEdyujs7f953vl9re2GzOZBsFg==", |
| | | "dgSpecHash": "qePqXT0RPreZemzKd83ZbAkFZtew1QUPfAhHCIWmQ0B0uuOlbUelF2U+MIGs0f4b8yUqxemifpOqgrLaYp4GZw==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemRepository/obj/Debug/net6.0/WIDESEAW.63F56588.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ISystemRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\ |
| | |
| | | eab26134a8958f30e36a350f040eb6e612b46827 |
| | | 04b997fb5c3cd9f4dd7bfbccd27b88104cfce859 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAW.63F56588.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAW.63F56588.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemRepository.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ISystemRepository")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ISystemRepository")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ISystemRepository")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | e2a0771991589e8b9a8b3a35172ec4248a86c3c5 |
| | | 51865ee773733b9f060b2ab7dd32adfbdd64d0bf180b08ade4809bcf5d812313 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ISystemRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemRepository\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "7uVr/p5ELPXsDTOjGmaJYbRR+0vuzRDzQzBDyVMrT+KZYYerHNUCRmFx2n3ObLH+T3FejEAQ1VT6SbVlb90sBw==", |
| | | "dgSpecHash": "E+wxS+dDJvBypKb7vJ9afMK5qKLET7vYIk1/QHKO+tDdcCh+ynpBgDANwvTaIFXUkq2RkqZtk+ogizO0Pp8NLA==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/obj/Debug/net6.0/WIDESEAW.4FA91F28.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ISystemServices |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\ |
| | |
| | | dd2b36f7c2948fadace70441161eaf2148c6cb6c |
| | | 1505cc0dc631762d231840b1b438918855bfcfb3 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAW.4FA91F28.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAW.4FA91F28.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_ISystemServices.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ISystemServices")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ISystemServices")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ISystemServices")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | c896faa16e875077e189a0f750a430aa4cd35224 |
| | | c9e3b12cacaf07a7a9e386afbab19eded9d39f51a2116f1d18ba300897645c2b |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ISystemServices |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ISystemServices\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "VvJDTnSnkbe6SytjkviBQmWyK0IVBXPCrqcdUdIASqA8M8lCqKBt4XD+5kfdwonE0x1AxZ1+KyIzZfZOqUJDFQ==", |
| | | "dgSpecHash": "0BYKdYunpTZMb/Ci9aJQ3I4PWQ/9eNub6kuzhZitKkGbaDjr7z7ln0Se/6lRHPsXfIT/YZ403tmpasWAdBCzXg==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoRepository/obj/Debug/net6.0/WIDESEAW.0D2C9A0A.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ITaskInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\ |
| | |
| | | c3956d933b33cfd994dcabf962dc3038368c36d9 |
| | | 52c85fa06c702d39a261ecae6e9d879d3fe8ffdf |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAW.0D2C9A0A.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAW.0D2C9A0A.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoRepository.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ITaskInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ITaskInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ITaskInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 60a3fe08fd1369141e22d66778dd43741f3d7715 |
| | | 75921694b579852542d959d3f5d1c18b0722106b768952921da423eafff478e6 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ITaskInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoRepository\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "S02kVAZmcM6sb6yCgRYwK7QQgB2KkdbgbB52pfmdo3V4c4gTLojMlU8SEe/C4ZlV/JFC8Co9pSzFzCIYg9+LmA==", |
| | | "dgSpecHash": "p8l9cm+alY4UDBTiWNoGsyBtmk3OJWyAzbjQmxDk7rpzQTkUv8GTGI8H1Nd4nGI9pFhGqEqoA4k0kcbH84qsQw==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
| | |
| | | /// <returns></returns> |
| | | WebResponseContent TaskResultOut(string taskNo, string finalAddress, int status, string remark); |
| | | |
| | | /// <summary> |
| | | /// äººå·¥å®æ |
| | | /// </summary> |
| | | /// </summary> |
| | | /// <param name="ids"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent CompletedManually(int id); |
| | | |
| | | /// <summary> |
| | | /// 人工æå¨åæ¶ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | WebResponseContent MHWCSTaskCancel(int id); |
| | | } |
| | | } |
| | |
| | | public interface ITask_HtyService : IService<Dt_Task_hty> |
| | | { |
| | | public WebResponseContent AddTaskHty(Dt_Task task); |
| | | |
| | | /// <summary> |
| | | /// è¾åº30å¤©åæ°æ® |
| | | /// </summary> |
| | | /// <param name="task"></param> |
| | | public void Task_Hty_Job(); |
| | | } |
| | | } |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/obj/Debug/net6.0/WIDESEAW.F8B614FA.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ITaskInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\ |
| | |
| | | 94847a71ea0f7c00b8a7de2d679e2833b73f8817 |
| | | d4282fee099ce38beb963146423b429841db722d |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAW.F8B614FA.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAW.F8B614FA.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_ITaskInfoService.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_ITaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_ITaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_ITaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 310ea3785d7d4fc3a83d2865fe19dc8da83db1c5 |
| | | 0efcce3b02ecc89777dbb14d121ffc4a85d2376f7ed9f9cb9b59d998202af5f7 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_ITaskInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_ITaskInfoService\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "d6Jsu9jPSwi6ed895qOSLzOxt1PJKkbPdKumftGHrmg+ImeReRK7aRkeNIAO2H2db2uw3pgoZonNVmEC3+S54A==", |
| | | "dgSpecHash": "Q4WWABRpNCT9mXaWik6vActu9U4RMrlR7fK2yc1BIwx/8EBagsqEYGw+MIIYwpxHa/O5XV3Bxkg+vVd/R3J1ew==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/obj/Debug/net6.0/WIDESEAW.C162A041.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Model |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\ |
| | |
| | | 15ab3bfd9f3b4da22060367c96d9fed7f8e21e64 |
| | | 288b73c9e40c00f0d51a67fe1b5a424b847728fd |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\refint\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\ref\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAW.C162A041.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\refint\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\ref\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAW.C162A041.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\refint\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\ref\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\refint\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\obj\Debug\net6.0\ref\WIDESEAWCS_Model.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Model")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Model")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Model")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | a3da14aa768dc14323204e4596372157e8494a16 |
| | | 08ba1e6a8a2e0ebbc71d8364197b213d4aff5cc65fa4c0426b571cf706455d4a |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Model |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Model\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "LG0PqCoXuOqLLDiCUDnKzDFxiuulO4qMLB9EEtdeGKPgpYC8IzRzLyvKWyzTocc6FC+lFiwMB/EeMmn4XqhWCA==", |
| | | "dgSpecHash": "DPoay2qfjMh8ayECSPyh5aDObhzhQgqVk1mQps9qOJG8JUfDeJ9yhyzITFuCDuNbTD8yPS//JqlPvujEq5AkiQ==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
| | |
| | | return Service.RollbackTaskStatusToLast(taskNum); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¹éæå¨å®æ |
| | | /// </summary> |
| | | /// <param name="ids"></param> |
| | | /// <returns></returns> |
| | | [HttpPost,HttpGet, Route("CompletedManually")] |
| | | public WebResponseContent CompletedManually([FromBody] int[] id) |
| | | { |
| | | int taskid = id[0]; |
| | | return Service.CompletedManually(taskid); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// åæ¶ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | [HttpPost,HttpGet, Route("MHWCSTaskCancel")] |
| | | public WebResponseContent MHWCSTaskCancel([FromBody] int[] id) |
| | | { |
| | | int taskid = id[0]; |
| | | return Service.MHWCSTaskCancel(taskid); |
| | | } |
| | | |
| | | |
| | | |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | 2025/9/18 10:38:44.311 |
| | | å¼å¸¸ä»»å¡ |
| | | "ä»»å¡å·ï¼999éå¤,å
°åç³»ç»ä¸åéå¤ä»»å¡ï¼ï¼ï¼" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:08:19.579 |
| | | å¼å¸¸ä»»å¡ |
| | | "ä»»å¡å·ï¼59éå¤,å
°åç³»ç»ä¸åéå¤ä»»å¡ï¼ï¼ï¼" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:08:40.869 |
| | | å¼å¸¸ä»»å¡ |
| | | "ä»»å¡å·ï¼59éå¤,å
°åç³»ç»ä¸åéå¤ä»»å¡ï¼ï¼ï¼" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:23:55.328 |
| | | å¼å¸¸ä»»å¡ |
| | | "ä»»å¡å·ï¼34éå¤,å
°åç³»ç»ä¸åéå¤ä»»å¡ï¼ï¼ï¼" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:24:03.27 |
| | | å¼å¸¸ä»»å¡ |
| | | "ä»»å¡å·ï¼26éå¤,å
°åç³»ç»ä¸åéå¤ä»»å¡ï¼ï¼ï¼" |
| | | ------------------------------- |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | 2025/9/18 10:38:30.616 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":999,\"type\":1,\"containerNo\":\"TEST0003\",\"priority\":10,\"startAddress\":\"1015\",\"endAddress\":\"4\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 10:49:53.238 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"},{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 10:57:55.699 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 10:58:14.926 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"},{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 10:58:19.761 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"},{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:02:55.845 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"},{\"taskNo\":59,\"type\":88,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:04:44.200 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":59,\"type\":200,\"containerNo\":\"enim velit\",\"priority\":9,\"startAddress\":\"æè¡818å·\",\"endAddress\":\"ç¬æ 780å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:09:16.678 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":95,\"type\":1,\"containerNo\":\"proident dolore minim Duis nisi\",\"priority\":1,\"startAddress\":\"礼侬74608å·\",\"endAddress\":\"å¥ä¾¬12å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:10:47.29 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":69,\"type\":2,\"containerNo\":\"ex nisi irure magna\",\"priority\":47,\"startAddress\":\"宿62370å·\",\"endAddress\":\"ææ 760å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:10:50.797 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":26,\"type\":1,\"containerNo\":\"sit sunt do velit\",\"priority\":54,\"startAddress\":\"ç¥è¡493å·\",\"endAddress\":\"é¯è·¯1å·\"},{\"taskNo\":80,\"type\":1,\"containerNo\":\"ea occaecat\",\"priority\":55,\"startAddress\":\"èä¸å¿76å·\",\"endAddress\":\"åè·¯438å·\"},{\"taskNo\":34,\"type\":2,\"containerNo\":\"ipsum nostrud incididunt Duis mollit\",\"priority\":28,\"startAddress\":\"ç³å± æ 3137å·\",\"endAddress\":\"è«ä¸å¿75461å·\"}]}" |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 11:23:59.251 |
| | | æå |
| | | "æ¥æ¶å°çæ°æ®ä¸ºï¼{\"data\":[{\"taskNo\":74,\"type\":1,\"containerNo\":\"non labore nisi do ea\",\"priority\":60,\"startAddress\":\"åºä¾¬9å·\",\"endAddress\":\"æå··6375å·\"},{\"taskNo\":86,\"type\":2,\"containerNo\":\"Ut ex sunt est\",\"priority\":86,\"startAddress\":\"顾ä¸å¿805å·\",\"endAddress\":\"干路4749å·\"}]}" |
| | | ------------------------------- |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | 2025/9/18 10:48:18.747 |
| | | å¼å¸¸ |
| | | "Object reference not set to an instance of an object." |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 10:48:54.109 |
| | | å¼å¸¸ |
| | | "Object reference not set to an instance of an object." |
| | | ------------------------------- |
| | | |
| | | 2025/9/18 10:49:39.918 |
| | | å¼å¸¸ |
| | | "Object reference not set to an instance of an object." |
| | | ------------------------------- |
| | | |
¶Ô±ÈÐÂÎļþ |
| | |
| | | -------------------------------- |
| | | 2025/9/18 10:49:39| |
| | | Unexpected end of request content. |
| | | ãèªå®ä¹é误ãï¼Unexpected end of request content. |
| | | ãå¼å¸¸ç±»åãï¼BadHttpRequestException |
| | | ãå¼å¸¸ä¿¡æ¯ãï¼Unexpected end of request content. |
| | | ãå æ è°ç¨ãï¼ at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.Http1ContentLengthMessageBody.ReadAsyncInternal(CancellationToken cancellationToken) |
| | | at System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder`1.StateMachineBox`1.System.Threading.Tasks.Sources.IValueTaskSource<TResult>.GetResult(Int16 token) |
| | | at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) |
| | | at Microsoft.AspNetCore.WebUtilities.FileBufferingReadStream.ReadAsync(Memory`1 buffer, CancellationToken cancellationToken) |
| | | at Microsoft.AspNetCore.WebUtilities.StreamHelperExtensions.DrainAsync(Stream stream, ArrayPool`1 bytePool, Nullable`1 limit, CancellationToken cancellationToken) |
| | | at Microsoft.AspNetCore.Mvc.Formatters.NewtonsoftJsonInputFormatter.ReadRequestBodyAsync(InputFormatterContext context, Encoding encoding) |
| | | at Microsoft.AspNetCore.Mvc.ModelBinding.Binders.BodyModelBinder.BindModelAsync(ModelBindingContext bindingContext) |
| | | at Microsoft.AspNetCore.Mvc.ModelBinding.ParameterBinder.BindModelAsync(ActionContext actionContext, IModelBinder modelBinder, IValueProvider valueProvider, ParameterDescriptor parameter, ModelMetadata metadata, Object value, Object container) |
| | | at Microsoft.AspNetCore.Mvc.Controllers.ControllerBinderDelegateProvider.<>c__DisplayClass0_0.<<CreateBinderDelegate>g__Bind|0>d.MoveNext() |
| | | --- End of stack trace from previous location --- |
| | | at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeInnerFilterAsync>g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) |
| | | at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextExceptionFilterAsync>g__Awaited|26_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) |
| | |
| | | builder.Services.AddAllOptionRegister();//读åé
ç½®æä»¶ |
| | | builder.Services.AddMemoryCacheSetup();//ç¼å |
| | | builder.Services.AddSqlsugarSetup();//SqlSugar å¯å¨æå¡ |
| | | builder.Services.AddInitializationHostServiceSetup();//åºç¨åå§åæå¡æ³¨å
¥ |
| | | builder.Services.AddDbSetup();//Db å¯å¨æå¡ |
| | | //builder.Services.AddInitializationHostServiceSetup();//åºç¨åå§åæå¡æ³¨å
¥ |
| | | //builder.Services.AddDbSetup();//Db å¯å¨æå¡ |
| | | |
| | | builder.Services.AddScoped<QuartzJobCreateDataTabel>(); |
| | | builder.Services.AddHostedService<QuartzJobDataTableHostedService>(); |
| | | //builder.Services.AddScoped<QuartzJobCreateDataTabel>(); |
| | | //builder.Services.AddHostedService<QuartzJobDataTableHostedService>(); |
| | | |
| | | builder.Services.AddAutoMapperSetup(); |
| | | |
| | |
| | | //è¿æ¥å符串 |
| | | //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=", |
| | | //"ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | "ConnectionString": "Data Source=26.1.121.250;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | "ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | //è·¨å |
| | | "Cors": { |
| | | "PolicyName": "CorsIpAccess", //çç¥åç§° |
¶Ô±ÈÐÂÎļþ |
| | |
| | | {"Version":1,"ManifestType":"Build","Endpoints":[{"Route":"css/style.css","AssetFile":"css/style.css","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2207"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM="}]},{"Route":"css/style.q675ftcnvf.css","AssetFile":"css/style.css","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2207"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"q675ftcnvf"},{"Name":"integrity","Value":"sha256-ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM="},{"Name":"label","Value":"css/style.css"}]},{"Route":"favicon.90yqlj465b.ico","AssetFile":"favicon.ico","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"32038"},{"Name":"Content-Type","Value":"image/x-icon"},{"Name":"ETag","Value":"\"qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"90yqlj465b"},{"Name":"integrity","Value":"sha256-qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0="},{"Name":"label","Value":"favicon.ico"}]},{"Route":"favicon.ico","AssetFile":"favicon.ico","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"32038"},{"Name":"Content-Type","Value":"image/x-icon"},{"Name":"ETag","Value":"\"qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0="}]},{"Route":"js/anime.min.4gydw0gnuq.js","AssetFile":"js/anime.min.js","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"14452"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"4gydw0gnuq"},{"Name":"integrity","Value":"sha256-pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o="},{"Name":"label","Value":"js/anime.min.js"}]},{"Route":"js/anime.min.js","AssetFile":"js/anime.min.js","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"14452"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o="}]},{"Route":"logo.jpg.jpg","AssetFile":"logo.jpg.jpg","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"24181"},{"Name":"Content-Type","Value":"image/jpeg"},{"Name":"ETag","Value":"\"WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs="}]},{"Route":"logo.jpg.vy0bt5i1fn.jpg","AssetFile":"logo.jpg.jpg","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"24181"},{"Name":"Content-Type","Value":"image/jpeg"},{"Name":"ETag","Value":"\"WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"vy0bt5i1fn"},{"Name":"integrity","Value":"sha256-WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs="},{"Name":"label","Value":"logo.jpg.jpg"}]},{"Route":"swg-login.html","AssetFile":"swg-login.html","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"5100"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\"HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs="}]},{"Route":"swg-login.lj2ouuyezj.html","AssetFile":"swg-login.html","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"5100"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\"HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"lj2ouuyezj"},{"Name":"integrity","Value":"sha256-HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs="},{"Name":"label","Value":"swg-login.html"}]}]} |
| | |
| | | {"ContentRoots":["F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\"],"Root":{"Children":{"css":{"Children":{"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/style.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"anime.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/anime.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"logo.jpg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo.jpg.jpg"},"Patterns":null},"swg-login.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"swg-login.html"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} |
| | | {"ContentRoots":["F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\"],"Root":{"Children":{"css":{"Children":{"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/style.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"anime.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/anime.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"logo.jpg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo.jpg.jpg"},"Patterns":null},"swg-login.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"swg-login.html"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} |
| | |
| | | //è¿æ¥å符串 |
| | | //"ConnectionString": "HTI6FB1H05Krd07mNm9yBCNhofW6edA5zLs9TY~MNthRYW3kn0qKbMIsGp~3yyPDF1YZUCPBQx8U0Jfk4PH~ajNFXVIwlH85M3F~v_qKYQ3CeAz3q1mLVDn8O5uWt1~3Ut2V3KRkEwYHvW2oMDN~QIDXPxDgXN0R2oTIhc9dNu7QNaLEknblqmHhjaNSSpERdDVZIgHnMKejU_SL49tralBkZmDNi0hmkbL~837j1NWe37u9fJKmv91QPb~16JsuI9uu0EvNZ06g6PuZfOSAeFH9GMMIZiketdcJG3tHelo=", |
| | | //"ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | "ConnectionString": "Data Source=26.1.121.250;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=123456;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | "ConnectionString": "Data Source=.;Initial Catalog=JX_WIDESEAWCS_RGV;User ID=sa;Password=357753;Integrated Security=False;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False", |
| | | //è·¨å |
| | | "Cors": { |
| | | "PolicyName": "CorsIpAccess", //çç¥åç§° |
¶Ô±ÈÐÂÎļþ |
| | |
| | | WIDESEAWCS_Server.json |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/WIDESEAW.F8489A18.Up2Date"
| | |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Server |
| | | build_property.RootNamespace = WIDESEAWCS_Server |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\ |
| | | build_property.RazorLangVersion = 6.0 |
| | | build_property.SupportLocalizedComponentNames = |
| | | build_property.GenerateRazorMetadataSourceChecksumAttributes = |
| | | build_property.MSBuildProjectDirectory = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server |
| | | build_property.MSBuildProjectDirectory = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server |
| | | build_property._RazorSourceGeneratorDebug = |
| | |
| | | 1a165babfb08e24d754ce758b0e58654c631258e |
| | | b041c06d005e313e40328c8255d7de34d2a64fdd |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.genruntimeconfig.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\ref\WIDESEAWCS_Server.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\appsettings.Development.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\appsettings.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.staticwebassets.runtime.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.staticwebassets.endpoints.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.exe |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\index.html |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceInfo.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocol.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocolDetail.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DispatchInfo.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Router.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Dictionary.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_DictionaryList.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Menu.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Role.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_RoleAuth.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_User.tsv |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.runtimeconfig.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\AutoMapper.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Castle.Core.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\DynamicExpresso.Core.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\HslCommunication.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.Core.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.EPPlus.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.Excel.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Identity.Client.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Abstractions.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IO.RecyclableMemoryStream.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.OpenApi.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.Shared.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MySqlConnector.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Newtonsoft.Json.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Npgsql.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\OfficeOpenXml.Core.ExcelPackage.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Oscar.Data.SqlClient.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Quartz.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Scrutor.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SixLabors.ImageSharp.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SkiaSharp.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.core.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.provider.e_sqlite3.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SqlSugar.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\DmProvider.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Kdbndp.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.DirectoryServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Drawing.Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IO.Packaging.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IO.Ports.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Linq.Dynamic.Core.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Runtime.Caching.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Permissions.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Windows.Extensions.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Communicator.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Core.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_QuartzJob.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\zh-Hans\Magicodes.IE.Core.resources.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libSystem.IO.Ports.Native.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libSkiaSharp.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libSkiaSharp.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libSkiaSharp.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libSkiaSharp.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\browser-wasm\nativeassets\net6.0\e_sqlite3.a |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-ppc64le\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-s390x\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libe_sqlite3.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.IO.Ports.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.IO.Ports.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rpswa.dswa.cache.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.MvcApplicationPartsAssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.MvcApplicationPartsAssemblyInfo.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rjimswa.dswa.cache.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rjsmrazor.dswa.cache.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rjsmcshtml.dswa.cache.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\scopedcss\bundle\WIDESEAWCS_Server.styles.css |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.json.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.development.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.endpoints.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.upToDateCheck.txt |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAW.F8489A18.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\refint\WIDESEAWCS_Server.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.genruntimeconfig.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\ref\WIDESEAWCS_Server.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\appsettings.Development.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\appsettings.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.staticwebassets.endpoints.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.staticwebassets.runtime.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.exe |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\index.html |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceInfo.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocol.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocolDetail.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DispatchInfo.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Router.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Dictionary.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_DictionaryList.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Menu.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Role.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_RoleAuth.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_User.tsv |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.runtimeconfig.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\AutoMapper.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Castle.Core.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\DynamicExpresso.Core.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\HslCommunication.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.Core.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.EPPlus.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.Excel.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Identity.Client.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Abstractions.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IO.RecyclableMemoryStream.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.OpenApi.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.Shared.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MySqlConnector.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Newtonsoft.Json.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Npgsql.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\OfficeOpenXml.Core.ExcelPackage.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Oscar.Data.SqlClient.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Quartz.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Scrutor.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SixLabors.ImageSharp.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SkiaSharp.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.core.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.provider.e_sqlite3.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SqlSugar.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\DmProvider.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Kdbndp.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.DirectoryServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Drawing.Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IO.Packaging.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IO.Ports.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Linq.Dynamic.Core.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Runtime.Caching.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Permissions.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Windows.Extensions.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Communicator.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Core.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_QuartzJob.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\zh-Hans\Magicodes.IE.Core.resources.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libSystem.IO.Ports.Native.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libSkiaSharp.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libSkiaSharp.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libSkiaSharp.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libSkiaSharp.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\browser-wasm\nativeassets\net6.0\e_sqlite3.a |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-ppc64le\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-s390x\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libe_sqlite3.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.IO.Ports.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.IO.Ports.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rpswa.dswa.cache.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.MvcApplicationPartsAssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.MvcApplicationPartsAssemblyInfo.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rjimswa.dswa.cache.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rjsmrazor.dswa.cache.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\rjsmcshtml.dswa.cache.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\scopedcss\bundle\WIDESEAWCS_Server.styles.css |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.json.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.development.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.endpoints.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.upToDateCheck.txt |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAW.F8489A18.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\refint\WIDESEAWCS_Server.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.genruntimeconfig.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\ref\WIDESEAWCS_Server.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\appsettings.Development.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\appsettings.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.staticwebassets.runtime.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.exe |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\index.html |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceInfo.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocol.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DeviceProtocolDetail.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_DispatchInfo.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Router.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_Task.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Dt_TaskExecuteDetail.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Dictionary.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_DictionaryList.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Menu.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_Role.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_RoleAuth.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\wwwroot\WIDESEAWCS_DB.DBSeed.Json\Sys_User.tsv |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.runtimeconfig.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\AutoMapper.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Castle.Core.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\DynamicExpresso.Core.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\HslCommunication.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.Core.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.EPPlus.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Magicodes.IE.Excel.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Identity.Client.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Abstractions.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.IO.RecyclableMemoryStream.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.OpenApi.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MiniProfiler.Shared.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\MySqlConnector.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Newtonsoft.Json.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Npgsql.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\OfficeOpenXml.Core.ExcelPackage.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Oscar.Data.SqlClient.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Quartz.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Scrutor.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SixLabors.ImageSharp.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SkiaSharp.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.core.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SQLitePCLRaw.provider.e_sqlite3.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\SqlSugar.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\DmProvider.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Kdbndp.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Diagnostics.DiagnosticSource.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.DirectoryServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Drawing.Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IO.Packaging.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.IO.Ports.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Linq.Dynamic.Core.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Runtime.Caching.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Cryptography.Pkcs.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Security.Permissions.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\System.Windows.Extensions.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Communicator.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Core.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_QuartzJob.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\zh-Hans\Magicodes.IE.Core.resources.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\Microsoft.Win32.SystemEvents.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libSystem.IO.Ports.Native.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libSystem.IO.Ports.Native.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libSystem.IO.Ports.Native.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libSystem.IO.Ports.Native.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-x64\native\libSystem.IO.Ports.Native.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libSkiaSharp.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libSkiaSharp.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libSkiaSharp.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libSkiaSharp.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx\native\libSkiaSharp.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\libSkiaSharp.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\libSkiaSharp.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\libSkiaSharp.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\browser-wasm\nativeassets\net6.0\e_sqlite3.a |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-arm\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-arm64\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-ppc64le\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-s390x\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\maccatalyst-arm64\native\libe_sqlite3.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\maccatalyst-x64\native\libe_sqlite3.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-arm64\native\libe_sqlite3.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Diagnostics.PerformanceCounter.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.Drawing.Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Drawing.Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\unix\lib\net6.0\System.IO.Ports.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.IO.Ports.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.Pkcs.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Security.Cryptography.ProtectedData.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.Windows.Extensions.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.MvcApplicationPartsAssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.MvcApplicationPartsAssemblyInfo.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets\msbuild.WIDESEAWCS_Server.Microsoft.AspNetCore.StaticWebAssets.props |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets\msbuild.build.WIDESEAWCS_Server.props |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.WIDESEAWCS_Server.props |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.WIDESEAWCS_Server.props |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.pack.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.build.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\staticwebassets.development.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\scopedcss\bundle\WIDESEAWCS_Server.styles.css |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\refint\WIDESEAWCS_Server.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\WIDESEAWCS_Server.genruntimeconfig.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\obj\Debug\net6.0\ref\WIDESEAWCS_Server.dll |
| | |
| | | 5d7f257437ebfdbe720ca52a0d174854ffec581f |
| | | af8cb59d082659cad3847b73fbdc785f13fc484c |
¶Ô±ÈÐÂÎļþ |
| | |
| | | {"GlobalPropertiesHash":"1D2S3JKLktH2PAX0zKMhRbcU9tXzFVu5qv/mCpcY+o4=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"R7Rea/YQmcweqCbKffD9oUelggfpJQX85r65aYZsas0=","InputHashes":["WCclLQFEzETsA7juGyeeqV\u002BccfprK\u002BhNMgMKjQUQYTo=","NeP6Wqak6D6niH9BpTd\u002B/F8Jq7SqrocIHWVX8S8VCPM=","heaogrTVQtJbMY9eJ\u002By3sZuF5gJuPQsFJfsbWBzh98k=","FyBCtkq3OR0CHYA42qOYVYLH7pBpuUNrElrT1YL70a4=","naETkMCV/0kQc/OS9f8HkCDv1ASDYAfDrxj/pJs142A="],"CachedAssets":{},"CachedCopyCandidates":{}} |
¶Ô±ÈÐÂÎļþ |
| | |
| | | {"GlobalPropertiesHash":"BP7N2960fp9mqJrX+Na+hQKviWInUdfCJ7wVhO/XtaA=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["m6N6E3CItlhzKo0VWgjmkiW0/iMLidXmf4rQkZCMf\u002BY=","3nxEUBaH0uYI9EOCJ7m4cfqliRNfW8TbmhWPKz4Jlrg=","WFajfES\u002BbJ9ZrqNJAUl1fVmzGdZxcA6aZ9QRoJ6goUk=","KBvvKFO49A/1Mo16UIc57PBn\u002Br80hA/ZncmfmU\u002BLTEE=","6HxxlXBGtrZvSpSW1bmpgOWhyRrdhQ\u002BSLQFYfb8j4Pw=","zYyqfr1gJDVisa4rAhIZh86dY633WF7hrsbDey9Sq10=","aKXa\u002BtdtG7GS755fD1TaDoOG7Y3NhEmEOUvC8E0euO8=","yGHdq5IDX9tEhm8rutLOxOQ\u002BN8mf/073/nq\u002BH2gaEa4=","JO7ozHTSWbQ98RmMuua4C5md\u002B8ckd6UPe7D7wwj/73g=","6UuwGd/Xt3srXtNAUZNrjzNDvfb28CMTzE7LCeApuHE=","AFeZReQDBU3vC/i5shcoyS2bU35kT6CgHiWttudE1G8=","GZSsB6VQwvlrdl4MLPauMFrTRf4OvHMgY7rUdV7VJkU=","nGaMEzRS1GgPY8/HJGxqH1w/rmNHmdYigSk2yLmB6Ik=","OMj25YhgPl\u002BLwWdG9FtkdR7RSswZ6QPEiCJJS/lmb5w=","hJVUY5TYjcGkW1GlSVjZ0kQfKZEc51FJCL/ukG3vDGI=","ibq6op6AWOCo2myYwGlZgtJZ6cdVhpnxIThAFQQfM1o="],"CachedAssets":{},"CachedCopyCandidates":{}} |
¶Ô±ÈÐÂÎļþ |
| | |
| | | {"GlobalPropertiesHash":"U0FeKnWlJljikwF+wmr7WmMEEmK/ho/Vs7uFZTGWBLc=","FingerprintPatternsHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["m6N6E3CItlhzKo0VWgjmkiW0/iMLidXmf4rQkZCMf\u002BY=","3nxEUBaH0uYI9EOCJ7m4cfqliRNfW8TbmhWPKz4Jlrg=","WFajfES\u002BbJ9ZrqNJAUl1fVmzGdZxcA6aZ9QRoJ6goUk=","KBvvKFO49A/1Mo16UIc57PBn\u002Br80hA/ZncmfmU\u002BLTEE=","6HxxlXBGtrZvSpSW1bmpgOWhyRrdhQ\u002BSLQFYfb8j4Pw=","zYyqfr1gJDVisa4rAhIZh86dY633WF7hrsbDey9Sq10=","aKXa\u002BtdtG7GS755fD1TaDoOG7Y3NhEmEOUvC8E0euO8=","yGHdq5IDX9tEhm8rutLOxOQ\u002BN8mf/073/nq\u002BH2gaEa4=","JO7ozHTSWbQ98RmMuua4C5md\u002B8ckd6UPe7D7wwj/73g=","6UuwGd/Xt3srXtNAUZNrjzNDvfb28CMTzE7LCeApuHE=","AFeZReQDBU3vC/i5shcoyS2bU35kT6CgHiWttudE1G8=","GZSsB6VQwvlrdl4MLPauMFrTRf4OvHMgY7rUdV7VJkU=","nGaMEzRS1GgPY8/HJGxqH1w/rmNHmdYigSk2yLmB6Ik=","OMj25YhgPl\u002BLwWdG9FtkdR7RSswZ6QPEiCJJS/lmb5w=","hJVUY5TYjcGkW1GlSVjZ0kQfKZEc51FJCL/ukG3vDGI=","ibq6op6AWOCo2myYwGlZgtJZ6cdVhpnxIThAFQQfM1o="],"CachedAssets":{},"CachedCopyCandidates":{}} |
¶Ô±ÈÐÂÎļþ |
| | |
| | | {"GlobalPropertiesHash":"5MhDOfj/WEGciMaZ3o8eNecM/gLzm1BZreUet8yotOU=","FingerprintPatternsHash":"gq3WsqcKBUGTSNle7RKKyXRIwh7M8ccEqOqYvIzoM04=","PropertyOverridesHash":"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=","InputHashes":["m6N6E3CItlhzKo0VWgjmkiW0/iMLidXmf4rQkZCMf\u002BY=","3nxEUBaH0uYI9EOCJ7m4cfqliRNfW8TbmhWPKz4Jlrg=","WFajfES\u002BbJ9ZrqNJAUl1fVmzGdZxcA6aZ9QRoJ6goUk=","KBvvKFO49A/1Mo16UIc57PBn\u002Br80hA/ZncmfmU\u002BLTEE=","6HxxlXBGtrZvSpSW1bmpgOWhyRrdhQ\u002BSLQFYfb8j4Pw=","zYyqfr1gJDVisa4rAhIZh86dY633WF7hrsbDey9Sq10=","aKXa\u002BtdtG7GS755fD1TaDoOG7Y3NhEmEOUvC8E0euO8="],"CachedAssets":{"m6N6E3CItlhzKo0VWgjmkiW0/iMLidXmf4rQkZCMf\u002BY=":{"Identity":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\css\\style.css","SourceId":"WIDESEAWCS_Server","SourceType":"Discovered","ContentRoot":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\","BasePath":"_content/WIDESEAWCS_Server","RelativePath":"css/style#[.{fingerprint}]?.css","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"q675ftcnvf","Integrity":"ojYgJoVTfogYjwSWz2okx/GiSYK4uY5\u002BxR/CpMHP7aM=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\css\\style.css","FileLength":2207,"LastWriteTime":"2025-09-15T08:18:40.9061073+00:00"},"3nxEUBaH0uYI9EOCJ7m4cfqliRNfW8TbmhWPKz4Jlrg=":{"Identity":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\favicon.ico","SourceId":"WIDESEAWCS_Server","SourceType":"Discovered","ContentRoot":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\","BasePath":"_content/WIDESEAWCS_Server","RelativePath":"favicon#[.{fingerprint}]?.ico","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"90yqlj465b","Integrity":"qU\u002BKhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/\u002B39dni9E0=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\favicon.ico","FileLength":32038,"LastWriteTime":"2025-09-15T08:18:40.9065981+00:00"},"WFajfES\u002BbJ9ZrqNJAUl1fVmzGdZxcA6aZ9QRoJ6goUk=":{"Identity":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\js\\anime.min.js","SourceId":"WIDESEAWCS_Server","SourceType":"Discovered","ContentRoot":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\","BasePath":"_content/WIDESEAWCS_Server","RelativePath":"js/anime.min#[.{fingerprint}]?.js","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"4gydw0gnuq","Integrity":"pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\js\\anime.min.js","FileLength":14452,"LastWriteTime":"2025-09-15T08:18:40.9069757+00:00"},"KBvvKFO49A/1Mo16UIc57PBn\u002Br80hA/ZncmfmU\u002BLTEE=":{"Identity":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\logo.jpg.jpg","SourceId":"WIDESEAWCS_Server","SourceType":"Discovered","ContentRoot":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\","BasePath":"_content/WIDESEAWCS_Server","RelativePath":"logo.jpg#[.{fingerprint}]?.jpg","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"vy0bt5i1fn","Integrity":"WVXTFWYiOzXViKykiIhVGzCir\u002BFgkDqs0FP9p\u002BXTQNs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\logo.jpg.jpg","FileLength":24181,"LastWriteTime":"2025-09-15T08:18:40.9071504+00:00"},"6HxxlXBGtrZvSpSW1bmpgOWhyRrdhQ\u002BSLQFYfb8j4Pw=":{"Identity":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\swg-login.html","SourceId":"WIDESEAWCS_Server","SourceType":"Discovered","ContentRoot":"F:\\JIAXING\\9.17.1\\JiaXingRGV\\\u4EE3\u7801\u7BA1\u7406\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\","BasePath":"_content/WIDESEAWCS_Server","RelativePath":"swg-login#[.{fingerprint}]?.html","AssetKind":"All","AssetMode":"All","AssetRole":"Primary","AssetMergeBehavior":null,"AssetMergeSource":"","RelatedAsset":null,"AssetTraitName":null,"AssetTraitValue":null,"Fingerprint":"lj2ouuyezj","Integrity":"HydoZTPS7iz465rEIvr3Z3I\u002BNW1Vm9nL1C740TE/kFs=","CopyToOutputDirectory":"Never","CopyToPublishDirectory":"PreserveNewest","OriginalItemSpec":"wwwroot\\swg-login.html","FileLength":5100,"LastWriteTime":"2025-09-15T08:18:40.9071504+00:00"}},"CachedCopyCandidates":{}} |
¶Ô±ÈÐÂÎļþ |
| | |
| | | {"Version":1,"ManifestType":"Build","Endpoints":[{"Route":"css/style.css","AssetFile":"css/style.css","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"2207"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM="}]},{"Route":"css/style.q675ftcnvf.css","AssetFile":"css/style.css","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"2207"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\"ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"q675ftcnvf"},{"Name":"integrity","Value":"sha256-ojYgJoVTfogYjwSWz2okx/GiSYK4uY5+xR/CpMHP7aM="},{"Name":"label","Value":"css/style.css"}]},{"Route":"favicon.90yqlj465b.ico","AssetFile":"favicon.ico","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"32038"},{"Name":"Content-Type","Value":"image/x-icon"},{"Name":"ETag","Value":"\"qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"90yqlj465b"},{"Name":"integrity","Value":"sha256-qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0="},{"Name":"label","Value":"favicon.ico"}]},{"Route":"favicon.ico","AssetFile":"favicon.ico","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"32038"},{"Name":"Content-Type","Value":"image/x-icon"},{"Name":"ETag","Value":"\"qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-qU+KhVPK6oQw3UyjzAHU4xjRmCj3TLZUU/+39dni9E0="}]},{"Route":"js/anime.min.4gydw0gnuq.js","AssetFile":"js/anime.min.js","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"14452"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"4gydw0gnuq"},{"Name":"integrity","Value":"sha256-pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o="},{"Name":"label","Value":"js/anime.min.js"}]},{"Route":"js/anime.min.js","AssetFile":"js/anime.min.js","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"14452"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\"pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-pM9M2VDqcpZMOGfXDtWCHf6k73o7ILXz3NE30H6vp9o="}]},{"Route":"logo.jpg.jpg","AssetFile":"logo.jpg.jpg","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"24181"},{"Name":"Content-Type","Value":"image/jpeg"},{"Name":"ETag","Value":"\"WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs="}]},{"Route":"logo.jpg.vy0bt5i1fn.jpg","AssetFile":"logo.jpg.jpg","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"24181"},{"Name":"Content-Type","Value":"image/jpeg"},{"Name":"ETag","Value":"\"WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"vy0bt5i1fn"},{"Name":"integrity","Value":"sha256-WVXTFWYiOzXViKykiIhVGzCir+FgkDqs0FP9p+XTQNs="},{"Name":"label","Value":"logo.jpg.jpg"}]},{"Route":"swg-login.html","AssetFile":"swg-login.html","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"5100"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\"HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"integrity","Value":"sha256-HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs="}]},{"Route":"swg-login.lj2ouuyezj.html","AssetFile":"swg-login.html","Selectors":[],"ResponseHeaders":[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"5100"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\"HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs=\""},{"Name":"Last-Modified","Value":"Mon, 15 Sep 2025 08:18:40 GMT"}],"EndpointProperties":[{"Name":"fingerprint","Value":"lj2ouuyezj"},{"Name":"integrity","Value":"sha256-HydoZTPS7iz465rEIvr3Z3I+NW1Vm9nL1C740TE/kFs="},{"Name":"label","Value":"swg-login.html"}]}]} |
| | |
| | | { |
| | | "Version": 1, |
| | | "Hash": "synGcYLzt88Fgdz6+1vdCdnLaw7AYO3WN42cTCrWXEE=", |
| | | "Hash": "XpncyVgX41E0Hl7FWaoilcd1fto9RoBk6LrJHartSTg=", |
| | | "Source": "WIDESEAWCS_Server", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "Mode": "Default", |
| | |
| | | { |
| | | "Name": "WIDESEAWCS_Server\\wwwroot", |
| | | "Source": "WIDESEAWCS_Server", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "Pattern": "**" |
| | | } |
| | | ], |
| | | "Assets": [ |
| | | { |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\css\\style.css", |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\css\\style.css", |
| | | "SourceId": "WIDESEAWCS_Server", |
| | | "SourceType": "Discovered", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "RelativePath": "css/style.css", |
| | | "AssetKind": "All", |
| | |
| | | "OriginalItemSpec": "wwwroot\\css\\style.css" |
| | | }, |
| | | { |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\favicon.ico", |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\favicon.ico", |
| | | "SourceId": "WIDESEAWCS_Server", |
| | | "SourceType": "Discovered", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "RelativePath": "favicon.ico", |
| | | "AssetKind": "All", |
| | |
| | | "OriginalItemSpec": "wwwroot\\favicon.ico" |
| | | }, |
| | | { |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\js\\anime.min.js", |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\js\\anime.min.js", |
| | | "SourceId": "WIDESEAWCS_Server", |
| | | "SourceType": "Discovered", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "RelativePath": "js/anime.min.js", |
| | | "AssetKind": "All", |
| | |
| | | "OriginalItemSpec": "wwwroot\\js\\anime.min.js" |
| | | }, |
| | | { |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\logo.jpg.jpg", |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\logo.jpg.jpg", |
| | | "SourceId": "WIDESEAWCS_Server", |
| | | "SourceType": "Discovered", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "RelativePath": "logo.jpg.jpg", |
| | | "AssetKind": "All", |
| | |
| | | "OriginalItemSpec": "wwwroot\\logo.jpg.jpg" |
| | | }, |
| | | { |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\swg-login.html", |
| | | "Identity": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\swg-login.html", |
| | | "SourceId": "WIDESEAWCS_Server", |
| | | "SourceType": "Discovered", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "ContentRoot": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\", |
| | | "BasePath": "_content/WIDESEAWCS_Server", |
| | | "RelativePath": "swg-login.html", |
| | | "AssetKind": "All", |
¶Ô±ÈÐÂÎļþ |
| | |
| | | T4qtTLJkZUK5YS2+68hJhLmsNVIpzCyCUMTSvH8ZWwI= |
| | |
| | | {"ContentRoots":["F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\"],"Root":{"Children":{"css":{"Children":{"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/style.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"anime.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/anime.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"logo.jpg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo.jpg.jpg"},"Patterns":null},"swg-login.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"swg-login.html"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} |
| | | {"ContentRoots":["F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\"],"Root":{"Children":{"css":{"Children":{"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"css/style.css"},"Patterns":null}},"Asset":null,"Patterns":null},"favicon.ico":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"favicon.ico"},"Patterns":null},"js":{"Children":{"anime.min.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"js/anime.min.js"},"Patterns":null}},"Asset":null,"Patterns":null},"logo.jpg.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo.jpg.jpg"},"Patterns":null},"swg-login.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"swg-login.html"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}} |
| | |
| | | { |
| | | "Files": [ |
| | | { |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\css\\style.css", |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\css\\style.css", |
| | | "PackagePath": "staticwebassets\\css\\style.css" |
| | | }, |
| | | { |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\favicon.ico", |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\favicon.ico", |
| | | "PackagePath": "staticwebassets\\favicon.ico" |
| | | }, |
| | | { |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\js\\anime.min.js", |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\js\\anime.min.js", |
| | | "PackagePath": "staticwebassets\\js\\anime.min.js" |
| | | }, |
| | | { |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\logo.jpg.jpg", |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\logo.jpg.jpg", |
| | | "PackagePath": "staticwebassets\\logo.jpg.jpg" |
| | | }, |
| | | { |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\swg-login.html", |
| | | "Id": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\wwwroot\\swg-login.html", |
| | | "PackagePath": "staticwebassets\\swg-login.html" |
| | | }, |
| | | { |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/staticwebassets.references.upToDateCheck.txt"
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Server/obj/Debug/net6.0/staticwebassets.removed.txt"
¶Ô±ÈÐÂÎļþ |
| | |
| | | wwwroot\css\style.css |
| | | wwwroot\favicon.ico |
| | | wwwroot\js\anime.min.js |
| | | wwwroot\logo.jpg.jpg |
| | | wwwroot\swg-login.html |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Server")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Server")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Server")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 702ab5387bf151697b9326b3c5080c50160d60e7 |
| | | e17a4dc40a916c633a54d0e17f95c64499c34ab90a6685667a29538336002386 |
| | |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Server |
| | | build_property.RootNamespace = WIDESEAWCS_Server |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.RazorLangVersion = 6.0 |
| | | build_property.SupportLocalizedComponentNames = |
| | | build_property.GenerateRazorMetadataSourceChecksumAttributes = |
| | | build_property.MSBuildProjectDirectory = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server |
| | | build_property.MSBuildProjectDirectory = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Server |
| | | build_property._RazorSourceGeneratorDebug = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectName": "WIDESEAWCS_Server", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_SystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectName": "WIDESEAWCS_Tasks", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectName": "WIDESEAWCS_Server", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCs_TaskInfoService\\WIDESEAWCs_TaskInfoService.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "XDqI9pWDDOwogjufi6iOWSARv50PdQLkk9itFe1L7np+XFDuS20i5crnEHkH586bOsqs5+cmQyz1s89sytClsA==", |
| | | "dgSpecHash": "XPlGjvr9Xpkr7nc2nj45fgvzxt6F+lJoCbmGaqtqS1iiGVqZtx0Qom77gb2hDWczjCdC7pqwqN9kAM84yRaVNw==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Server\\WIDESEAWCS_Server.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemRepository/obj/Debug/net6.0/WIDESEAW.5516D47D.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_SystemRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\ |
| | |
| | | e0b319e6075c2fe2f40f99b75bcb7f490d54d95d |
| | | 15eee4edd311182ebad2112657de760529b1dd66 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAW.5516D47D.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAW.5516D47D.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\refint\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\obj\Debug\net6.0\ref\WIDESEAWCS_SystemRepository.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_SystemRepository")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_SystemRepository")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_SystemRepository")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 89b7dfdcf153024662f39dbb0e53843825a08812 |
| | | 528e0a64d8fd1201804849889368cbe861a0ffc56c29d86c9d4bfdfa6981a87e |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_SystemRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemRepository\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "GrmM9Pr5blQLxWHxS6zrgrMaicWhBk04FWlzpDz+btehN1NtnxljtJIXb4/CKa4bDkqhLDP7lxf6pfM9PvNRoA==", |
| | | "dgSpecHash": "JSxXQlkch6kOZiQBuHijSN1HCSYzOce59H4Anm+B2yw4bQ+gjph3v+kVDSSsbpQSqBOQ2fvEdoFVceoC3AZpEQ==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_SystemServices/obj/Debug/net6.0/WIDESEAW.35125DC3.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_SystemServices |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\ |
| | |
| | | c3bbf9e9d835983e1c8923b871fd89b69496f9cd |
| | | 22469cb3e79ad5b8a330a7b59de57bd4b50f9658 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_SystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAW.35125DC3.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_SystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_SystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAW.35125DC3.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_SystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\refint\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\obj\Debug\net6.0\ref\WIDESEAWCS_SystemServices.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_SystemServices")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_SystemServices")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_SystemServices")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | 6acf31ec91b151778b3354003a7a618763bc10b6 |
| | | 12910bc2f3ae0019c896f56186b88a74c3c70f72e6f5e4cbe5154e74bcf49b89 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_SystemServices |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_SystemServices\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_SystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_SystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "tAzwHF5uaPLCsSxx1IqqGUhWuTrBa8HEg7c2hdZhuAMeJBCVw6A556pBVvAXjDC7TG5gnLRik6jlX/DhT1Rfbg==", |
| | | "dgSpecHash": "MtreCGua25zRNDopwkHOT3WbjuIX7eFvCEgcOefes8LjNFNnyniIsL61VK2ZhaiAl2L7g1Y+JuDgbFw5FPKPYw==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoRepository/obj/Debug/net6.0/WIDESEAW.7005D461.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_TaskInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\ |
| | |
| | | 471e741c5a5d25d71ea21e76b9fc22c37badf711 |
| | | 76573787ac334dfdf28101ebcc5eb52ed659d750 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAW.7005D461.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAW.7005D461.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoRepository.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_TaskInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_TaskInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_TaskInfoRepository")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | e8411ef2d25e472abbd1849be1571851b8cea6a7 |
| | | 73fc85c1d9ebe740d645f62a10281d490dc6679dea4acf4b88fa5cb71648af72 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_TaskInfoRepository |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoRepository\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "dQzrhrei7Hfctszp4GOZ1eoZlG7RjwsHUmsimaSAEaF2zVPjGIdI6hTD6HZaA5lQMY6nhVGFJNOFuFWabAQ0KQ==", |
| | | "dgSpecHash": "cqKt9y1sMBAlpOa9wDUT4tz3wDflh1h///5cHQUAtTc0Hcxdxd0DXjP5n9Tk1hJ5MkGm1ueBMuAIBjQ0iUSXxQ==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
| | |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseServices; |
| | | using WIDESEAWCS_Core.Enums; |
| | | using WIDESEAWCS_DTO.TaskInfo; |
| | | using WIDESEAWCS_ITaskInfoRepository; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | using WIDESEAWCS_Model.Models; |
| | |
| | | public class TaskExecuteDetailService : ServiceBase<Dt_TaskExecuteDetail, ITaskExecuteDetailRepository>, ITaskExecuteDetailService |
| | | { |
| | | private readonly ITaskRepository _taskRepository; |
| | | private readonly ITask_HtyRepository _task_Hty; |
| | | |
| | | public TaskExecuteDetailService(ITaskExecuteDetailRepository BaseDal, ITaskRepository taskRepository) : base(BaseDal) |
| | | public TaskExecuteDetailService(ITaskExecuteDetailRepository BaseDal, ITaskRepository taskRepository,ITask_HtyRepository task_Hty) : base(BaseDal) |
| | | { |
| | | _taskRepository = taskRepository; |
| | | _task_Hty = task_Hty; |
| | | } |
| | | |
| | | public void AddTaskExecuteDetail(int taskId, string description = "") |
| | |
| | | int active = -1; |
| | | List<object> list = new(); |
| | | List<int> steps = new(); |
| | | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == taskNum); |
| | | |
| | | int TaskType = 0; |
| | | int TaskState = 0; |
| | | Dt_Task_hty task_h = null; |
| | | |
| | | Dt_Task task = _taskRepository.QueryData().Where(x=>x.TaskNum == taskNum).FirstOrDefault(); |
| | | if (task != null) |
| | | { |
| | | TaskType = task.TaskType; |
| | | TaskState = task.TaskState; |
| | | } |
| | | else if(task == null) |
| | | { |
| | | task_h = _task_Hty.QueryData().Where(x => x.TaskNum == taskNum).FirstOrDefault(); |
| | | TaskType = task_h.TaskType; |
| | | TaskState = task_h.TaskState; |
| | | } |
| | | else |
| | | { |
| | | return content.Error("ä»»å¡ä¸åå¨"); |
| | | } |
| | | |
| | | if (!int.TryParse(Enum.Parse<TaskOutboundTypeEnum>(task.TaskType.ToString()).ToString(), out int result)) |
| | | if (task != null || task_h != null) |
| | | { |
| | | |
| | | if (!int.TryParse(Enum.Parse<TaskOutboundTypeEnum>(TaskType.ToString()).ToString(), out int result)) |
| | | { |
| | | steps = Enum.GetValues(typeof(TaskOutStatusEnum)).Cast<int>().Where(x => x <= (int)TaskOutStatusEnum.OutFinish).ToList(); |
| | | |
| | |
| | | list.Add(obj); |
| | | } |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskInboundTypeEnum>(task.TaskType.ToString()).ToString(), out result)) |
| | | else if (!int.TryParse(Enum.Parse<TaskInboundTypeEnum>(TaskType.ToString()).ToString(), out result)) |
| | | { |
| | | steps = Enum.GetValues(typeof(TaskInStatusEnum)).Cast<int>().ToList(); |
| | | foreach (var item in steps) |
| | |
| | | list.Add(obj); |
| | | } |
| | | } |
| | | else if (!int.TryParse(Enum.Parse<TaskRelocationTypeEnum>(task.TaskType.ToString()).ToString(), out result)) |
| | | else if (!int.TryParse(Enum.Parse<TaskRelocationTypeEnum>(TaskType.ToString()).ToString(), out result)) |
| | | { |
| | | //todo è°ç¨WMSç§»åºå®æ |
| | | } |
| | | |
| | | |
| | | else |
| | | { |
| | | throw new Exception($"ä»»å¡ç±»åé误,æªæ¾å°è¯¥ä»»å¡ç±»å,ä»»å¡å·:ã{taskNum}ã,ä»»å¡ç±»å:ã{task.TaskType}ã"); |
| | | throw new Exception($"ä»»å¡ç±»åé误,æªæ¾å°è¯¥ä»»å¡ç±»å,ä»»å¡å·:ã{taskNum}ã,ä»»å¡ç±»å:ã{TaskType}ã"); |
| | | } |
| | | active = steps.IndexOf(task.TaskState) + 1; |
| | | active = steps.IndexOf(TaskState) + 1; |
| | | |
| | | } |
| | | |
| | |
| | | WebResponseContent content = new(); |
| | | try |
| | | { |
| | | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == taskNum); |
| | | //Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == taskNum); |
| | | |
| | | |
| | | Dt_Task task = _taskRepository.QueryData().Where(x => x.TaskNum == taskNum).FirstOrDefault(); |
| | | |
| | | int TaskNum = 0; |
| | | |
| | | Dt_Task_hty task_h = null; |
| | | if (task != null) |
| | | { |
| | | List<Dt_TaskExecuteDetail> taskExecuteDetails = BaseDal.QueryData(x => x.TaskId == task.TaskId, new Dictionary<string, SqlSugar.OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), SqlSugar.OrderByType.Asc } }); |
| | | TaskNum = task.TaskNum; |
| | | } |
| | | else if (task == null) |
| | | { |
| | | task_h = _task_Hty.QueryData().Where(x => x.TaskNum == taskNum).FirstOrDefault(); |
| | | TaskNum = task_h.TaskNum; |
| | | } |
| | | else |
| | | { |
| | | return content.Error("ä»»å¡ä¸åå¨"); |
| | | } |
| | | |
| | | if (task != null || task_h != null) |
| | | { |
| | | List<Dt_TaskExecuteDetail> taskExecuteDetails = BaseDal.QueryData(x => x.TaskNum == TaskNum, new Dictionary<string, SqlSugar.OrderByType> { { nameof(Dt_TaskExecuteDetail.TaskDetailId), SqlSugar.OrderByType.Asc } }); |
| | | |
| | | content = WebResponseContent.Instance.OK(data: taskExecuteDetails); |
| | | } |
| | |
| | | /// <returns>è¿åå¤çç»æ</returns> |
| | | public ExpoReverse TaskInstruction(ExpoTaskDTO expoTask) |
| | | { |
| | | |
| | | |
| | | |
| | | ExpoReverse content = new ExpoReverse(); |
| | | try |
| | |
| | | foreach (var item in expoTask.data) |
| | | { |
| | | //æ¥è¯¢æ°æ®åºï¼æ¥çæ¯å¦æå½åä»»å¡ |
| | | Dt_Task dt_Tasks =BaseDal.QueryFirst(x=>x.TaskNum== item.taskNo); |
| | | if(dt_Tasks != null) |
| | | Dt_Task dt_Tasks = BaseDal.QueryFirst(x => x.TaskNum == item.taskNo); |
| | | if (dt_Tasks != null) |
| | | { |
| | | content.code = 1; |
| | | content.msg = $"æåWCSå·²æå½åä»»å¡IDï¼è¯·å¿éæ°ä¸åï¼ä»»å¡å·ï¼{dt_Tasks.TaskNum}"; |
| | |
| | | content.msg = $"ä»»å¡ç±»åé误ï¼wcsæ¥æ¶å°çç±»å为ï¼{item.type}"; |
| | | } |
| | | } |
| | | |
| | | WriteLog.Write_Log("任塿¥æ¶", "æ¥æ¶å
°åä¸åä»»å¡", "æå", $"æ¥æ¶å°çæ°æ®ä¸ºï¼{expoTask.ToJson()}"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | content.code = 1; |
| | | content.msg = $"æ°æ®é误ï¼åå ï¼{ex.Message}"; |
| | | |
| | | WriteLog.Write_Log("任塿¥æ¶", "æ¥æ¶å
°åä¸åä»»å¡å¼å¸¸", "å¼å¸¸", ex.Message); |
| | | } |
| | | return content; |
| | |
| | | task.ModifyDate = DateTime.Now; |
| | | BaseDal.UpdateData(task); |
| | | _taskExecuteDetailService.AddTaskExecuteDetail(task.TaskId, task.ExceptionMessage); |
| | | |
| | | content = WebResponseContent.Instance.OK(); |
| | | } |
| | | catch (Exception ex) |
| | |
| | | /// <returns></returns> |
| | | public WebResponseContent StkRunStatus() |
| | | { |
| | | WebResponseContent responseContent=new WebResponseContent(); |
| | | WebResponseContent responseContent = new WebResponseContent(); |
| | | // å建并èµå¼ |
| | | StkRunStatusReception reception = new StkRunStatusReception{data = new List<StkRunStatusData>{new StkRunStatusData{stackerName = "ALL"}}}; |
| | | StkRunStatusReturns LJReturns = HttpHelper.Post<StkRunStatusReturns>(urlLanJianWCSAPI + LanJianStkRunStatus, reception, "æ¥è¯¢å åæºè¿è¡ç¶æ"); |
| | | StkRunStatusReception reception = new StkRunStatusReception { data = new List<StkRunStatusData> { new StkRunStatusData { stackerName = "ALL" } } }; |
| | | StkRunStatusReturns LJReturns = HttpHelper.Post<StkRunStatusReturns>(urlLanJianWCSAPI + LanJianStkRunStatus, reception, "æ¥è¯¢å åæºè¿è¡ç¶æ"); |
| | | if (LJReturns.code == 0) |
| | | { |
| | | if (LJReturns.data[0].runStatus == 0) //å
¨é¨å åæºä¸å¨è¿è¡ç¶æ |
| | |
| | | /// </summary> |
| | | /// <param name="sCErrorStatus"></param> |
| | | /// <returns></returns> |
| | | public WebResponseContent TaskResultIn(string taskNo,string finalAddress,int status,string remark) |
| | | public WebResponseContent TaskResultIn(string taskNo, string finalAddress, int status, string remark) |
| | | { |
| | | WebResponseContent responseContent = new WebResponseContent(); |
| | | TaskfeedbackResponse reception = new TaskfeedbackResponse { data = new List<TaskfeedbackData> { new TaskfeedbackData { taskNo = taskNo, type=1, finalAddress= finalAddress, status= status, remark= remark } } }; |
| | | TaskfeedbackResponse reception = new TaskfeedbackResponse { data = new List<TaskfeedbackData> { new TaskfeedbackData { taskNo = taskNo, type = 1, finalAddress = finalAddress, status = status, remark = remark } } }; |
| | | StkRunStatusReturns LJReturns = HttpHelper.Post<StkRunStatusReturns>(urlLanJianWCSAPI + LanJiantaskResult, reception, "ä»»å¡å馿¥å£"); |
| | | if (LJReturns.code == 0) |
| | | { |
| | |
| | | } |
| | | else |
| | | { |
| | | responseContent.OK("ä¸ä¼ 失败ï¼åå ï¼"+LJReturns.msg); |
| | | responseContent.OK("ä¸ä¼ 失败ï¼åå ï¼" + LJReturns.msg); |
| | | } |
| | | // å建并èµå¼ |
| | | return responseContent; |
| | |
| | | // å建并èµå¼ |
| | | return responseContent; |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// 人工æå¨å®æ |
| | | /// </summary> |
| | | /// <param name="ids"></param> |
| | | /// <returns></returns> |
| | | /// <exception cref="NotImplementedException"></exception> |
| | | public WebResponseContent CompletedManually(int id) |
| | | { |
| | | |
| | | var db = BaseDal.Db as SqlSugarClient; |
| | | |
| | | try |
| | | { |
| | | db.Ado.BeginTran(); |
| | | |
| | | |
| | | Dt_Task dt_task = BaseDal.QueryData().Where(x => x.TaskId == id).FirstOrDefault(); |
| | | if (dt_task == null) return WebResponseContent.Instance.Error($"æªæ¥è¯¢å°ä»»å¡"); |
| | | |
| | | var res = _task_HtyService.AddData(new Dt_Task_hty |
| | | { |
| | | TaskNum = dt_task.TaskNum, |
| | | PalletCode = dt_task.PalletCode, |
| | | Roadway = dt_task.Roadway, |
| | | TaskType = dt_task.TaskType, |
| | | TaskState = dt_task.TaskState, |
| | | SourceAddress = dt_task.SourceAddress, |
| | | TargetAddress = dt_task.TargetAddress, |
| | | CurrentAddress = dt_task.CurrentAddress, |
| | | NextAddress = dt_task.NextAddress, |
| | | WMSId = dt_task.WMSId, |
| | | Dispatchertime = dt_task.Dispatchertime, |
| | | Remark = "人工æå¨å®æ", |
| | | Creater = App.User.UserName, |
| | | CreateDate = DateTime.Now, |
| | | RGVTaskType = dt_task.RGVTaskType, |
| | | RGVCurrentexecution = dt_task.RGVCurrentexecution |
| | | }); |
| | | |
| | | int oldState = dt_task.TaskState; |
| | | _taskExecuteDetailService.AddTaskExecuteDetail( |
| | | dt_task.TaskId, |
| | | $"èªå¨ä»»å¡ç¶æä»ã{oldState}ãè¿å
¥å°ã{dt_task.TaskState}ã" |
| | | ); |
| | | |
| | | if (res.Status == false) |
| | | { |
| | | db.Ado.RollbackTran(); |
| | | return WebResponseContent.Instance.Error("æå¨å®æå¤±è´¥ï¼"); |
| | | } |
| | | |
| | | var deletetask = BaseDal.DeleteData(dt_task); |
| | | if (deletetask == false) { |
| | | db.Ado.RollbackTran(); |
| | | return WebResponseContent.Instance.Error("å é¤ä»»å¡å¤±è´¥æææä½åæ»ï¼"); |
| | | } |
| | | db.Ado.CommitTran(); |
| | | return WebResponseContent.Instance.OK("æå¨å®ææåï¼"); |
| | | |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | db.Ado.RollbackTran(); |
| | | return WebResponseContent.Instance.Error("æå¨å®æå¤±è´¥ï¼"); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 人工æå¨åæ¶ä»»å¡ |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | /// <exception cref="NotImplementedException"></exception> |
| | | public WebResponseContent MHWCSTaskCancel(int id) |
| | | { |
| | | var db = BaseDal.Db as SqlSugarClient; |
| | | |
| | | try |
| | | { |
| | | db.Ado.BeginTran(); |
| | | Dt_Task dt_task = BaseDal.QueryData().Where(x => x.TaskId == id).FirstOrDefault(); |
| | | if (dt_task == null) return WebResponseContent.Instance.Error($"æªæ¥è¯¢å°ä»»å¡"); |
| | | //if (dt_task.TaskState > (int)TaskInStatusEnum.RGV_InNew || dt_task.TaskState > (int)TaskOutStatusEnum.OutNew) return WebResponseContent.Instance.Error($"ä»»å¡ç¶æä¸å
è®¸åæ¶"); |
| | | if (dt_task.TaskType >= 200 && dt_task.TaskType <= 203) |
| | | { |
| | | if (dt_task.TaskState > (int)TaskInStatusEnum.RGV_InNew) return WebResponseContent.Instance.Error($"ä»»å¡ç¶æä¸å
è®¸åæ¶"); |
| | | } |
| | | else |
| | | { |
| | | if (dt_task.TaskState > (int)TaskOutStatusEnum.OutNew) return WebResponseContent.Instance.Error($"ä»»å¡ç¶æä¸å
è®¸åæ¶"); |
| | | |
| | | } |
| | | |
| | | Dt_Task_hty dt_Task_Hty = new Dt_Task_hty |
| | | { |
| | | TaskNum = dt_task.TaskNum, |
| | | PalletCode = dt_task.PalletCode, |
| | | Roadway = dt_task.Roadway, |
| | | TaskType = dt_task.TaskType, |
| | | TaskState = dt_task.TaskType >= (int)TaskInboundTypeEnum.Inbound ? (int)TaskInStatusEnum.InCancel : (int)TaskOutStatusEnum.OutCancel, |
| | | SourceAddress = dt_task.SourceAddress, |
| | | TargetAddress = dt_task.TargetAddress, |
| | | CurrentAddress = dt_task.CurrentAddress, |
| | | NextAddress = dt_task.NextAddress, |
| | | WMSId = dt_task.WMSId, |
| | | Dispatchertime = dt_task.Dispatchertime, |
| | | Remark = "人工æå¨åæ¶ä»»å¡", |
| | | Creater = App.User.UserName, |
| | | CreateDate = DateTime.Now, |
| | | RGVTaskType = dt_task.RGVTaskType, |
| | | RGVCurrentexecution = dt_task.RGVCurrentexecution |
| | | }; |
| | | var res = _task_HtyService.AddData(dt_Task_Hty); |
| | | if (res.Status == false) { |
| | | db.Ado.RollbackTran(); |
| | | return WebResponseContent.Instance.Error("åæ¶ä»»å¡å¤±è´¥ï¼"); |
| | | } |
| | | int oldState = dt_task.TaskState; |
| | | _taskExecuteDetailService.AddTaskExecuteDetail( |
| | | dt_task.TaskId, |
| | | $"èªå¨ä»»å¡ç¶æä»ã{oldState}ãè¿å
¥å°ã{dt_Task_Hty.TaskState}ã" |
| | | ); |
| | | |
| | | var deletetask = BaseDal.DeleteData(dt_task); |
| | | if (deletetask == false) { |
| | | db.Ado.RollbackTran(); |
| | | return WebResponseContent.Instance.Error("å é¤ä»»å¡å¤±è´¥æææä½åæ»ï¼"); |
| | | } |
| | | db.Ado.CommitTran(); |
| | | return WebResponseContent.Instance.OK("忶任塿åï¼"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | db.Ado.RollbackTran(); |
| | | return WebResponseContent.Instance.Error("åæ¶ä»»å¡å¤±è´¥ï¼"); |
| | | } |
| | | } |
| | | } |
| | | } |
| | |
| | | BaseDal.AddData(task_Hty); |
| | | return content; |
| | | } |
| | | |
| | | /// <summary> |
| | | /// å é¤30天çä»»å¡å岿°æ® |
| | | /// </summary> |
| | | /// <exception cref="NotImplementedException"></exception> |
| | | public void Task_Hty_Job() |
| | | { |
| | | List<Dt_Task_hty> dt_Task_Hties = BaseDal.QueryData().Where(x => x.CreateDate < DateTime.Now.AddDays(-30)).ToList(); |
| | | BaseDal.DeleteData(dt_Task_Hties); |
| | | } |
| | | } |
| | | } |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_TaskInfoService/obj/Debug/net6.0/WIDESEAW.7F373BC4.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_TaskInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\ |
| | |
| | | 299a8bfcd470ee231b9ac9cb55304d2afe9bc81c |
| | | 17c45ce4fac645fbecf4510654528a8266ec6c57 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAW.7F373BC4.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAW.7F373BC4.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\refint\WIDESEAWCS_TaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\obj\Debug\net6.0\ref\WIDESEAWCS_TaskInfoService.dll |
| | |
| | | using System; |
| | | using System.Reflection; |
| | | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_TaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCs_TaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_TaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_TaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCs_TaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCs_TaskInfoService")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | | |
| | | // ç± MSBuild WriteCodeFragment ç±»çæã |
| | |
| | | a9139fabd4084f38f9e277c0540025176f9e9dc5 |
| | | 8508a1eb280ad4bf40f8b945af070c19f0acf5dac83c330e376df6dbd84a67ec |
| | |
| | | build_property.PlatformNeutralAssembly = |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_TaskInfoService |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_TaskInfoService\ |
| | | build_property.RootNamespace = WIDESEAWCs_TaskInfoService |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCs_TaskInfoService\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "0rcGvbMLN5abo8fNKqLMhz9in2KjBAIysQYWb/GjHtcvS1R05UAcq3y5eMXgfZMclXL1MriB7llv7lig5yGpgA==", |
| | | "dgSpecHash": "iPPxcc+UXoWT/3eXfE4M7bSib6wKkXttRM/hq+IE9oueCLaX/y1MxwoDg2HDDyTx5Hh9cprnS3xFxeK9bEErOQ==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |
| | |
| | | using HslCommunication; |
| | | using HslCommunication.Core; |
| | | using HslCommunication.WebSocket; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.VisualBasic.FileIO; |
| | | using Newtonsoft.Json; |
| | | using Quartz; |
| | | using Quartz.Util; |
| | | using SixLabors.ImageSharp.PixelFormats; |
| | | using Quartz; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | | using System.Linq; |
| | | using System.Reflection; |
| | | using System.Reflection.Metadata.Ecma335; |
| | | using System.Text; |
| | | using System.IO; |
| | | using System.Threading; |
| | | using System.Threading.Tasks; |
| | | using WIDESEA_Common.Log; |
| | | using WIDESEAWCS_Communicator; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_QuartzJob; |
| | | using WIDESEAWCS_QuartzJob.DeviceBase; |
| | | using WIDESEAWCS_QuartzJob.StackerCrane.Enum; |
| | | |
| | | namespace WIDESEAWCS_Tasks |
| | | { |
| | | [DisallowConcurrentExecution] |
| | | public class LogJob : IJob |
| | | { |
| | | static object sendData = null; |
| | | // å®ä¹å
许å é¤çæ ¹ç®å½ |
| | | private static readonly string LogRootPath = Path.GetFullPath(Environment.CurrentDirectory + "/Log"); |
| | | private static readonly string PlatformInfoPath = Path.GetFullPath(Environment.CurrentDirectory + "/Log/ç«å°è¯»åä¿¡æ¯è®°å½"); |
| | | |
| | | public Task Execute(IJobExecutionContext context) |
| | | { |
| | | try |
| | | { |
| | | |
| | | Task.Run(() => |
| | | { |
| | | try |
| | | { |
| | | while (true) |
| | | { |
| | | Run(5); |
| | | } |
| | | } |
| | | catch { } |
| | | }); |
| | | // æ¸
çæ¥å¿æä»¶ |
| | | CleanLogFilesOnly(LogRootPath, TimeSpan.FromMinutes(43200)); |
| | | CleanAllInPlatformInfo(PlatformInfoPath, TimeSpan.FromMinutes(43200)); |
| | | |
| | | Thread.Sleep(1000 * 10); // 10ç§å忬¡æ§è¡ |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine($"æ¥å¿ä»»å¡æ§è¡å¼å¸¸: {ex.Message}"); |
| | | } |
| | | }); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.Out.WriteLine(nameof(LogJob) + ":" + ex.Message); |
| | | Console.WriteLine($"{nameof(LogJob)} åå§åå¼å¸¸: {ex.Message}"); |
| | | } |
| | | |
| | | return Task.CompletedTask; |
| | | } |
| | | private static void Run(int saveDays) |
| | | |
| | | /// <summary> |
| | | /// æ£æ¥è·¯å¾æ¯å¦å¨å
许å é¤çèå´å
|
| | | /// </summary> |
| | | /// <param name="path">è¦æ£æ¥çè·¯å¾</param> |
| | | /// <param name="allowedRoot">å
è®¸çæ ¹ç®å½</param> |
| | | /// <returns>æ¯å¦å
许å é¤</returns> |
| | | private static bool IsPathAllowed(string path, string allowedRoot) |
| | | { |
| | | sendData = new { code = "1002", Messagest = $"车轮SNå·ï¼123123123" }; |
| | | CacheData.WebSocket.PublishAllClientPayload(sendData.Serialize()); |
| | | try |
| | | { |
| | | var fullPath = Path.GetFullPath(path); |
| | | return fullPath.StartsWith(allowedRoot, StringComparison.OrdinalIgnoreCase); |
| | | } |
| | | catch |
| | | { |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | public class CacheData |
| | | /// <summary> |
| | | /// åªæ¸
çLogç®å½ä¸çæä»¶ |
| | | /// </summary> |
| | | /// <param name="directoryPath">è¦æ¸
ççç®å½è·¯å¾</param> |
| | | /// <param name="maxAge">æä»¶æå¤§ä¿çæ¶é´</param> |
| | | private static void CleanLogFilesOnly(string directoryPath, TimeSpan maxAge) |
| | | { |
| | | public static WebSocketServer WebSocket = new WebSocketServer(); |
| | | |
| | | public static void StartServer() |
| | | if (!Directory.Exists(directoryPath)) |
| | | { |
| | | WebSocket = new WebSocketServer(); |
| | | WebSocket.ServerStart(1880); |
| | | //Console.WriteLine($"ç®å½ä¸åå¨: {directoryPath}"); |
| | | return; |
| | | } |
| | | |
| | | try |
| | | { |
| | | var now = DateTime.Now; |
| | | // åªè·åå½åç®å½çæä»¶ï¼ä¸å
å«åç®å½ |
| | | var files = Directory.GetFiles(directoryPath, "*", SearchOption.TopDirectoryOnly); |
| | | int deletedCount = 0; |
| | | |
| | | foreach (var file in files) |
| | | { |
| | | try |
| | | { |
| | | // æ£æ¥æä»¶æ¯å¦å¨å
许å é¤çèå´å
|
| | | if (!IsPathAllowed(file, LogRootPath)) |
| | | { |
| | | Console.WriteLine($"è·³è¿éLogç®å½æä»¶: {file}"); |
| | | continue; |
| | | } |
| | | |
| | | // è·åæä»¶å建æ¶é´ |
| | | var creationTime = File.GetCreationTime(file); |
| | | |
| | | // æ£æ¥æä»¶æ¯å¦è¶
è¿æå®æ¶é´ |
| | | if (now - creationTime > maxAge) |
| | | { |
| | | File.Delete(file); |
| | | deletedCount++; |
| | | //Console.WriteLine($"å·²å 餿件: {file}"); |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine($"å 餿件 {file} æ¶åºé: {ex.Message}"); |
| | | } |
| | | } |
| | | |
| | | //Console.WriteLine($"ç®å½ {directoryPath} æ¸
ç宿ï¼å é¤äº {deletedCount} 个æä»¶"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine($"æ¸
çç®å½ {directoryPath} æ¶åºé: {ex.Message}"); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// æ¸
çç«å°è¯»åä¿¡æ¯è®°å½ç®å½ä¸çææå
容ååç®å½ |
| | | /// </summary> |
| | | /// <param name="directoryPath">è¦æ¸
ççç®å½è·¯å¾</param> |
| | | /// <param name="maxAge">æä»¶æå¤§ä¿çæ¶é´</param> |
| | | private static void CleanAllInPlatformInfo(string directoryPath, TimeSpan maxAge) |
| | | { |
| | | if (!Directory.Exists(directoryPath)) |
| | | { |
| | | //Console.WriteLine($"ç®å½ä¸åå¨: {directoryPath}"); |
| | | return; |
| | | } |
| | | |
| | | try |
| | | { |
| | | var now = DateTime.Now; |
| | | int deletedCount = 0; |
| | | |
| | | // å 餿æè¿æçæä»¶ |
| | | var files = Directory.GetFiles(directoryPath, "*", SearchOption.AllDirectories); |
| | | foreach (var file in files) |
| | | { |
| | | try |
| | | { |
| | | // æ£æ¥æä»¶æ¯å¦å¨å
许å é¤çèå´å
|
| | | if (!IsPathAllowed(file, PlatformInfoPath)) |
| | | { |
| | | Console.WriteLine($"è·³è¿éç«å°ä¿¡æ¯ç®å½æä»¶: {file}"); |
| | | continue; |
| | | } |
| | | |
| | | var creationTime = File.GetCreationTime(file); |
| | | if (now - creationTime > maxAge) |
| | | { |
| | | File.Delete(file); |
| | | deletedCount++; |
| | | //Console.WriteLine($"å·²å 餿件: {file}"); |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine($"å 餿件 {file} æ¶åºé: {ex.Message}"); |
| | | } |
| | | } |
| | | |
| | | // å 餿æç©ºç®å½ï¼å
æ¬åç®å½ï¼ |
| | | DeleteAllEmptySubdirectories(directoryPath); |
| | | |
| | | //Console.WriteLine($"ç®å½ {directoryPath} æ¸
ç宿ï¼å é¤äº {deletedCount} 个æä»¶"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine($"æ¸
çç®å½ {directoryPath} æ¶åºé: {ex.Message}"); |
| | | } |
| | | } |
| | | |
| | | /// <summary> |
| | | /// éå½å 餿æç©ºåç®å½ |
| | | /// </summary> |
| | | /// <param name="directoryPath">è¦æ¸
ççç®å½è·¯å¾</param> |
| | | private static void DeleteAllEmptySubdirectories(string directoryPath) |
| | | { |
| | | if (!Directory.Exists(directoryPath)) |
| | | return; |
| | | |
| | | try |
| | | { |
| | | // éå½å¤çææåç®å½ |
| | | foreach (var subDirectory in Directory.GetDirectories(directoryPath)) |
| | | { |
| | | // æ£æ¥ç®å½æ¯å¦å¨å
许å é¤çèå´å
|
| | | if (!IsPathAllowed(subDirectory, PlatformInfoPath)) |
| | | { |
| | | Console.WriteLine($"è·³è¿éç«å°ä¿¡æ¯ç®å½: {subDirectory}"); |
| | | continue; |
| | | } |
| | | |
| | | DeleteAllEmptySubdirectories(subDirectory); |
| | | |
| | | // æ£æ¥åç®å½æ¯å¦ä¸ºç©º |
| | | var files = Directory.GetFiles(subDirectory); |
| | | var directories = Directory.GetDirectories(subDirectory); |
| | | |
| | | if (files.Length == 0 && directories.Length == 0) |
| | | { |
| | | Directory.Delete(subDirectory); |
| | | //Console.WriteLine($"å·²å é¤ç©ºç®å½: {subDirectory}"); |
| | | } |
| | | } |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | Console.WriteLine($"å¤çç®å½ {directoryPath} æ¶åºé: {ex.Message}"); |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |
| | |
| | | GetStackerObject getStackerObject = new GetStackerObject(speStackerCrane); |
| | | |
| | | //读å设å¤å®æä¿¡æ¯ |
| | | if (getStackerObject.StaclerkJobJobStatusValue == RgvJobCraneStatus.Completed && getStackerObject.CurrentRgvtaskid!=0) |
| | | if (getStackerObject.StaclerkJobJobStatusValue == RgvJobCraneStatus.Completed && getStackerObject.CurrentRgvtaskid != 0) |
| | | { |
| | | _taskService.UpdateTaskStatus(getStackerObject.CurrentRgvtaskid); |
| | | } |
| | | |
| | | |
| | | |
| | | if (getStackerObject.RgvCraneAutoStatusValue == RgvCraneAutoStatus.Automatic && |
| | | getStackerObject.StaclerkJobJobStatusValue == RgvJobCraneStatus.Ready && getStackerObject.RgvCraneWorkStatusValue == RGVStepprocess.NoAction) |
| | | { |
| | | |
| | | //ä¸åRGVä»»å¡ä¹åï¼å
读åä¸ä¸å®å
¨é¨ç¶æ |
| | | |
| | | |
| | | |
| | | |
| | |
| | | { |
| | | return task.TaskState switch |
| | | { |
| | | (int)TaskInStatusEnum.RGV_InNew => task, |
| | | (int)TaskInStatusEnum.RGV_InPickupFinish => HandlePickupFinish(task), |
| | | (int)TaskInStatusEnum.RGV_InReleaseFinish => task, //éè¦å¤æå车æ¯å
ä¾§åºè¿æ¯å¤ä¾§åè´§ï¼å¾
å®æï¼ |
| | | (int)TaskInStatusEnum.RGV_InNew => task, |
| | | (int)TaskInStatusEnum.RGV_InPickupFinish => HandlePickupFinish(task), |
| | | (int)TaskInStatusEnum.RGV_InReleaseFinish => HandInneRouterSides(task), |
| | | (int)TaskInStatusEnum.RGV_InZicheFinish => HandleZicheFinish(task), |
| | | (int)TaskInStatusEnum.RGV_InZicheReleaseFinish => HandleZicheReleaseFinish(task), |
| | | (int)TaskInStatusEnum.RGV_InZichemoveFinish => HandleZicheMoveFinish(task), |
| | |
| | | } |
| | | |
| | | #region å
¥åºæ¹æ³ |
| | | private Dt_Task? HandInneRouterSides(Dt_Task task) |
| | | { |
| | | // éªè¯è¾å
¥ |
| | | if (task == null) throw new ArgumentNullException(nameof(task)); |
| | | if (string.IsNullOrEmpty(task.CurrentAddress)) return null; |
| | | |
| | | // è·åå½åç«å°ä¿¡æ¯ |
| | | AGVStation currentStation = _agvStationService.GetAllStationByDeviceCode(int.Parse(task.CurrentAddress)); |
| | | if (currentStation == null) return null; |
| | | |
| | | // åªå¤çç¹å®ç±»åçç«å° |
| | | if (currentStation.Station_material != (int)AgvStationEnum.HCJAisleplatform) |
| | | return task; |
| | | |
| | | // è·åå车ä½ç½® |
| | | int zicheAddress = GetZichelocation(task, task.CurrentAddress); |
| | | if (zicheAddress == 0) return null; |
| | | |
| | | AGVStation zicheStation = _agvStationService.GetAllStationByDeviceCode(zicheAddress); |
| | | if (zicheStation == null) return null; |
| | | |
| | | // æ ¹æ®å车ä½ç½®å¤çä¸åæ
åµ |
| | | switch (zicheStation.Station_material) |
| | | { |
| | | case (int)AgvStationEnum.Aisleplatform_Outside: |
| | | // å车å¨å¤ä¾§ - ç´æ¥è¿åä»»å¡ |
| | | return task; |
| | | |
| | | case (int)AgvStationEnum.Aisleplatform_Medial: |
| | | // å车å¨å
ä¾§ - æ£æ¥æ¯è½¦ä½ç½® |
| | | return HandleMedialCase(task, currentStation, zicheStation); |
| | | |
| | | default: |
| | | // æªç¥çå车ä½ç½®ç¶æ |
| | | return null; |
| | | } |
| | | } |
| | | |
| | | private Dt_Task? HandleMedialCase(Dt_Task task, AGVStation currentStation, AGVStation zicheStation) |
| | | { |
| | | int motherCarAddress = GetMothercarlocation(task.TaskNum, currentStation.MotherCarDeviceCode); |
| | | if (motherCarAddress == 0) return null; |
| | | |
| | | // 妿æ¯è½¦ä¸å¨é¢æä½ç½®ï¼ä¸åç§»å¨ä»»å¡ |
| | | if (motherCarAddress != int.Parse(currentStation.MotherCarDeviceCode)) |
| | | { |
| | | RGVMovetask(zicheStation.Motherinlaw, currentStation.ChildPosiDeviceCode, task.TaskId); |
| | | return null; // æ¯è½¦éè¦ç§»å¨ï¼æä¸è¿åä»»å¡ |
| | | } |
| | | |
| | | // æ¯è½¦å·²å¨æ£ç¡®ä½ç½® |
| | | return task; |
| | | } |
| | | |
| | | private Dt_Task? HandlePickupFinish(Dt_Task task) |
| | | { |
| | | try |
| | |
| | | } |
| | | else if (aGVStation.Station_Area == 3) //å½åå°å为HCJç«å°ï¼ä¸AGVä»»å¡ä¸ºåè´§ |
| | | { |
| | | return task; //å»åè´§ï¼éè¦å¤æå车å½åä½åï¼ï¼åç»ä¼åï¼ |
| | | return task; //å»åè´§ä½ï¼éè¦å¤æå车å½åä½åï¼ï¼åç»ä¼åï¼ |
| | | } |
| | | |
| | | return null; |
| | |
| | | private bool MotherCarMoves(Dt_Task _Task, AGVStation aGVStation) |
| | | { |
| | | int mcadder = GetMothercarlocation(_Task.TaskNum, aGVStation.Motherinlaw); //è·åå°æ¯è½¦å¤ä¾§ä½ç½® |
| | | if(mcadder != 0) |
| | | if (mcadder != 0) |
| | | { |
| | | if (mcadder == int.Parse(_Task.CurrentAddress)) |
| | | { |
| | | return true; |
| | | } |
| | | RGVMovetask(_Task.CurrentAddress, aGVStation.ChildPosiDeviceCode,_Task.TaskId); |
| | | RGVMovetask(_Task.CurrentAddress, aGVStation.ChildPosiDeviceCode, _Task.TaskId); |
| | | } |
| | | return false; |
| | | } |
| | |
| | | /// <param name="RGVAdders">ç®æ å°å</param> |
| | | /// <param name="ChildPosiDeviceCode">设å¤ç¼å·</param> |
| | | /// <returns></returns> |
| | | private bool RGVMovetask(string RGVAdders,string ChildPosiDeviceCode,int taskid) |
| | | private bool RGVMovetask(string RGVAdders, string ChildPosiDeviceCode, int taskid) |
| | | { |
| | | RgvCraneTaskCommand standardCommands = ConvertMotherCarTaskCommand(RGVAdders); |
| | | bool sendFlag = SendCommand2(standardCommands, ChildPosiDeviceCode); |
| | |
| | | //è·åå
ä¾§æ¯è½¦ä½ç½® |
| | | int ncadder = GetMothercarlocation(_Task.TaskNum, _Task.NextAddress); |
| | | |
| | | if (mcadder != int.Parse(aGVStation.MotherCarDeviceCode) && ncadder == aGVStation.Station_code) |
| | | if (mcadder != int.Parse(aGVStation.MotherCarDeviceCode) && ncadder == aGVStation.Station_code) |
| | | { |
| | | return true; |
| | | } |
| | | else |
| | | { |
| | | if (mcadder == int.Parse(aGVStation.MotherCarDeviceCode)) |
| | | if (mcadder == int.Parse(aGVStation.MotherCarDeviceCode)) |
| | | { |
| | | AGVStation aGVSta = _agvStationService.GetMothercarCode(aGVStation.MotherCarDeviceCode); |
| | | AGVStation aGVSta = _agvStationService.GetMothercarCode(aGVStation.MotherCarDeviceCode); |
| | | |
| | | RGVMovetask(aGVSta.ChildPosiDeviceCode, aGVSta.Station_code.ToString(), _Task.TaskId); |
| | | |
| | | } |
| | | |
| | | if (ncadder != aGVStation.Station_code) |
| | | if (ncadder != aGVStation.Station_code) |
| | | { |
| | | RGVMovetask(aGVStation.ChildPosiDeviceCode, aGVStation.Station_code.ToString(), _Task.TaskId); |
| | | |
| | |
| | | } |
| | | return false; |
| | | } |
| | | private bool HCJMotherCarMovesinside(Dt_Task _Task, AGVStation aGVStation) |
| | | private bool HCJMotherCarMovesinside(Dt_Task _Task, AGVStation aGVStation) |
| | | { |
| | | //è·åå¤ä¾§æ¯è½¦ä½ç½® |
| | | int mcadder = GetMothercarlocation(_Task.TaskNum, aGVStation.MotherCarDeviceCode); |
| | | //è·åå
ä¾§æ¯è½¦ä½ç½® |
| | | int ncadder = GetMothercarlocation(_Task.TaskNum, aGVStation.MotherCardeputy); |
| | | int ncadder = GetMothercarlocation(_Task.TaskNum, aGVStation.MotherCardeputy); |
| | | |
| | | if (mcadder != int.Parse(aGVStation.MotherCarDeviceCode) && ncadder != int.Parse(aGVStation.MotherCardeputy)) |
| | | if (mcadder != int.Parse(aGVStation.MotherCarDeviceCode) && ncadder != int.Parse(aGVStation.MotherCardeputy)) |
| | | { |
| | | return true; |
| | | } |
| | | else |
| | | { |
| | | if (mcadder == int.Parse(aGVStation.MotherCarDeviceCode)) |
| | | if (mcadder == int.Parse(aGVStation.MotherCarDeviceCode)) |
| | | { |
| | | AGVStation aGVSta = _agvStationService.GetMothercarCode(aGVStation.MotherCarDeviceCode); |
| | | AGVStation aGVSta = _agvStationService.GetMothercarCode(aGVStation.MotherCarDeviceCode); |
| | | |
| | | RGVMovetask(aGVSta.ChildPosiDeviceCode, aGVSta.Station_code.ToString(), _Task.TaskId); |
| | | |
| | | } |
| | | |
| | | if (ncadder == int.Parse(aGVStation.MotherCardeputy)) |
| | | if (ncadder == int.Parse(aGVStation.MotherCardeputy)) |
| | | { |
| | | AGVStation aGVSta = _agvStationService.GetMothercarCode(aGVStation.MotherCardeputy); |
| | | AGVStation aGVSta = _agvStationService.GetMothercarCode(aGVStation.MotherCardeputy); |
| | | |
| | | RGVMovetask(aGVSta.ChildPosiDeviceCode, aGVSta.Station_code.ToString(), _Task.TaskId); |
| | | } |
| | |
| | | return false; |
| | | } |
| | | |
| | | |
| | | |
| | | |
| | | //夿æ¯å¦ |
| | | public bool GetMotherCarCurrentAdder(Dt_Task task) |
| | |
| | | try |
| | | { |
| | | //å©ç¨å
¥åºç«å°å°åè·åæ¯è½¦plc |
| | | AGVStation aGVStation =_agvStationService.GetMothercarCode(MotherCarDeviceCode); |
| | | AGVStation aGVStation = _agvStationService.GetMothercarCode(MotherCarDeviceCode); |
| | | IDevice? device = Storage.Devices.FirstOrDefault(x => x.DeviceCode == aGVStation.ChildPosiDeviceCode); |
| | | CommonStackerCrane Commonstacker = (CommonStackerCrane)device; |
| | | DeviceProDTO? deviceProDTO = GetDeviceProDTO(Commonstacker, aGVStation.ChildPosiDeviceCode, "RGVCurrentlocation"); |
| | |
| | | }; |
| | | stackerCraneTaskCommand.RGV_RGVTasklocation = locaticurr; |
| | | stackerCraneTaskCommand.RGV_RGVtasktype = (short)task.RGVTaskType; |
| | | stackerCraneTaskCommand.RGV_Rgvtaskid = (short)task.TaskNum; |
| | | stackerCraneTaskCommand.RGV_Lanjiantaskid = (short)task.TaskNum; |
| | | stackerCraneTaskCommand.RGV_Rgvtaskid = (short)task.TaskNum; |
| | | stackerCraneTaskCommand.RGV_Lanjiantaskid = (short)task.TaskNum; |
| | | return stackerCraneTaskCommand; |
| | | } |
| | | |
| | |
| | | /// <returns></returns> |
| | | public DeviceProDTO? GetDeviceProDTO(CommonStackerCrane Commonstacker, string SCAddress, string Interactivet) |
| | | { |
| | | return Commonstacker.DeviceProDTOs.FirstOrDefault(x => x.DeviceChildCode == SCAddress && x.DeviceProParamName == Interactivet && x.DeviceProParamType== "ReadDeviceCommand"); |
| | | return Commonstacker.DeviceProDTOs.FirstOrDefault(x => x.DeviceChildCode == SCAddress && x.DeviceProParamName == Interactivet && x.DeviceProParamType == "ReadDeviceCommand"); |
| | | } |
| | | /// <summary> |
| | | /// æ ¹å°å读åè¾éçº¿ä¿¡æ¯ |
| | |
| | | IDevice? device = Storage.Devices.FirstOrDefault(x => x.DeviceCode == DeviceCode); |
| | | CommonStackerCrane Commonstacker = (CommonStackerCrane)device; |
| | | |
| | | DeviceProDTO? deviceProDTO = GetDeviceProDTO(Commonstacker, DeviceCode, "RGV_Rgvtaskstutas"); |
| | | DeviceProDTO? deviceProDTO = GetDeviceProDTO(Commonstacker, DeviceCode, "RGV_Rgvtaskstutas"); |
| | | int MCGStatus = GetLine(Commonstacker, deviceProDTO.DeviceProAddress); |
| | | if (Commonstacker.IsConnected) |
| | | { |
¶Ô±ÈÐÂÎļþ |
| | |
| | | using Quartz; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.Linq; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_ITaskInfoService; |
| | | |
| | | namespace WIDESEAWCS_Tasks |
| | | { |
| | | /// <summary> |
| | | /// ä»»å¡åå²å é¤ |
| | | /// </summary> |
| | | [DisallowConcurrentExecution] |
| | | class Task_HtyJob : IJob |
| | | { |
| | | public readonly ITask_HtyService _task_Hty; |
| | | public Task_HtyJob(ITask_HtyService task_Hty) |
| | | { |
| | | _task_Hty = task_Hty; |
| | | } |
| | | |
| | | public Task Execute(IJobExecutionContext context) |
| | | { |
| | | try |
| | | { |
| | | |
| | | }catch(Exception ex) |
| | | { |
| | | Console.Out.WriteLine(nameof(Task_HtyJob) + ":" + ex.Message); |
| | | } |
| | | |
| | | return Task.CompletedTask; |
| | | } |
| | | } |
| | | } |
copy from "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/.vs/WIDESEAWCS_Server/FileContentIndex/read.lock"
copy to "\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/obj/Debug/net6.0/WIDESEAW.345019AA.Up2Date"
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Tasks |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\ |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\ |
| | |
| | | 947ba4f10283d98fe79f0370498ce3742c5ee032 |
| | | 76a624998ca83e74fcbe76907845bd036b409709 |
| | |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\refint\WIDESEAWCS_Tasks.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\ref\WIDESEAWCS_Tasks.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.deps.json |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.AssemblyReference.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.AssemblyInfoInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.AssemblyInfo.cs |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.CoreCompileInputs.cache |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAW.345019AA.Up2Date |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\refint\WIDESEAWCS_Tasks.dll |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\ref\WIDESEAWCS_Tasks.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.deps.json |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.AssemblyReference.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.AssemblyInfoInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.AssemblyInfo.cs |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.CoreCompileInputs.cache |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAW.345019AA.Up2Date |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\refint\WIDESEAWCS_Tasks.dll |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\JIAXING\9.17.1\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\ref\WIDESEAWCS_Tasks.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.deps.json |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Common.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_DTO.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Model.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemServices.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemServices.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_BasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Common.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_DTO.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_IBasicInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ISystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_ITaskInfoService.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_Model.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_SystemRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\bin\Debug\net6.0\WIDESEAWCS_TaskInfoRepository.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.AssemblyReference.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.GeneratedMSBuildEditorConfig.editorconfig |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.AssemblyInfoInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.AssemblyInfo.cs |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.CoreCompileInputs.cache |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.csproj.CopyComplete |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\refint\WIDESEAWCS_Tasks.dll |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\WIDESEAWCS_Tasks.pdb |
| | | F:\项ç®\MingHeZhiNeng\åå
´RGV\9-18\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\obj\Debug\net6.0\ref\WIDESEAWCS_Tasks.dll |
| | |
| | | [assembly: System.Reflection.AssemblyCompanyAttribute("WIDESEAWCS_Tasks")] |
| | | [assembly: System.Reflection.AssemblyConfigurationAttribute("Release")] |
| | | [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] |
| | | [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cfc2c35552e6a0ec66e962b52d120b34bc10fc83")] |
| | | [assembly: System.Reflection.AssemblyProductAttribute("WIDESEAWCS_Tasks")] |
| | | [assembly: System.Reflection.AssemblyTitleAttribute("WIDESEAWCS_Tasks")] |
| | | [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] |
| | |
| | | e1b84dc78278bb0fa6582a700fa5fbdc3d4b1ef7 |
| | | 4358fb16293003577a9eec1d6ce8bd3af598218029db2c9d7ecadff29cb5dff9 |
| | |
| | | build_property.EnforceExtendedAnalyzerRules = |
| | | build_property._SupportedPlatformList = Linux,macOS,Windows |
| | | build_property.RootNamespace = WIDESEAWCS_Tasks |
| | | build_property.ProjectDir = F:\项ç®\MingHeZhiNeng\åå
´RGV\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\ |
| | | build_property.ProjectDir = F:\JiaXingRGV\代ç 管ç\WCS\WCS\WIDESEAWCS_Server\WIDESEAWCS_Tasks\ |
| | | build_property.EnableComHosting = |
| | | build_property.EnableGeneratedComInterfaceComImportInterop = |
| | | build_property.EffectiveAnalysisLevelStyle = 6.0 |
| | | build_property.EnableCodeStyleSeverity = |
| | |
| | | { |
| | | "format": 1, |
| | | "restore": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": {} |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": {} |
| | | }, |
| | | "projects": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_BasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectName": "WIDESEAWCS_Common", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectName": "WIDESEAWCS_DTO", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\WIDESEAWCS_IBasicInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_IBasicInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\WIDESEAWCS_IBasicInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_IBasicInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoRepository\\WIDESEAWCS_BasicInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_ISystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_DTO\\WIDESEAWCS_DTO.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_ITaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectName": "WIDESEAWCS_Model", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Common\\WIDESEAWCS_Common.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectName": "WIDESEAWCS_SystemRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\WIDESEAWCS_SystemRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemRepository\\WIDESEAWCS_ISystemRepository.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectName": "WIDESEAWCS_SystemServices", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoRepository", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\WIDESEAWCS_TaskInfoRepository.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoRepository\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoRepository\\WIDESEAWCS_ITaskInfoRepository.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Model\\WIDESEAWCS_Model.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectName": "WIDESEAWCS_TaskInfoService", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_BasicInfoService\\WIDESEAWCS_BasicInfoService.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ITaskInfoService\\WIDESEAWCS_ITaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | } |
| | | } |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectName": "WIDESEAWCS_Tasks", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | "project": { |
| | | "version": "1.0.0", |
| | | "restore": { |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectUniqueName": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectName": "WIDESEAWCS_Tasks", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "packagesPath": "C:\\Users\\Admin\\.nuget\\packages\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\obj\\", |
| | | "outputPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\obj\\", |
| | | "projectStyle": "PackageReference", |
| | | "fallbackFolders": [ |
| | | "C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder" |
| | |
| | | "net6.0": { |
| | | "targetAlias": "net6.0", |
| | | "projectReferences": { |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_ISystemServices\\WIDESEAWCS_ISystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_SystemServices\\WIDESEAWCS_SystemServices.csproj" |
| | | }, |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" |
| | | "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj": { |
| | | "projectPath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_TaskInfoService\\WIDESEAWCS_TaskInfoService.csproj" |
| | | } |
| | | } |
| | | } |
| | |
| | | { |
| | | "version": 2, |
| | | "dgSpecHash": "4eMKFgOJu1HdvCjwJoJE+F4Yf8OeEIcK26FvscZj/qjOMAmM4ZJM7+F66Ga2ZfeKHPpPox/H2G+Pj403VH8uMw==", |
| | | "dgSpecHash": "Ko8CRaoXMoSTd/HDAcx3lB2xz5C1NGtxJMUFZlq1TBgw+MaXvMunpSsPVQkNzadyEqWLM2/42LJfQKsqXcWzmg==", |
| | | "success": true, |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "projectFilePath": "F:\\项ç®\\MingHeZhiNeng\\åå
´RGV\\9-18\\JiaXingRGV\\代ç 管ç\\WCS\\WCS\\WIDESEAWCS_Server\\WIDESEAWCS_Tasks\\WIDESEAWCS_Tasks.csproj", |
| | | "expectedPackageFiles": [ |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac\\8.0.0\\autofac.8.0.0.nupkg.sha512", |
| | | "C:\\Users\\Admin\\.nuget\\packages\\autofac.extensions.dependencyinjection\\9.0.0\\autofac.extensions.dependencyinjection.9.0.0.nupkg.sha512", |