Skip to content

Commit

Permalink
update winproj
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Feb 7, 2022
1 parent da711e4 commit 536f92c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/client/basic_client.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>..\..\include;..\..\thirdparty\msgpack-c\include;$(IncludePath)</IncludePath>
<IncludePath>..\..\include;..\..\thirdparty\msgpack-c\include;..\..\thirdparty\asio;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>..\..\include;..\..\third\msgpack\include;$(IncludePath)</IncludePath>
Expand Down
2 changes: 1 addition & 1 deletion examples/client/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ void benchmark_test() {
}

int main() {
benchmark_test();
//benchmark_test();
test_connect();
test_callback();
test_echo();
Expand Down
2 changes: 1 addition & 1 deletion examples/server/basic_server.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<IncludePath>..\..\include;..\..\third\msgpack\include;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>..\..\include;..\..\thirdparty\msgpack-c\include;$(IncludePath)</IncludePath>
<IncludePath>..\..\include;..\..\thirdparty\msgpack-c\include;..\..\thirdparty\asio;$(IncludePath)</IncludePath>
<LibraryPath>$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand Down

0 comments on commit 536f92c

Please sign in to comment.