We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2038af7 commit 286fc80Copy full SHA for 286fc80
Development/Editor/Plugin/WE/YDFont/YDFont.vcxproj
@@ -41,12 +41,12 @@
41
<PropertyGroup Label="UserMacros" />
42
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43
<LinkIncremental>true</LinkIncremental>
44
- <OutDir>$(WEPluginBin)</OutDir>
+ <OutDir>$(WEPluginBin)\YDFont</OutDir>
45
<IntDir>$(WEPluginObj)</IntDir>
46
</PropertyGroup>
47
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
48
<LinkIncremental>false</LinkIncremental>
49
50
51
52
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
0 commit comments