|
77 | 77 | <TargetExt>.hdll</TargetExt> |
78 | 78 | <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath> |
79 | 79 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath> |
80 | | - <IntDir>$(Configuration)\dx12\</IntDir> |
| 80 | + <IntDir>$(Configuration)\dx12debug\</IntDir> |
81 | 81 | </PropertyGroup> |
82 | 82 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
83 | 83 | <LinkIncremental>true</LinkIncremental> |
84 | 84 | <TargetExt>.hdll</TargetExt> |
85 | 85 | <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration);../../include/winpixeventruntime/x64</LibraryPath> |
86 | 86 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/winpixeventruntime</IncludePath> |
87 | | - <IntDir>$(Configuration)\dx12\</IntDir> |
| 87 | + <IntDir>$(Platform)\$(Configuration)\dx12debug\</IntDir> |
88 | 88 | </PropertyGroup> |
89 | 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
90 | 90 | <LinkIncremental>false</LinkIncremental> |
91 | 91 | <TargetExt>.hdll</TargetExt> |
92 | 92 | <LibraryPath>$(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;../../$(Configuration)</LibraryPath> |
93 | 93 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src</IncludePath> |
94 | | - <IntDir>$(Configuration)\dx12\</IntDir> |
| 94 | + <IntDir>$(Configuration)\dx12debug\</IntDir> |
95 | 95 | </PropertyGroup> |
96 | 96 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
97 | 97 | <LinkIncremental>false</LinkIncremental> |
98 | 98 | <TargetExt>.hdll</TargetExt> |
99 | 99 | <LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;../../x64/$(Configuration);../../include/winpixeventruntime/x64</LibraryPath> |
100 | 100 | <IncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);../../src;../../include/winpixeventruntime</IncludePath> |
101 | | - <IntDir>$(Configuration)\dx12\</IntDir> |
| 101 | + <IntDir>$(Platform)\$(Configuration)\dx12debug\</IntDir> |
102 | 102 | </PropertyGroup> |
103 | 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
104 | 104 | <ClCompile> |
|
0 commit comments