We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CustomActions
1 parent 1527dc3 commit 18565feCopy full SHA for 18565fe
platforms/Windows/CustomActions/CustomActions.vcxproj
@@ -43,8 +43,8 @@
43
<PlatformToolset Condition="'$(PlatformToolset)' == ''">$(DefaultPlatformToolset)</PlatformToolset>
44
<PlatformToolset>$(PlatformToolset)</PlatformToolset>
45
46
- <IntDir>build\$(Configuration)\$(PlatformShortName)\obj\</IntDir>
47
- <OutDir>build\$(Configuration)\$(PlatformShortName)\bin\</OutDir>
+ <IntDir>.output\$(Configuration)\$(PlatformShortName)\obj\</IntDir>
+ <OutDir>.output\$(Configuration)\$(PlatformShortName)\bin\</OutDir>
48
</PropertyGroup>
49
50
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
0 commit comments