|
72 | 72 | <PropertyGroup Label="UserMacros" /> |
73 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
74 | 74 | <LinkIncremental>true</LinkIncremental> |
75 | | - <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 75 | + <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
76 | 76 | <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
79 | 79 | <LinkIncremental>false</LinkIncremental> |
80 | | - <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 80 | + <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
81 | 81 | <LibraryPath>$(XEngine_Lib32);$(LibraryPath)</LibraryPath> |
82 | 82 | </PropertyGroup> |
83 | 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
84 | 84 | <LinkIncremental>true</LinkIncremental> |
85 | | - <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 85 | + <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
86 | 86 | <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
87 | 87 | </PropertyGroup> |
88 | 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
89 | 89 | <LinkIncremental>false</LinkIncremental> |
90 | | - <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_Depend/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
| 90 | + <IncludePath>$(XEngine_Include);../../XEngine_Source/XEngine_DependLibrary/XEngine_Module/jsoncpp;$(IncludePath)</IncludePath> |
91 | 91 | <LibraryPath>$(XEngine_Lib64);$(LibraryPath)</LibraryPath> |
92 | 92 | </PropertyGroup> |
93 | 93 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
0 commit comments