|
214 | 214 | <LinkIncremental>true</LinkIncremental> |
215 | 215 | <ExcludePath /> |
216 | 216 | <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir> |
217 | | - <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
| 217 | + <IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
218 | 218 | <LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath> |
219 | 219 | </PropertyGroup> |
220 | 220 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug (lite)|x64'"> |
|
228 | 228 | <LinkIncremental>true</LinkIncremental> |
229 | 229 | <ExcludePath /> |
230 | 230 | <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir> |
231 | | - <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
| 231 | + <IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
232 | 232 | <LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath> |
233 | 233 | </PropertyGroup> |
234 | 234 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
256 | 256 | <LinkIncremental>false</LinkIncremental> |
257 | 257 | <ExcludePath /> |
258 | 258 | <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir> |
259 | | - <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
| 259 | + <IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
260 | 260 | <LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath> |
261 | 261 | </PropertyGroup> |
262 | 262 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release (lite)|x64'"> |
|
270 | 270 | <LinkIncremental>false</LinkIncremental> |
271 | 271 | <ExcludePath /> |
272 | 272 | <OutDir>$(SolutionDir)Bin\$(Platform)\$(Configuration)\</OutDir> |
273 | | - <IncludePath>$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
| 273 | + <IncludePath>$(ProjectDir);$(ProjectDir)..\include;$(IncludePath)</IncludePath> |
274 | 274 | <LibraryPath>$(SolutionDir)lib\x64;$(OutDir);$(SolutionDir)Bin\x64\$(Configuration)\;$(LibraryPath)</LibraryPath> |
275 | 275 | </PropertyGroup> |
276 | 276 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
0 commit comments