diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/Win32/pcapExample/pcapExample.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/example/Win32/pcapExample/pcapExample.vcxproj b/example/Win32/pcapExample/pcapExample.vcxproj index 2b86797bd..87c8e360b 100644 --- a/example/Win32/pcapExample/pcapExample.vcxproj +++ b/example/Win32/pcapExample/pcapExample.vcxproj @@ -153,6 +153,7 @@ <ClCompile Include="..\..\..\src\lib\protocols\pptp.c" />
<ClCompile Include="..\..\..\src\lib\protocols\qq.c" />
<ClCompile Include="..\..\..\src\lib\protocols\quake.c" />
+ <ClCompile Include="..\..\..\src\lib\protocols\quic.c" />
<ClCompile Include="..\..\..\src\lib\protocols\radius.c" />
<ClCompile Include="..\..\..\src\lib\protocols\rdp.c" />
<ClCompile Include="..\..\..\src\lib\protocols\rsync.c" />
@@ -227,4 +228,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file +</Project>
|