|
63 | 63 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
64 | 64 | </ImportGroup> |
65 | 65 | <PropertyGroup Label="UserMacros" /> |
| 66 | + <PropertyGroup> |
| 67 | + <IntDir>$(SolutionDir)$(Platform)\$(Configuration)\obj\$(ProjectName)\</IntDir> |
| 68 | + </PropertyGroup> |
66 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
67 | 70 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
68 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
69 | 71 | <ExecutablePath>$(ExecutablePath)</ExecutablePath> |
70 | 72 | <IncludePath>$(VSInstallDir)\DIA SDK\include;$(SolutionDir)\breakpad;$(IncludePath)</IncludePath> |
71 | 73 | <LibraryPath>$(LibraryPath)</LibraryPath> |
|
74 | 76 | </PropertyGroup> |
75 | 77 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development|x64'"> |
76 | 78 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
77 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
78 | 79 | <ExecutablePath>$(ExecutablePath)</ExecutablePath> |
79 | 80 | <IncludePath>$(VSInstallDir)\DIA SDK\include;$(SolutionDir)\breakpad;$(IncludePath)</IncludePath> |
80 | 81 | <LibraryPath>$(LibraryPath)</LibraryPath> |
|
83 | 84 | </PropertyGroup> |
84 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
85 | 86 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
86 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
87 | 87 | <ExecutablePath>$(ExecutablePath)</ExecutablePath> |
88 | 88 | <IncludePath>$(VSInstallDir)\DIA SDK\include;$(SolutionDir)\breakpad;$(IncludePath)</IncludePath> |
89 | 89 | <LibraryPath>$(LibraryPath)</LibraryPath> |
|
96 | 96 | <LibraryPath>$(LibraryPath)</LibraryPath> |
97 | 97 | <ExcludePath>$(ExcludePath)</ExcludePath> |
98 | 98 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
99 | | - <IntDir>$(Platform)\$(Configuration)\</IntDir> |
100 | 99 | <TargetName>driver_$(ProjectName)</TargetName> |
101 | 100 | </PropertyGroup> |
102 | 101 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Development|Win32'"> |
|
0 commit comments