Skip to content

Commit 464ab8e

Browse files
committed
Moving webdriver-server project output to lib directory
1 parent d0958a6 commit 464ab8e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cpp/webdriver-server/webdriver-server.vcxproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,19 +62,19 @@
6262
</ImportGroup>
6363
<PropertyGroup Label="UserMacros" />
6464
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65-
<OutDir>$(ProjectDir)..\..\build\cpp\$(Platform)\$(Configuration)\</OutDir>
65+
<OutDir>$(ProjectDir)..\..\build\cpp\lib\$(Platform)\$(Configuration)\</OutDir>
6666
<IntDir>$(ProjectDir)..\..\build\cpp\intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
6767
</PropertyGroup>
6868
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69-
<OutDir>$(ProjectDir)..\..\build\cpp\$(Platform)\$(Configuration)\</OutDir>
69+
<OutDir>$(ProjectDir)..\..\build\cpp\lib\$(Platform)\$(Configuration)\</OutDir>
7070
<IntDir>$(ProjectDir)..\..\build\cpp\intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
7171
</PropertyGroup>
7272
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73-
<OutDir>$(ProjectDir)..\..\build\cpp\$(Platform)\$(Configuration)\</OutDir>
73+
<OutDir>$(ProjectDir)..\..\build\cpp\lib\$(Platform)\$(Configuration)\</OutDir>
7474
<IntDir>$(ProjectDir)..\..\build\cpp\intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
7575
</PropertyGroup>
7676
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
77-
<OutDir>$(ProjectDir)..\..\build\cpp\$(Platform)\$(Configuration)\</OutDir>
77+
<OutDir>$(ProjectDir)..\..\build\cpp\lib\$(Platform)\$(Configuration)\</OutDir>
7878
<IntDir>$(ProjectDir)..\..\build\cpp\intermediate\$(ProjectName)\$(Platform)\$(Configuration)\</IntDir>
7979
</PropertyGroup>
8080
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

0 commit comments

Comments
 (0)