|
68 | 68 | <PropertyGroup Label="UserMacros" /> |
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
70 | 70 | <LinkIncremental>true</LinkIncremental> |
71 | | - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
| 71 | + <IncludePath>%INCLUDE%;%INCLUDE%;$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
72 | 72 | <OutDir>$(SolutionDir)\BIN\$(Platform)\$(Configuration)\</OutDir> |
73 | 73 | <SourcePath>$(SolutionDir)..\bin;$(SolutionDir)..\lib</SourcePath> |
| 74 | + <LibraryPath>%LIB%;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath> |
74 | 75 | </PropertyGroup> |
75 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
76 | 77 | <LinkIncremental>true</LinkIncremental> |
77 | | - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
| 78 | + <IncludePath>%INCLUDE%;$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
78 | 79 | <OutDir>$(SolutionDir)\BIN\$(Platform)\$(Configuration)\</OutDir> |
| 80 | + <LibraryPath>%LIB%;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath> |
79 | 81 | </PropertyGroup> |
80 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
81 | 83 | <LinkIncremental>false</LinkIncremental> |
82 | | - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
| 84 | + <IncludePath>%INCLUDE%;$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
83 | 85 | <OutDir>$(SolutionDir)\BIN\$(Platform)\$(Configuration)\</OutDir> |
84 | 86 | <SourcePath>$(SolutionDir)..\bin;$(SolutionDir)..\lib</SourcePath> |
| 87 | + <LibraryPath>%LIB%;$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);</LibraryPath> |
85 | 88 | </PropertyGroup> |
86 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
87 | 90 | <LinkIncremental>false</LinkIncremental> |
88 | | - <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
| 91 | + <IncludePath>%INCLUDE%;$(VC_IncludePath);$(WindowsSDK_IncludePath);$(SolutionDir);$(SolutionDir)..;$(SolutionDir)../lib;</IncludePath> |
89 | 92 | <OutDir>$(SolutionDir)\BIN\$(Platform)\$(Configuration)\</OutDir> |
| 93 | + <LibraryPath>%LIB%;$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);</LibraryPath> |
90 | 94 | </PropertyGroup> |
91 | 95 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
92 | 96 | <ClCompile> |
|
0 commit comments