From ca5de2ceed864a81a489575b3fef5809395337b6 Mon Sep 17 00:00:00 2001
From: qyt <486179@qq.com>
Date: Mon, 31 Jan 2022 10:52:06 +0800
Subject: [PATCH] fixed:json cpp dir incorrent
---
README.en.md | 3 ++-
README.md | 3 ++-
.../AuthorizeModule_Configure.vcxproj | 8 ++++----
.../AuthorizeModule_Protocol.vcxproj | 14 +++++++-------
.../XEngine_AuthorizeApp.vcxproj | 8 ++++----
.../XEngine_AuthorizeService.vcxproj | 8 ++++----
.../AuthComponents_SQLPacket.vcxproj | 8 ++++----
.../AuthComponents_Session.vcxproj | 8 ++++----
.../XEngine_ThirdPart/jsoncpp/jsoncpp.vcxproj | 12 ++++++++----
9 files changed, 39 insertions(+), 33 deletions(-)
diff --git a/README.en.md b/README.en.md
index 45fb026..dd0f8c2 100644
--- a/README.en.md
+++ b/README.en.md
@@ -41,7 +41,8 @@ GITEE:https://gitee.com/xyry/libxengine
GITHUB:https://github.com/libxengine/xengine
#### Windows
-use vs2019 x86(debug or release) x64(only release) open and complie
+use vs2019 x86(debug or release) x64(only release) open and complie
+Please use git clone to download the code, otherwise it may not compile
#### Linux
Linux use Makefile complie
diff --git a/README.md b/README.md
index 00af1fa..42561ce 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ GITEE:https://gitee.com/xyry/libxengine
GITHUB:https://github.com/libxengine/xengine
#### Windows
-使用VS2019 x86(debug release)或者x64(release)打开并且编译
+使用VS2019 x86(debug release)或者x64(release)打开并且编译
+请使用git clone下载代码,zip打包下载的代码格式有误,可能会无法编译
#### Linux
Linux使用Makefile编译
diff --git a/XEngine_Source/AuthorizeModule_Configure/AuthorizeModule_Configure.vcxproj b/XEngine_Source/AuthorizeModule_Configure/AuthorizeModule_Configure.vcxproj
index 22d3a11..03ea540 100644
--- a/XEngine_Source/AuthorizeModule_Configure/AuthorizeModule_Configure.vcxproj
+++ b/XEngine_Source/AuthorizeModule_Configure/AuthorizeModule_Configure.vcxproj
@@ -29,26 +29,26 @@
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
Unicode
diff --git a/XEngine_Source/AuthorizeModule_Protocol/AuthorizeModule_Protocol.vcxproj b/XEngine_Source/AuthorizeModule_Protocol/AuthorizeModule_Protocol.vcxproj
index a2c917f..b802b28 100644
--- a/XEngine_Source/AuthorizeModule_Protocol/AuthorizeModule_Protocol.vcxproj
+++ b/XEngine_Source/AuthorizeModule_Protocol/AuthorizeModule_Protocol.vcxproj
@@ -29,26 +29,26 @@
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
@@ -76,15 +76,15 @@
false
- $(XEngine_Include);$(IncludePath)
+ $(XEngine_Include);../XEngine_ThirdPart/jsoncpp;$(IncludePath)
true
- $(XEngine_Include);$(IncludePath)
+ $(XEngine_Include);../XEngine_ThirdPart/jsoncpp;$(IncludePath)
false
- $(XEngine_Include);$(IncludePath)
+ $(XEngine_Include);../XEngine_ThirdPart/jsoncpp;$(IncludePath)
false
diff --git a/XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngine_AuthorizeApp.vcxproj b/XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngine_AuthorizeApp.vcxproj
index a19ea93..6ae82af 100644
--- a/XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngine_AuthorizeApp.vcxproj
+++ b/XEngine_Source/XEngine_APPService/XEngine_AuthorizeApp/XEngine_AuthorizeApp.vcxproj
@@ -29,14 +29,14 @@
Application
true
- v142
+ v143
MultiByte
Dynamic
Application
false
- v142
+ v143
true
MultiByte
Static
@@ -44,14 +44,14 @@
Application
true
- v142
+ v143
MultiByte
Dynamic
Application
false
- v142
+ v143
true
MultiByte
Static
diff --git a/XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/XEngine_AuthorizeService.vcxproj b/XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/XEngine_AuthorizeService.vcxproj
index e51848d..483a971 100644
--- a/XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/XEngine_AuthorizeService.vcxproj
+++ b/XEngine_Source/XEngine_APPService/XEngine_AuthorizeService/XEngine_AuthorizeService.vcxproj
@@ -29,26 +29,26 @@
Application
true
- v142
+ v143
MultiByte
Application
false
- v142
+ v143
true
MultiByte
Application
true
- v142
+ v143
MultiByte
Application
false
- v142
+ v143
true
MultiByte
diff --git a/XEngine_Source/XEngine_AuthComponents/AuthComponents_SQLPacket/AuthComponents_SQLPacket.vcxproj b/XEngine_Source/XEngine_AuthComponents/AuthComponents_SQLPacket/AuthComponents_SQLPacket.vcxproj
index 71c7436..49bf0be 100644
--- a/XEngine_Source/XEngine_AuthComponents/AuthComponents_SQLPacket/AuthComponents_SQLPacket.vcxproj
+++ b/XEngine_Source/XEngine_AuthComponents/AuthComponents_SQLPacket/AuthComponents_SQLPacket.vcxproj
@@ -29,26 +29,26 @@
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
diff --git a/XEngine_Source/XEngine_AuthComponents/AuthComponents_Session/AuthComponents_Session.vcxproj b/XEngine_Source/XEngine_AuthComponents/AuthComponents_Session/AuthComponents_Session.vcxproj
index bbbefa9..5090016 100644
--- a/XEngine_Source/XEngine_AuthComponents/AuthComponents_Session/AuthComponents_Session.vcxproj
+++ b/XEngine_Source/XEngine_AuthComponents/AuthComponents_Session/AuthComponents_Session.vcxproj
@@ -29,26 +29,26 @@
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
DynamicLibrary
true
- v142
+ v143
MultiByte
DynamicLibrary
false
- v142
+ v143
true
MultiByte
diff --git a/XEngine_Source/XEngine_ThirdPart/jsoncpp/jsoncpp.vcxproj b/XEngine_Source/XEngine_ThirdPart/jsoncpp/jsoncpp.vcxproj
index fbae64f..e170cfc 100644
--- a/XEngine_Source/XEngine_ThirdPart/jsoncpp/jsoncpp.vcxproj
+++ b/XEngine_Source/XEngine_ThirdPart/jsoncpp/jsoncpp.vcxproj
@@ -29,26 +29,26 @@
DynamicLibrary
true
- v142
+ v143
Unicode
DynamicLibrary
false
- v142
+ v143
true
Unicode
DynamicLibrary
true
- v142
+ v143
Unicode
DynamicLibrary
false
- v142
+ v143
true
Unicode
@@ -72,15 +72,19 @@
true
+ ./;$(IncludePath)
false
+ ./;$(IncludePath)
true
+ ./;$(IncludePath)
false
+ ./;$(IncludePath)
--
Gitee