Skip to content

Commit f2a7ffb

Browse files
authored
Fix setting of IntDir MSBuild property (#1471)
1 parent 7bc7df6 commit f2a7ffb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

Directory.Build.Props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
<CppWinRTPlatform>$(Platform)</CppWinRTPlatform>
4242
<CppWinRTPlatform Condition="'$(Platform)'=='Win32'">x86</CppWinRTPlatform>
4343
<OutDir>$(SolutionDir)_build\$(CppWinRTPlatform)\$(Configuration)\</OutDir>
44+
<IntDir>$(SolutionDir)_build\$(CppWinRTPlatform)\$(Configuration)\temp\$(MSBuildProjectName)\</IntDir>
4445
<CppWinRTDir>$(OutDir)</CppWinRTDir>
4546
<CppWinRTDir Condition="'$(Platform)'=='ARM64'">$(SolutionDir)_build\x86\$(Configuration)\</CppWinRTDir>
4647
</PropertyGroup>

Directory.Build.Targets

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)