File tree Expand file tree Collapse file tree 3 files changed +8
-10
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 3 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "tszIPAddr" :" 192.168.1.8" ,
33 "bDeamon" :false ,
4- "bAutoStart" :false ,
54 "bHideWnd" :false ,
65 "nHttpPort" :5501 ,
76 "nRFCPort" :5502 ,
4746 "tszPluginLua" :" ./XEngine_Config/XEngine_PluginLua.json"
4847 },
4948 "XConfig" :{
50- "tszConfigQRCode" :" ./XEngine_Config/XEngine_QRCode.json" ,
49+ "st_ConfigQRCode" :{
50+ "tszModelDetect" :" ./XEngine_Config/qrmodel/detect.caffemodel" ,
51+ "tszModelSr" :" ./XEngine_Config/qrmodel/sr.caffemodel" ,
52+ "tszProtoDetect" :" ./XEngine_Config/qrmodel/detect.prototxt" ,
53+ "tszProtoSr" :" ./XEngine_Config/qrmodel/sr.prototxt"
54+ },
5155 "tszConfigDeamon" :" ./XEngine_Config/XEngine_DeamonConfig.json" ,
5256 "tszConfigHTTPMime" :" ./XEngine_Config/HttpMime.types" ,
5357 "tszConfigHTTPCode" :" ./XEngine_Config/HttpCode.types"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -304,8 +304,8 @@ Global
304304 {096BEF37-4AF6-490D-868B-6306D3E251E7} .Debug| x64 .Build .0 = Debug| x64
305305 {096BEF37-4AF6-490D-868B-6306D3E251E7} .Debug| x86 .ActiveCfg = Debug| Win32
306306 {096BEF37-4AF6-490D-868B-6306D3E251E7} .Debug| x86 .Build .0 = Debug| Win32
307- {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| ARM64 .ActiveCfg = Release| x64
308- {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| ARM64 .Build .0 = Release| x64
307+ {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| ARM64 .ActiveCfg = Release| ARM64
308+ {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| ARM64 .Build .0 = Release| ARM64
309309 {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| x64 .ActiveCfg = Release| x64
310310 {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| x64 .Build .0 = Release| x64
311311 {096BEF37-4AF6-490D-868B-6306D3E251E7} .Release| x86 .ActiveCfg = Release| Win32
You can’t perform that action at this time.
0 commit comments