We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc7df6 commit f2a7ffbCopy full SHA for f2a7ffb
Directory.Build.Props
@@ -41,6 +41,7 @@
41
<CppWinRTPlatform>$(Platform)</CppWinRTPlatform>
42
<CppWinRTPlatform Condition="'$(Platform)'=='Win32'">x86</CppWinRTPlatform>
43
<OutDir>$(SolutionDir)_build\$(CppWinRTPlatform)\$(Configuration)\</OutDir>
44
+ <IntDir>$(SolutionDir)_build\$(CppWinRTPlatform)\$(Configuration)\temp\$(MSBuildProjectName)\</IntDir>
45
<CppWinRTDir>$(OutDir)</CppWinRTDir>
46
<CppWinRTDir Condition="'$(Platform)'=='ARM64'">$(SolutionDir)_build\x86\$(Configuration)\</CppWinRTDir>
47
</PropertyGroup>
Directory.Build.Targets
0 commit comments