diff --git a/libtest/Release/BuildLog.htm b/libtest/Release/BuildLog.htm new file mode 100644 index 00000000..d137edcb Binary files /dev/null and b/libtest/Release/BuildLog.htm differ diff --git a/libtest/libtest.mak b/libtest/libtest.mak new file mode 100644 index 00000000..f5eec97d --- /dev/null +++ b/libtest/libtest.mak @@ -0,0 +1,44 @@ +# Makefile + +OBJDIR = ./Release/ +PATH = $(DEVSTU)\vc\bin;$(DEVSTU)\sharedide\bin;$(PATH) +INCLUDES = /I "." /I ".." /I "../src" /I "$(DEVSTU)\vc\include" /I"../../openssl-1.0.1j\include\openssl" +LIB_FLAGS = /link /LIBPATH:"L:\HTTrack\httrack\src_win\libhttrack" /LIBPATH:"L:\HTTrack\httrack\libhttrack" +COMMON_FLAGS = /W3 /O2 /Fo"$(OBJDIR)" /Fd"$(OBJDIR)" /Fa"$(OBJDIR)" $(INCLUDES) +CPP_FLAGS = /LD $(COMMON_FLAGS) libhttrack.lib +BIN_FLAGS = /link /LIBPATH:"C:\temp\Debuglib" + +all: + cl $(CPP_FLAGS) \ + callbacks-example-simple.c -Fe$(OBJDIR)callbacks-example-simple.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-log.c -Fe$(OBJDIR)callbacks-example-log.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-baselinks.c -Fe$(OBJDIR)callbacks-example-baselinks.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-contentfilter.c -Fe$(OBJDIR)callbacks-example-contentfilter.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-displayheader.c -Fe$(OBJDIR)callbacks-example-displayheader.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-filename.c -Fe$(OBJDIR)callbacks-example-filename.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-filename2.c -Fe$(OBJDIR)callbacks-example-filename2.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-filenameiisbug.c -Fe$(OBJDIR)callbacks-example-filenameiisbug.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-changecontent.c -Fe$(OBJDIR)callbacks-example-changecontent.dll \ + $(LIB_FLAGS) + cl $(CPP_FLAGS) \ + callbacks-example-listlinks.c -Fe$(OBJDIR)callbacks-example-listlinks.dll \ + $(LIB_FLAGS) + cl $(COMMON_FLAGS) \ + example.c wsock32.lib libhttrack.lib -Fe$(OBJDIR)example.exe \ + $(BIN_FLAGS) diff --git a/libtest/libtest.vcproj b/libtest/libtest.vcproj new file mode 100644 index 00000000..7933cdba --- /dev/null +++ b/libtest/libtest.vcproj @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user b/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user new file mode 100644 index 00000000..1d1cc285 --- /dev/null +++ b/libtest/libtest.vcproj.ROCHEPC.Xavier Roche.user @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + diff --git a/src/htsjava.vcproj b/src/htsjava.vcproj new file mode 100644 index 00000000..0a7fbf9e --- /dev/null +++ b/src/htsjava.vcproj @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/httrack.dsp b/src/httrack.dsp index 590f0255..a828c3c3 100644 --- a/src/httrack.dsp +++ b/src/httrack.dsp @@ -117,11 +117,11 @@ LINK32=link.exe # Name "httrack - Win32 Release avec debug" # Begin Source File -SOURCE=.\httrack.c +SOURCE=httrack.c # End Source File # Begin Source File -SOURCE=.\httrack.h +SOURCE=httrack.h # End Source File # End Target # End Project diff --git a/src/httrack.vcproj b/src/httrack.vcproj index a3c29de4..f6697f03 100755 --- a/src/httrack.vcproj +++ b/src/httrack.vcproj @@ -53,7 +53,7 @@ EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" OmitFramePointers="true" - AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include";C:\Dev\Winhttrack" + AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include"" PreprocessorDefinitions="WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" RuntimeLibrary="2" UsePrecompiledHeader="0" @@ -152,7 +152,7 @@ EnableIntrinsicFunctions="true" FavorSizeOrSpeed="1" OmitFramePointers="true" - AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include";C:\Dev\Winhttrack" + AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include"" PreprocessorDefinitions="WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE" RuntimeLibrary="2" UsePrecompiledHeader="0" @@ -246,7 +246,7 @@ Name="VCCLCompilerTool" AdditionalOptions="/Zm200 " Optimization="0" - AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include";C:\Dev\Winhttrack" + AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include"" PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" RuntimeLibrary="3" BufferSecurityCheck="true" @@ -343,7 +343,7 @@ Name="VCCLCompilerTool" AdditionalOptions="/Zm200 " Optimization="0" - AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include";C:\Dev\Winhttrack" + AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include"" PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" RuntimeLibrary="3" BufferSecurityCheck="true" @@ -440,7 +440,7 @@ AdditionalOptions="/Zm200 " Optimization="3" InlineFunctionExpansion="2" - AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include";C:\Dev\Winhttrack" + AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include"" PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" StringPooling="true" RuntimeLibrary="2" @@ -535,7 +535,7 @@ AdditionalOptions="/Zm200 " Optimization="3" InlineFunctionExpansion="2" - AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include";C:\Dev\Winhttrack" + AdditionalIncludeDirectories=""C:\Dev\zlib-1.2.8\";"C:\Dev\openssl-1.0.1j\include"" PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;HTS_ANALYSTE_CONSOLE;_CRT_SECURE_NO_WARNINGS" StringPooling="true" RuntimeLibrary="2" diff --git a/src/httrack.vcproj.ROCHEPC.Xavier Roche.user b/src/httrack.vcproj.ROCHEPC.Xavier Roche.user new file mode 100644 index 00000000..faa9b3c9 --- /dev/null +++ b/src/httrack.vcproj.ROCHEPC.Xavier Roche.user @@ -0,0 +1,177 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/libhttrack.dsp b/src/libhttrack.dsp new file mode 100644 index 00000000..35185220 --- /dev/null +++ b/src/libhttrack.dsp @@ -0,0 +1,406 @@ +# Microsoft Developer Studio Project File - Name="libhttrack" - Package Owner=<4> +# Microsoft Developer Studio Generated Build File, Format Version 6.00 +# ** DO NOT EDIT ** + +# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 + +CFG=libhttrack - Win32 Debug +!MESSAGE This is not a valid makefile. To build this project using NMAKE, +!MESSAGE use the Export Makefile command and run +!MESSAGE +!MESSAGE NMAKE /f "libhttrack.mak". +!MESSAGE +!MESSAGE You can specify a configuration when running NMAKE +!MESSAGE by defining the macro CFG on the command line. For example: +!MESSAGE +!MESSAGE NMAKE /f "libhttrack.mak" CFG="libhttrack - Win32 Debug" +!MESSAGE +!MESSAGE Possible choices for configuration are: +!MESSAGE +!MESSAGE "libhttrack - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE "libhttrack - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") +!MESSAGE + +# Begin Project +# PROP AllowPerConfigDependencies 0 +# PROP Scc_ProjName "" +# PROP Scc_LocalPath "" +CPP=cl.exe +MTL=midl.exe +RSC=rc.exe + +!IF "$(CFG)" == "libhttrack - Win32 Release" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 0 +# PROP BASE Output_Dir "Release" +# PROP BASE Intermediate_Dir "Release" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 0 +# PROP Output_Dir "C:\temp\Releaselib" +# PROP Intermediate_Dir "C:\temp\Releaselib" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBHTTRACK_EXPORTS" /Yu"stdafx.h" /FD /c +# ADD CPP /nologo /MD /W3 /GX /O2 /Ob2 /I "C:\Dev\IPv6Kit\inc" /I "C:\Dev\zlib\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBHTTRACK_EXPORTS" /D "ZLIB_DLL" /FD /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40c /d "NDEBUG" +# ADD RSC /l 0x40c /d "NDEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 +# ADD LINK32 wsock32.lib zdll.lib /nologo /dll /map /machine:I386 /out:"L:\HTTrack\httrack\libhttrack.dll" /libpath:"C:\Dev\zlib\lib" +# SUBTRACT LINK32 /pdb:none + +!ELSEIF "$(CFG)" == "libhttrack - Win32 Debug" + +# PROP BASE Use_MFC 0 +# PROP BASE Use_Debug_Libraries 1 +# PROP BASE Output_Dir "Debug" +# PROP BASE Intermediate_Dir "Debug" +# PROP BASE Target_Dir "" +# PROP Use_MFC 0 +# PROP Use_Debug_Libraries 1 +# PROP Output_Dir "C:\temp\Debuglib" +# PROP Intermediate_Dir "C:\temp\Debuglib" +# PROP Ignore_Export_Lib 0 +# PROP Target_Dir "" +# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBHTTRACK_EXPORTS" /Yu"stdafx.h" /FD /GZ /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "C:\Dev\IPv6Kit\inc" /I "C:\Dev\zlib\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBHTTRACK_EXPORTS" /D "ZLIB_DLL" /FD /GZ /c +# SUBTRACT CPP /YX /Yc /Yu +# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 +# ADD BASE RSC /l 0x40c /d "_DEBUG" +# ADD RSC /l 0x40c /d "_DEBUG" +BSC32=bscmake.exe +# ADD BASE BSC32 /nologo +# ADD BSC32 /nologo +LINK32=link.exe +# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept +# ADD LINK32 wsock32.lib zdll.lib /nologo /dll /map /debug /machine:I386 /out:"C:\temp\libhttrack.dll" /pdbtype:sept /libpath:"C:\Dev\zlib\lib" +# SUBTRACT LINK32 /pdb:none + +!ENDIF + +# Begin Target + +# Name "libhttrack - Win32 Release" +# Name "libhttrack - Win32 Debug" +# Begin Group "Source Files" + +# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" +# Begin Source File + +SOURCE=minizip\crypt.h +# End Source File +# Begin Source File + +SOURCE="hts-indextmpl.h" +# End Source File +# Begin Source File + +SOURCE=htsalias.c +# End Source File +# Begin Source File + +SOURCE=htsalias.h +# End Source File +# Begin Source File + +SOURCE=htsback.c +# End Source File +# Begin Source File + +SOURCE=htsback.h +# End Source File +# Begin Source File + +SOURCE=htsbase.h +# End Source File +# Begin Source File + +SOURCE=htsbasenet.h +# End Source File +# Begin Source File + +SOURCE=htsbauth.c +# End Source File +# Begin Source File + +SOURCE=htsbauth.h +# End Source File +# Begin Source File + +SOURCE=htscache.c +# End Source File +# Begin Source File + +SOURCE=htscache.h +# End Source File +# Begin Source File + +SOURCE=htscatchurl.c +# End Source File +# Begin Source File + +SOURCE=htscatchurl.h +# End Source File +# Begin Source File + +SOURCE=htsconfig.h +# End Source File +# Begin Source File + +SOURCE=htscore.c +# End Source File +# Begin Source File + +SOURCE=htscore.h +# End Source File +# Begin Source File + +SOURCE=htscoremain.c +# End Source File +# Begin Source File + +SOURCE=htscoremain.h +# End Source File +# Begin Source File + +SOURCE=htsdefines.h +# End Source File +# Begin Source File + +SOURCE=htsfilters.c +# End Source File +# Begin Source File + +SOURCE=htsfilters.h +# End Source File +# Begin Source File + +SOURCE=htsftp.c +# End Source File +# Begin Source File + +SOURCE=htsftp.h +# End Source File +# Begin Source File + +SOURCE=htsglobal.h +# End Source File +# Begin Source File + +SOURCE=htshash.c +# End Source File +# Begin Source File + +SOURCE=htshash.h +# End Source File +# Begin Source File + +SOURCE=htshelp.c +# End Source File +# Begin Source File + +SOURCE=htshelp.h +# End Source File +# Begin Source File + +SOURCE=htsindex.c +# End Source File +# Begin Source File + +SOURCE=htsindex.h +# End Source File +# Begin Source File + +SOURCE=htsinthash.c +# End Source File +# Begin Source File + +SOURCE=htsjava.c +# End Source File +# Begin Source File + +SOURCE=htsjava.h +# End Source File +# Begin Source File + +SOURCE=htslib.c +# End Source File +# Begin Source File + +SOURCE=htslib.h +# End Source File +# Begin Source File + +SOURCE=htsmd5.c +# End Source File +# Begin Source File + +SOURCE=htsmd5.h +# End Source File +# Begin Source File + +SOURCE=htsmodules.c +# End Source File +# Begin Source File + +SOURCE=htsmodules.h +# End Source File +# Begin Source File + +SOURCE=htsname.c +# End Source File +# Begin Source File + +SOURCE=htsname.h +# End Source File +# Begin Source File + +SOURCE=htsnet.h +# End Source File +# Begin Source File + +SOURCE=htsnostatic.c +# End Source File +# Begin Source File + +SOURCE=htsnostatic.h +# End Source File +# Begin Source File + +SOURCE=htsopt.h +# End Source File +# Begin Source File + +SOURCE=htsparse.c +# End Source File +# Begin Source File + +SOURCE=htsparse.h +# End Source File +# Begin Source File + +SOURCE=htsrobots.c +# End Source File +# Begin Source File + +SOURCE=htsrobots.h +# End Source File +# Begin Source File + +SOURCE=htsstrings.h +# End Source File +# Begin Source File + +SOURCE=htssystem.h +# End Source File +# Begin Source File + +SOURCE=htsthread.c +# End Source File +# Begin Source File + +SOURCE=htsthread.h +# End Source File +# Begin Source File + +SOURCE=htstools.c +# End Source File +# Begin Source File + +SOURCE=htstools.h +# End Source File +# Begin Source File + +SOURCE=htswizard.c +# End Source File +# Begin Source File + +SOURCE=htswizard.h +# End Source File +# Begin Source File + +SOURCE=htswrap.c +# End Source File +# Begin Source File + +SOURCE=htswrap.h +# End Source File +# Begin Source File + +SOURCE=htszlib.c +# End Source File +# Begin Source File + +SOURCE=htszlib.h +# End Source File +# Begin Source File + +SOURCE=minizip\ioapi.c +# End Source File +# Begin Source File + +SOURCE=minizip\ioapi.h +# End Source File +# Begin Source File + +SOURCE=minizip\iowin32.c +# End Source File +# Begin Source File + +SOURCE=minizip\iowin32.h +# End Source File +# Begin Source File + +SOURCE=md5.c +# End Source File +# Begin Source File + +SOURCE=md5.h +# End Source File +# Begin Source File + +SOURCE=minizip\mztools.c +# End Source File +# Begin Source File + +SOURCE=minizip\mztools.h +# End Source File +# Begin Source File + +SOURCE=minizip\unzip.c +# End Source File +# Begin Source File + +SOURCE=minizip\unzip.h +# End Source File +# Begin Source File + +SOURCE=minizip\zip.c +# End Source File +# Begin Source File + +SOURCE=minizip\zip.h +# End Source File +# End Group +# Begin Group "Header Files" + +# PROP Default_Filter "h;hpp;hxx;hm;inl" +# Begin Source File + +# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" +# End Group +# Begin Source File + +SOURCE=.\ReadMe.txt +# End Source File +# End Target +# End Project diff --git a/src/libhttrack.dsw b/src/libhttrack.dsw new file mode 100644 index 00000000..709f5e2e --- /dev/null +++ b/src/libhttrack.dsw @@ -0,0 +1,29 @@ +Microsoft Developer Studio Workspace File, Format Version 6.00 +# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! + +############################################################################### + +Project: "libhttrack"=.\libhttrack.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + +Package=<4> +{{{ +}}} + +############################################################################### + +Global: + +Package=<5> +{{{ +}}} + +Package=<3> +{{{ +}}} + +############################################################################### + diff --git a/src/libhttrack.vcproj b/src/libhttrack.vcproj new file mode 100644 index 00000000..75670c15 --- /dev/null +++ b/src/libhttrack.vcproj @@ -0,0 +1,1952 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/proxy/proxytrack.vcproj b/src/proxy/proxytrack.vcproj new file mode 100644 index 00000000..c89fb738 --- /dev/null +++ b/src/proxy/proxytrack.vcproj @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/webhttrack.vcproj b/src/webhttrack.vcproj new file mode 100644 index 00000000..1f3f7f5e --- /dev/null +++ b/src/webhttrack.vcproj @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/webhttrack.vcproj.ROCHEPC.Xavier Roche.user b/src/webhttrack.vcproj.ROCHEPC.Xavier Roche.user new file mode 100644 index 00000000..1d1cc285 --- /dev/null +++ b/src/webhttrack.vcproj.ROCHEPC.Xavier Roche.user @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + +