Add file with wxWebRequest unit tests to MSVS project too

This file is not generated and so needs to be updated manually.
This commit is contained in:
Vadim Zeitlin 2020-12-13 02:39:23 +01:00
parent ea71cf3984
commit be3eb334f6
2 changed files with 5 additions and 1 deletions

View File

@ -524,6 +524,7 @@
<ClCompile Include="misc\typeinfotest.cpp" />
<ClCompile Include="net\ipc.cpp" />
<ClCompile Include="net\socket.cpp" />
<ClCompile Include="net\webrequest.cpp" />
<ClCompile Include="regex\regextest.cpp" />
<ClCompile Include="regex\wxregextest.cpp" />
<ClCompile Include="scopeguard\scopeguardtest.cpp" />

View File

@ -265,5 +265,8 @@
<ClCompile Include="streams\lzmastream.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="net\webrequest.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>