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:
parent
ea71cf3984
commit
be3eb334f6
@ -524,6 +524,7 @@
|
|||||||
<ClCompile Include="misc\typeinfotest.cpp" />
|
<ClCompile Include="misc\typeinfotest.cpp" />
|
||||||
<ClCompile Include="net\ipc.cpp" />
|
<ClCompile Include="net\ipc.cpp" />
|
||||||
<ClCompile Include="net\socket.cpp" />
|
<ClCompile Include="net\socket.cpp" />
|
||||||
|
<ClCompile Include="net\webrequest.cpp" />
|
||||||
<ClCompile Include="regex\regextest.cpp" />
|
<ClCompile Include="regex\regextest.cpp" />
|
||||||
<ClCompile Include="regex\wxregextest.cpp" />
|
<ClCompile Include="regex\wxregextest.cpp" />
|
||||||
<ClCompile Include="scopeguard\scopeguardtest.cpp" />
|
<ClCompile Include="scopeguard\scopeguardtest.cpp" />
|
||||||
|
@ -265,5 +265,8 @@
|
|||||||
<ClCompile Include="streams\lzmastream.cpp">
|
<ClCompile Include="streams\lzmastream.cpp">
|
||||||
<Filter>Source Files</Filter>
|
<Filter>Source Files</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="net\webrequest.cpp">
|
||||||
|
<Filter>Source Files</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
Loading…
Reference in New Issue
Block a user