Skip to content

Commit c1cd571

Browse files
committed
Fixed output folder to be something slightly more sensible (so that Win32 and x64 are more in line with each other).
1 parent 216a9c8 commit c1cd571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CefSharp/CefSharp.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787
<TargetName>CefSharp</TargetName>
8888
</PropertyGroup>
8989
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90-
<OutDir>bin\$(Configuration)\</OutDir>
91-
<IntDir>obj\$(Configuration)\</IntDir>
90+
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
9291
<LinkIncremental>false</LinkIncremental>
9392
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
9493
<CodeAnalysisRules />
9594
<CodeAnalysisRuleAssemblies />
9695
<TargetName>CefSharp</TargetName>
9796
<LinkKeyFile>..\CefSharp.snk</LinkKeyFile>
97+
<IntDir>$(Platform)\$(Configuration)\</IntDir>
9898
</PropertyGroup>
9999
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
100100
<LinkIncremental>false</LinkIncremental>

0 commit comments

Comments
 (0)