|
99 | 99 | <PropertyGroup Label="UserMacros" /> |
100 | 100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
101 | 101 | <LinkIncremental>true</LinkIncremental> |
102 | | - <IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;..\MQCore_ProtocolModule;$(IncludePath)</IncludePath> |
| 102 | + <IncludePath>$(XEngine_Include);../XEngine_DependLibrary/XEngine_Module/jsoncpp;..\MQCore_ProtocolModule;$(IncludePath)</IncludePath> |
103 | 103 | <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
104 | 104 | </PropertyGroup> |
105 | 105 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
106 | 106 | <LinkIncremental>false</LinkIncremental> |
107 | | - <IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 107 | + <IncludePath>$(XEngine_Include);../XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
108 | 108 | <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
109 | 109 | </PropertyGroup> |
110 | 110 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
111 | 111 | <LinkIncremental>true</LinkIncremental> |
112 | | - <IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 112 | + <IncludePath>$(XEngine_Include);../XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
113 | 113 | <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
114 | 114 | </PropertyGroup> |
115 | 115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
116 | 116 | <LinkIncremental>true</LinkIncremental> |
117 | | - <IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 117 | + <IncludePath>$(XEngine_Include);../XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
118 | 118 | <LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath> |
119 | 119 | </PropertyGroup> |
120 | 120 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
121 | 121 | <LinkIncremental>false</LinkIncremental> |
122 | | - <IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 122 | + <IncludePath>$(XEngine_Include);../XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
123 | 123 | <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
124 | 124 | </PropertyGroup> |
125 | 125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
126 | 126 | <LinkIncremental>false</LinkIncremental> |
127 | | - <IncludePath>$(XEngine_Include);../XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 127 | + <IncludePath>$(XEngine_Include);../XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
128 | 128 | <LibraryPath>$(XEngine_LibArm64);$(LibraryPath)</LibraryPath> |
129 | 129 | </PropertyGroup> |
130 | 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
0 commit comments