We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc74cd0 commit 93f47fbCopy full SHA for 93f47fb
1 file changed
TextLayoutSampler.vcxproj
@@ -39,8 +39,8 @@
39
<PropertyGroup Label="UserMacros" />
40
<PropertyGroup>
41
<EmbedManifest>false</EmbedManifest>
42
- <OutDir>$(SolutionDir)\.$(Platform)_$(Configuration)\</OutDir>
43
- <IntDir>$(SolutionDir)\.$(Platform)_$(Configuration)\</IntDir>
+ <OutDir>$(SolutionDir)\.$(Configuration)_$(PlatformTarget)\</OutDir>
+ <IntDir>$(SolutionDir)\.$(Configuration)_$(PlatformTarget)\</IntDir>
44
</PropertyGroup>
45
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
46
<LinkIncremental>true</LinkIncremental>
0 commit comments