diff --git a/samples/Projects/Win32/VC6/CreateDOMDocument/CreateDOMDocument.dsp b/samples/Projects/Win32/VC6/CreateDOMDocument/CreateDOMDocument.dsp deleted file mode 100644 index 119d8157ebd33f13c3576f565b1e454a78e49190..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/CreateDOMDocument/CreateDOMDocument.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="CreateDOMDocument" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=CreateDOMDocument - Win64 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 "CreateDOMDocument.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 "CreateDOMDocument.mak" CFG="CreateDOMDocument - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "CreateDOMDocument - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "CreateDOMDocument - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "CreateDOMDocument - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_CreateDOMDocument" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "CreateDOMDocument - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_CreateDOMDocument" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_CreateDOMDocument" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "CreateDOMDocument - Win32 Debug" -# Name "CreateDOMDocument - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\CreateDOMDocument\CreateDOMDocument.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/CreateDOMDocument/CreateDOMDocument.mak b/samples/Projects/Win32/VC6/CreateDOMDocument/CreateDOMDocument.mak deleted file mode 100644 index a4187ef670feb01ece3b024df3635c0e7f26e590..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/CreateDOMDocument/CreateDOMDocument.mak +++ /dev/null @@ -1,195 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on CreateDOMDocument.dsp -!IF "$(CFG)" == "" -CFG=CreateDOMDocument - Win64 Debug -!MESSAGE No configuration specified. Defaulting to CreateDOMDocument - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "CreateDOMDocument - Win32 Debug" && "$(CFG)" != "CreateDOMDocument - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "CreateDOMDocument.mak" CFG="CreateDOMDocument - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "CreateDOMDocument - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "CreateDOMDocument - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "CreateDOMDocument - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\CreateDOMDocument.exe" - - -CLEAN : - -@erase "$(INTDIR)\CreateDOMDocument.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\CreateDOMDocument.exe" - -@erase "$(OUTDIR)\CreateDOMDocument.ilk" - -@erase "$(OUTDIR)\CreateDOMDocument.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_CreateDOMDocument" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\CreateDOMDocument.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\CreateDOMDocument.pdb" /debug /machine:I386 /out:"$(OUTDIR)\CreateDOMDocument.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\CreateDOMDocument.obj" - -"$(OUTDIR)\CreateDOMDocument.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "CreateDOMDocument - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\CreateDOMDocument.exe" - - -CLEAN : - -@erase "$(INTDIR)\CreateDOMDocument.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\CreateDOMDocument.exe" - -@erase "$(OUTDIR)\CreateDOMDocument.ilk" - -@erase "$(OUTDIR)\CreateDOMDocument.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_CreateDOMDocument" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\CreateDOMDocument.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\CreateDOMDocument.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\CreateDOMDocument.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\CreateDOMDocument.obj" - -"$(OUTDIR)\CreateDOMDocument.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("CreateDOMDocument.dep") -!INCLUDE "CreateDOMDocument.dep" -!ELSE -!MESSAGE Warning: cannot find "CreateDOMDocument.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "CreateDOMDocument - Win32 Debug" || "$(CFG)" == "CreateDOMDocument - Win64 Debug" -SOURCE=..\..\..\..\CreateDOMDocument\CreateDOMDocument.cpp - -"$(INTDIR)\CreateDOMDocument.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/DOMCount/DOMCount.dsp b/samples/Projects/Win32/VC6/DOMCount/DOMCount.dsp deleted file mode 100644 index 36d6502d3e09b6b49deaaf40d73fee496f43fc00..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/DOMCount/DOMCount.dsp +++ /dev/null @@ -1,108 +0,0 @@ -# Microsoft Developer Studio Project File - Name="DOMCount" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=DOMCount - Win64 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 "DOMCount.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 "DOMCount.mak" CFG="DOMCount - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "DOMCount - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "DOMCount - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "DOMCount - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "DOMCount - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_DOMCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "DOMCount - Win32 Debug" -# Name "DOMCount - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\DOMCount\DOMCount.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\DOMCount\DOMCount.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/DOMCount/DOMCount.mak b/samples/Projects/Win32/VC6/DOMCount/DOMCount.mak deleted file mode 100644 index d2e5bd47e2b86bf009db651fdc23cedb735e7dab..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/DOMCount/DOMCount.mak +++ /dev/null @@ -1,195 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on DOMCount.dsp -!IF "$(CFG)" == "" -CFG=DOMCount - Win64 Debug -!MESSAGE No configuration specified. Defaulting to DOMCount - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "DOMCount - Win32 Debug" && "$(CFG)" != "DOMCount - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "DOMCount.mak" CFG="DOMCount - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "DOMCount - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "DOMCount - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "DOMCount - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\DOMCount.exe" - - -CLEAN : - -@erase "$(INTDIR)\DOMCount.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\DOMCount.exe" - -@erase "$(OUTDIR)\DOMCount.ilk" - -@erase "$(OUTDIR)\DOMCount.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\DOMCount.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMCount.pdb" /debug /machine:I386 /out:"$(OUTDIR)\DOMCount.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\DOMCount.obj" - -"$(OUTDIR)\DOMCount.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "DOMCount - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\DOMCount.exe" - - -CLEAN : - -@erase "$(INTDIR)\DOMCount.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\DOMCount.exe" - -@erase "$(OUTDIR)\DOMCount.ilk" - -@erase "$(OUTDIR)\DOMCount.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_DOMCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\DOMCount.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMCount.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\DOMCount.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\DOMCount.obj" - -"$(OUTDIR)\DOMCount.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("DOMCount.dep") -!INCLUDE "DOMCount.dep" -!ELSE -!MESSAGE Warning: cannot find "DOMCount.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "DOMCount - Win32 Debug" || "$(CFG)" == "DOMCount - Win64 Debug" -SOURCE=..\..\..\..\DOMCount\DOMCount.cpp - -"$(INTDIR)\DOMCount.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp b/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp deleted file mode 100644 index 08d4f8f037af40f7dd4cd67d8fc85ddbd41ac4c0..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.dsp +++ /dev/null @@ -1,124 +0,0 @@ -# Microsoft Developer Studio Project File - Name="DOMPrint" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=DOMPrint - Win64 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 "DOMPrint.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 "DOMPrint.mak" CFG="DOMPrint - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "DOMPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "DOMPrint - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "DOMPrint - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "DOMPrint - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "DOMPrint - Win32 Debug" -# Name "DOMPrint - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\DOMPrint\DOMPrint.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\DOMPrint\DOMPrintErrorHandler.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\DOMPrint\DOMPrintFilter.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\DOMPrint\DOMTreeErrorReporter.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\DOMPrint\DOMPrint.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\DOMPrint\DOMTreeErrorReporter.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.mak b/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.mak deleted file mode 100644 index 7430d3d4e26adc8d9363057b7943869d8c3dcceb..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/DOMPrint/DOMPrint.mak +++ /dev/null @@ -1,225 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on DOMPrint.dsp -!IF "$(CFG)" == "" -CFG=DOMPrint - Win64 Debug -!MESSAGE No configuration specified. Defaulting to DOMPrint - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "DOMPrint - Win32 Debug" && "$(CFG)" != "DOMPrint - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "DOMPrint.mak" CFG="DOMPrint - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "DOMPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "DOMPrint - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "DOMPrint - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\DOMPrint.exe" - - -CLEAN : - -@erase "$(INTDIR)\DOMPrint.obj" - -@erase "$(INTDIR)\DOMPrintErrorHandler.obj" - -@erase "$(INTDIR)\DOMPrintFilter.obj" - -@erase "$(INTDIR)\DOMTreeErrorReporter.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\DOMPrint.exe" - -@erase "$(OUTDIR)\DOMPrint.ilk" - -@erase "$(OUTDIR)\DOMPrint.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\DOMPrint.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)\DOMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\DOMPrint.obj" \ - "$(INTDIR)\DOMPrintErrorHandler.obj" \ - "$(INTDIR)\DOMPrintFilter.obj" \ - "$(INTDIR)\DOMTreeErrorReporter.obj" - -"$(OUTDIR)\DOMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "DOMPrint - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\DOMPrint.exe" - - -CLEAN : - -@erase "$(INTDIR)\DOMPrint.obj" - -@erase "$(INTDIR)\DOMPrintErrorHandler.obj" - -@erase "$(INTDIR)\DOMPrintFilter.obj" - -@erase "$(INTDIR)\DOMTreeErrorReporter.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\DOMPrint.exe" - -@erase "$(OUTDIR)\DOMPrint.ilk" - -@erase "$(OUTDIR)\DOMPrint.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_DOMPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\DOMPrint.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\DOMPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\DOMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\DOMPrint.obj" \ - "$(INTDIR)\DOMPrintErrorHandler.obj" \ - "$(INTDIR)\DOMPrintFilter.obj" \ - "$(INTDIR)\DOMTreeErrorReporter.obj" - -"$(OUTDIR)\DOMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("DOMPrint.dep") -!INCLUDE "DOMPrint.dep" -!ELSE -!MESSAGE Warning: cannot find "DOMPrint.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "DOMPrint - Win32 Debug" || "$(CFG)" == "DOMPrint - Win64 Debug" -SOURCE=..\..\..\..\DOMPrint\DOMPrint.cpp - -"$(INTDIR)\DOMPrint.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\DOMPrint\DOMPrintErrorHandler.cpp - -"$(INTDIR)\DOMPrintErrorHandler.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\DOMPrint\DOMPrintFilter.cpp - -"$(INTDIR)\DOMPrintFilter.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\DOMPrint\DOMTreeErrorReporter.cpp - -"$(INTDIR)\DOMTreeErrorReporter.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/EnumVal/EnumVal.dsp b/samples/Projects/Win32/VC6/EnumVal/EnumVal.dsp deleted file mode 100644 index cf0b8d9408e46b0cfa748462fd35e256581df0a5..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/EnumVal/EnumVal.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="EnumVal" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=EnumVal - Win64 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 "EnumVal.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 "EnumVal.mak" CFG="EnumVal - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "EnumVal - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "EnumVal - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "EnumVal - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "EnumVal - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "EnumVal - Win32 Debug" -# Name "EnumVal - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\EnumVal\EnumVal.cpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/EnumVal/EnumVal.mak b/samples/Projects/Win32/VC6/EnumVal/EnumVal.mak deleted file mode 100644 index 9353a4fff99e11bccc2b6d77ca8fda577abd27d1..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/EnumVal/EnumVal.mak +++ /dev/null @@ -1,195 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on EnumVal.dsp -!IF "$(CFG)" == "" -CFG=EnumVal - Win64 Debug -!MESSAGE No configuration specified. Defaulting to EnumVal - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "EnumVal - Win32 Debug" && "$(CFG)" != "EnumVal - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "EnumVal.mak" CFG="EnumVal - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "EnumVal - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "EnumVal - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "EnumVal - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\EnumVal.exe" - - -CLEAN : - -@erase "$(INTDIR)\EnumVal.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\EnumVal.exe" - -@erase "$(OUTDIR)\EnumVal.ilk" - -@erase "$(OUTDIR)\EnumVal.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\EnumVal.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\EnumVal.pdb" /debug /machine:I386 /out:"$(OUTDIR)\EnumVal.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\EnumVal.obj" - -"$(OUTDIR)\EnumVal.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "EnumVal - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\EnumVal.exe" - - -CLEAN : - -@erase "$(INTDIR)\EnumVal.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\EnumVal.exe" - -@erase "$(OUTDIR)\EnumVal.ilk" - -@erase "$(OUTDIR)\EnumVal.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\EnumVal.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\EnumVal.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\EnumVal.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\EnumVal.obj" - -"$(OUTDIR)\EnumVal.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("EnumVal.dep") -!INCLUDE "EnumVal.dep" -!ELSE -!MESSAGE Warning: cannot find "EnumVal.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "EnumVal - Win32 Debug" || "$(CFG)" == "EnumVal - Win64 Debug" -SOURCE=..\..\..\..\EnumVal\EnumVal.cpp - -"$(INTDIR)\EnumVal.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/MemParse/MemParse.dsp b/samples/Projects/Win32/VC6/MemParse/MemParse.dsp deleted file mode 100644 index 6ca8c63a633836eda9b77811d99726be87256cb6..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/MemParse/MemParse.dsp +++ /dev/null @@ -1,112 +0,0 @@ -# Microsoft Developer Studio Project File - Name="MemParse" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=MemParse - Win64 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 "MemParse.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 "MemParse.mak" CFG="MemParse - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "MemParse - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "MemParse - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "MemParse - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "PROJ_MEMPARSE" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "MemParse - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "PROJ_MEMPARSE" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /c -# ADD CPP /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_MEMPARSE" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "MemParse - Win32 Debug" -# Name "MemParse - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "*.cpp" -# Begin Source File - -SOURCE=..\..\..\..\src\MemParse\MemParse.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\MemParse\MemParseHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "*.hpp" -# Begin Source File - -SOURCE=..\..\..\..\src\MemParse\MemParse.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\MemParse\MemParseHandlers.hpp -# End Source File -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/MemParse/MemParse.mak b/samples/Projects/Win32/VC6/MemParse/MemParse.mak deleted file mode 100644 index df99107c00708e07233579afaf41dc180979a455..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/MemParse/MemParse.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on MemParse.dsp -!IF "$(CFG)" == "" -CFG=MemParse - Win64 Debug -!MESSAGE No configuration specified. Defaulting to MemParse - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "MemParse - Win32 Debug" && "$(CFG)" != "MemParse - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "MemParse.mak" CFG="MemParse - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "MemParse - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "MemParse - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "MemParse - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\MemParse.exe" - - -CLEAN : - -@erase "$(INTDIR)\MemParse.obj" - -@erase "$(INTDIR)\MemParseHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\MemParse.exe" - -@erase "$(OUTDIR)\MemParse.ilk" - -@erase "$(OUTDIR)\MemParse.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "PROJ_MEMPARSE" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\MemParse.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\MemParse.pdb" /debug /machine:I386 /out:"$(OUTDIR)\MemParse.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\MemParse.obj" \ - "$(INTDIR)\MemParseHandlers.obj" - -"$(OUTDIR)\MemParse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "MemParse - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\MemParse.exe" - - -CLEAN : - -@erase "$(INTDIR)\MemParse.obj" - -@erase "$(INTDIR)\MemParseHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\MemParse.exe" - -@erase "$(OUTDIR)\MemParse.ilk" - -@erase "$(OUTDIR)\MemParse.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_MEMPARSE" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\MemParse.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\MemParse.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\MemParse.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\MemParse.obj" \ - "$(INTDIR)\MemParseHandlers.obj" - -"$(OUTDIR)\MemParse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("MemParse.dep") -!INCLUDE "MemParse.dep" -!ELSE -!MESSAGE Warning: cannot find "MemParse.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "MemParse - Win32 Debug" || "$(CFG)" == "MemParse - Win64 Debug" -SOURCE=..\..\..\..\MemParse\MemParse.cpp - -"$(INTDIR)\MemParse.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\MemParse\MemParseHandlers.cpp - -"$(INTDIR)\MemParseHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/PParse/PParse.dsp b/samples/Projects/Win32/VC6/PParse/PParse.dsp deleted file mode 100644 index a11f7fd36500c1bb5997719cffed6b0fc1cf85bd..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/PParse/PParse.dsp +++ /dev/null @@ -1,116 +0,0 @@ -# Microsoft Developer Studio Project File - Name="PParse" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=PParse - Win64 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 "PParse.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 "PParse.mak" CFG="PParse - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PParse - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "PParse - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "PParse - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "PParse - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "PParse - Win32 Debug" -# Name "PParse - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\PParse\PParse.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\PParse\PParseHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\PParse\PParse.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\PParse\PParseHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/PParse/PParse.mak b/samples/Projects/Win32/VC6/PParse/PParse.mak deleted file mode 100644 index 928c89f1f25a41ff48ab122fbd072fe79ae23e9a..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/PParse/PParse.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on PParse.dsp -!IF "$(CFG)" == "" -CFG=PParse - Win64 Debug -!MESSAGE No configuration specified. Defaulting to PParse - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "PParse - Win32 Debug" && "$(CFG)" != "PParse - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "PParse.mak" CFG="PParse - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PParse - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "PParse - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "PParse - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\PParse.exe" - - -CLEAN : - -@erase "$(INTDIR)\PParse.obj" - -@erase "$(INTDIR)\PParseHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\PParse.exe" - -@erase "$(OUTDIR)\PParse.ilk" - -@erase "$(OUTDIR)\PParse.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\PParse.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\PParse.pdb" /debug /machine:I386 /out:"$(OUTDIR)\PParse.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\PParse.obj" \ - "$(INTDIR)\PParseHandlers.obj" - -"$(OUTDIR)\PParse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "PParse - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\PParse.exe" - - -CLEAN : - -@erase "$(INTDIR)\PParse.obj" - -@erase "$(INTDIR)\PParseHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\PParse.exe" - -@erase "$(OUTDIR)\PParse.ilk" - -@erase "$(OUTDIR)\PParse.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\PParse.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\PParse.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\PParse.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\PParse.obj" \ - "$(INTDIR)\PParseHandlers.obj" - -"$(OUTDIR)\PParse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("PParse.dep") -!INCLUDE "PParse.dep" -!ELSE -!MESSAGE Warning: cannot find "PParse.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "PParse - Win32 Debug" || "$(CFG)" == "PParse - Win64 Debug" -SOURCE=..\..\..\..\PParse\PParse.cpp - -"$(INTDIR)\PParse.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\PParse\PParseHandlers.cpp - -"$(INTDIR)\PParseHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/PSVIWriter/PSVIWriter.dsp b/samples/Projects/Win32/VC6/PSVIWriter/PSVIWriter.dsp deleted file mode 100644 index 6337bbb6c894a84993c898e6a7cb69893074c25d..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/PSVIWriter/PSVIWriter.dsp +++ /dev/null @@ -1,124 +0,0 @@ -# Microsoft Developer Studio Project File - Name="PSVIWriter" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=PSVIWriter - Win64 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 "PSVIWriter.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 "PSVIWriter.mak" CFG="PSVIWriter - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PSVIWriter - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "PSVIWriter - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "PSVIWriter - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_PSVIWriter" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "PSVIWriter - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_PSVIWriter" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_PSVIWriter" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "PSVIWriter - Win32 Debug" -# Name "PSVIWriter - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\PSVIWriter\PSVIUni.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\PSVIWriter\PSVIWriter.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\PSVIWriter\PSVIWriterHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\PSVIWriter\PSVIUni.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\PSVIWriter\PSVIWriter.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\PSVIWriter\PSVIWriterHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/PSVIWriter/PSVIWriter.mak b/samples/Projects/Win32/VC6/PSVIWriter/PSVIWriter.mak deleted file mode 100644 index 819dddc71f47da5b460c29b4ab652190786dfced..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/PSVIWriter/PSVIWriter.mak +++ /dev/null @@ -1,181 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on PSVIWriter.dsp -!IF "$(CFG)" == "" -CFG=PSVIWriter - Win64 Debug -!MESSAGE No configuration specified. Defaulting to PSVIWriter - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "PSVIWriter - Win32 Debug" && "$(CFG)" != "PSVIWriter - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "PSVIWriter.mak" CFG="PSVIWriter - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "PSVIWriter - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "PSVIWriter - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=$(CPP) - -!IF "$(CFG)" == "PSVIWriter - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\PSVIWriter.exe" - - -CLEAN : - -@erase "$(INTDIR)\PSVIUni.obj" - -@erase "$(INTDIR)\PSVIWriter.obj" - -@erase "$(INTDIR)\PSVIWriterHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\PSVIWriter.exe" - -@erase "$(OUTDIR)\PSVIWriter.ilk" - -@erase "$(OUTDIR)\PSVIWriter.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_PSVIWriter" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\PSVIWriter.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\PSVIWriter.pdb" /debug /machine:I386 /out:"$(OUTDIR)\PSVIWriter.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\PSVIUni.obj" \ - "$(INTDIR)\PSVIWriter.obj" \ - "$(INTDIR)\PSVIWriterHandlers.obj" - -"$(OUTDIR)\PSVIWriter.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "PSVIWriter - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\PSVIWriter.exe" - - -CLEAN : - -@erase "$(INTDIR)\PSVIUni.obj" - -@erase "$(INTDIR)\PSVIWriter.obj" - -@erase "$(INTDIR)\PSVIWriterHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\PSVIWriter.exe" - -@erase "$(OUTDIR)\PSVIWriter.ilk" - -@erase "$(OUTDIR)\PSVIWriter.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_PSVIWriter" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\PSVIWriter.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\PSVIWriter.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\PSVIWriter.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\PSVIUni.obj" \ - "$(INTDIR)\PSVIWriter.obj" \ - "$(INTDIR)\PSVIWriterHandlers.obj" - -"$(OUTDIR)\PSVIWriter.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("PSVIWriter.dep") -!INCLUDE "PSVIWriter.dep" -!ELSE -!MESSAGE Warning: cannot find "PSVIWriter.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "PSVIWriter - Win32 Debug" || "$(CFG)" == "PSVIWriter - Win64 Debug" -SOURCE=..\..\..\..\PSVIWriter\PSVIUni.cpp - -"$(INTDIR)\PSVIUni.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\PSVIWriter\PSVIWriter.cpp - -"$(INTDIR)\PSVIWriter.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\PSVIWriter\PSVIWriterHandlers.cpp - -"$(INTDIR)\PSVIWriterHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/Redirect/Redirect.dsp b/samples/Projects/Win32/VC6/Redirect/Redirect.dsp deleted file mode 100644 index 462bbe5cf886097ed3913bceb93713e471128519..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/Redirect/Redirect.dsp +++ /dev/null @@ -1,112 +0,0 @@ -# Microsoft Developer Studio Project File - Name="Redirect" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=Redirect - Win64 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 "Redirect.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 "Redirect.mak" CFG="Redirect - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Redirect - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "Redirect - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "Redirect - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "PROJ_REDIRECT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "Redirect - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "PROJ_REDIRECT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /c -# ADD CPP /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_REDIRECT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "Redirect - Win32 Debug" -# Name "Redirect - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "*.cpp" -# Begin Source File - -SOURCE=..\..\..\..\src\Redirect\Redirect.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\Redirect\RedirectHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "*.hpp" -# Begin Source File - -SOURCE=..\..\..\..\src\Redirect\Redirect.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\Redirect\RedirectHandlers.hpp -# End Source File -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/Redirect/Redirect.mak b/samples/Projects/Win32/VC6/Redirect/Redirect.mak deleted file mode 100644 index 39921d29cc33acd871bad1b0956b3efc5c19aabf..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/Redirect/Redirect.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on Redirect.dsp -!IF "$(CFG)" == "" -CFG=Redirect - Win64 Debug -!MESSAGE No configuration specified. Defaulting to Redirect - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "Redirect - Win32 Debug" && "$(CFG)" != "Redirect - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "Redirect.mak" CFG="Redirect - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "Redirect - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "Redirect - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "Redirect - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\Redirect.exe" - - -CLEAN : - -@erase "$(INTDIR)\Redirect.obj" - -@erase "$(INTDIR)\RedirectHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\Redirect.exe" - -@erase "$(OUTDIR)\Redirect.ilk" - -@erase "$(OUTDIR)\Redirect.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "PROJ_REDIRECT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Redirect.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\Redirect.pdb" /debug /machine:I386 /out:"$(OUTDIR)\Redirect.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\Redirect.obj" \ - "$(INTDIR)\RedirectHandlers.obj" - -"$(OUTDIR)\Redirect.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "Redirect - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\Redirect.exe" - - -CLEAN : - -@erase "$(INTDIR)\Redirect.obj" - -@erase "$(INTDIR)\RedirectHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\Redirect.exe" - -@erase "$(OUTDIR)\Redirect.ilk" - -@erase "$(OUTDIR)\Redirect.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_REDIRECT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\Redirect.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\Redirect.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\Redirect.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\Redirect.obj" \ - "$(INTDIR)\RedirectHandlers.obj" - -"$(OUTDIR)\Redirect.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("Redirect.dep") -!INCLUDE "Redirect.dep" -!ELSE -!MESSAGE Warning: cannot find "Redirect.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "Redirect - Win32 Debug" || "$(CFG)" == "Redirect - Win64 Debug" -SOURCE=..\..\..\..\Redirect\Redirect.cpp - -"$(INTDIR)\Redirect.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\Redirect\RedirectHandlers.cpp - -"$(INTDIR)\RedirectHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/SAX2Count/SAX2Count.dsp b/samples/Projects/Win32/VC6/SAX2Count/SAX2Count.dsp deleted file mode 100644 index e29e646c96e0764ed4afee8489f5458686af6a11..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAX2Count/SAX2Count.dsp +++ /dev/null @@ -1,116 +0,0 @@ -# Microsoft Developer Studio Project File - Name="SAX2Count" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=SAX2Count - Win64 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 "SAX2Count.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 "SAX2Count.mak" CFG="SAX2Count - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAX2Count - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAX2Count - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "SAX2Count - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAX2COUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "SAX2Count - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAX2COUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAX2COUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "SAX2Count - Win32 Debug" -# Name "SAX2Count - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Count\SAX2Count.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Count\SAX2CountHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Count\SAX2Count.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Count\SAX2CountHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/SAX2Count/SAX2Count.mak b/samples/Projects/Win32/VC6/SAX2Count/SAX2Count.mak deleted file mode 100644 index 24e8561700a56ab48b7d0f24b3ca8100b2d5964e..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAX2Count/SAX2Count.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SAX2Count.dsp -!IF "$(CFG)" == "" -CFG=SAX2Count - Win64 Debug -!MESSAGE No configuration specified. Defaulting to SAX2Count - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "SAX2Count - Win32 Debug" && "$(CFG)" != "SAX2Count - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "SAX2Count.mak" CFG="SAX2Count - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAX2Count - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAX2Count - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "SAX2Count - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAX2Count.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAX2Count.obj" - -@erase "$(INTDIR)\SAX2CountHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAX2Count.exe" - -@erase "$(OUTDIR)\SAX2Count.ilk" - -@erase "$(OUTDIR)\SAX2Count.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAX2COUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAX2Count.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAX2Count.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SAX2Count.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\SAX2Count.obj" \ - "$(INTDIR)\SAX2CountHandlers.obj" - -"$(OUTDIR)\SAX2Count.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SAX2Count - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAX2Count.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAX2Count.obj" - -@erase "$(INTDIR)\SAX2CountHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAX2Count.exe" - -@erase "$(OUTDIR)\SAX2Count.ilk" - -@erase "$(OUTDIR)\SAX2Count.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAX2COUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAX2Count.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAX2Count.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SAX2Count.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\SAX2Count.obj" \ - "$(INTDIR)\SAX2CountHandlers.obj" - -"$(OUTDIR)\SAX2Count.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("SAX2Count.dep") -!INCLUDE "SAX2Count.dep" -!ELSE -!MESSAGE Warning: cannot find "SAX2Count.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "SAX2Count - Win32 Debug" || "$(CFG)" == "SAX2Count - Win64 Debug" -SOURCE=..\..\..\..\SAX2Count\SAX2Count.cpp - -"$(INTDIR)\SAX2Count.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\SAX2Count\SAX2CountHandlers.cpp - -"$(INTDIR)\SAX2CountHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/SAX2Print/SAX2Print.dsp b/samples/Projects/Win32/VC6/SAX2Print/SAX2Print.dsp deleted file mode 100644 index 87a8612988428412a4a341ac40987756200ec492..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAX2Print/SAX2Print.dsp +++ /dev/null @@ -1,124 +0,0 @@ -# Microsoft Developer Studio Project File - Name="SAX2Print" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=SAX2Print - Win64 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 "SAX2Print.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 "SAX2Print.mak" CFG="SAX2Print - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAX2Print - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAX2Print - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "SAX2Print - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAX2PRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "SAX2Print - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAX2PRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAX2PRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "SAX2Print - Win32 Debug" -# Name "SAX2Print - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Print\SAX2Print.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Print\SAX2PrintHandlers.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Print\SAX2FilterHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Print\SAX2Print.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Print\SAX2PrintHandlers.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAX2Print\SAX2FilterHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/SAX2Print/SAX2Print.mak b/samples/Projects/Win32/VC6/SAX2Print/SAX2Print.mak deleted file mode 100644 index a8e2cc37a06a4a69930a5e9e8f11d1e8d11f9dc7..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAX2Print/SAX2Print.mak +++ /dev/null @@ -1,215 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SAX2Print.dsp -!IF "$(CFG)" == "" -CFG=SAX2Print - Win64 Debug -!MESSAGE No configuration specified. Defaulting to SAX2Print - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "SAX2Print - Win32 Debug" && "$(CFG)" != "SAX2Print - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "SAX2Print.mak" CFG="SAX2Print - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAX2Print - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAX2Print - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "SAX2Print - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAX2Print.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAX2FilterHandlers.obj" - -@erase "$(INTDIR)\SAX2Print.obj" - -@erase "$(INTDIR)\SAX2PrintHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAX2Print.exe" - -@erase "$(OUTDIR)\SAX2Print.ilk" - -@erase "$(OUTDIR)\SAX2Print.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAX2PRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAX2Print.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAX2Print.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SAX2Print.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\SAX2Print.obj" \ - "$(INTDIR)\SAX2PrintHandlers.obj" \ - "$(INTDIR)\SAX2FilterHandlers.obj" - -"$(OUTDIR)\SAX2Print.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SAX2Print - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAX2Print.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAX2FilterHandlers.obj" - -@erase "$(INTDIR)\SAX2Print.obj" - -@erase "$(INTDIR)\SAX2PrintHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAX2Print.exe" - -@erase "$(OUTDIR)\SAX2Print.ilk" - -@erase "$(OUTDIR)\SAX2Print.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAX2PRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAX2Print.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAX2Print.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SAX2Print.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\SAX2Print.obj" \ - "$(INTDIR)\SAX2PrintHandlers.obj" \ - "$(INTDIR)\SAX2FilterHandlers.obj" - -"$(OUTDIR)\SAX2Print.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("SAX2Print.dep") -!INCLUDE "SAX2Print.dep" -!ELSE -!MESSAGE Warning: cannot find "SAX2Print.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "SAX2Print - Win32 Debug" || "$(CFG)" == "SAX2Print - Win64 Debug" -SOURCE=..\..\..\..\SAX2Print\SAX2FilterHandlers.cpp - -"$(INTDIR)\SAX2FilterHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\SAX2Print\SAX2Print.cpp - -"$(INTDIR)\SAX2Print.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\SAX2Print\SAX2PrintHandlers.cpp - -"$(INTDIR)\SAX2PrintHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/SAXCount/SAXCount.dsp b/samples/Projects/Win32/VC6/SAXCount/SAXCount.dsp deleted file mode 100644 index e57a3630c100515c4235de7eb7f46a29019e5bc4..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAXCount/SAXCount.dsp +++ /dev/null @@ -1,116 +0,0 @@ -# Microsoft Developer Studio Project File - Name="SAXCount" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=SAXCount - Win64 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 "SAXCount.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 "SAXCount.mak" CFG="SAXCount - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAXCount - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAXCount - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "SAXCount - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "SAXCount - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "SAXCount - Win32 Debug" -# Name "SAXCount - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\SAXCount\SAXCount.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAXCount\SAXCountHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\SAXCount\SAXCount.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAXCount\SAXCountHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/SAXCount/SAXCount.mak b/samples/Projects/Win32/VC6/SAXCount/SAXCount.mak deleted file mode 100644 index 719e758db458477718fca06b75aa5328c835138f..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAXCount/SAXCount.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SAXCount.dsp -!IF "$(CFG)" == "" -CFG=SAXCount - Win64 Debug -!MESSAGE No configuration specified. Defaulting to SAXCount - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "SAXCount - Win32 Debug" && "$(CFG)" != "SAXCount - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "SAXCount.mak" CFG="SAXCount - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAXCount - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAXCount - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "SAXCount - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAXCount.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAXCount.obj" - -@erase "$(INTDIR)\SAXCountHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAXCount.exe" - -@erase "$(OUTDIR)\SAXCount.ilk" - -@erase "$(OUTDIR)\SAXCount.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAXCount.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAXCount.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SAXCount.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\SAXCount.obj" \ - "$(INTDIR)\SAXCountHandlers.obj" - -"$(OUTDIR)\SAXCount.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SAXCount - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAXCount.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAXCount.obj" - -@erase "$(INTDIR)\SAXCountHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAXCount.exe" - -@erase "$(OUTDIR)\SAXCount.ilk" - -@erase "$(OUTDIR)\SAXCount.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAXCount.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAXCount.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SAXCount.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\SAXCount.obj" \ - "$(INTDIR)\SAXCountHandlers.obj" - -"$(OUTDIR)\SAXCount.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("SAXCount.dep") -!INCLUDE "SAXCount.dep" -!ELSE -!MESSAGE Warning: cannot find "SAXCount.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "SAXCount - Win32 Debug" || "$(CFG)" == "SAXCount - Win64 Debug" -SOURCE=..\..\..\..\SAXCount\SAXCount.cpp - -"$(INTDIR)\SAXCount.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\SAXCount\SAXCountHandlers.cpp - -"$(INTDIR)\SAXCountHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/SAXPrint/SAXPrint.dsp b/samples/Projects/Win32/VC6/SAXPrint/SAXPrint.dsp deleted file mode 100644 index 5f66f0e4b180a8f065cb1c604c202d8ab87937f9..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAXPrint/SAXPrint.dsp +++ /dev/null @@ -1,116 +0,0 @@ -# Microsoft Developer Studio Project File - Name="SAXPrint" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=SAXPrint - Win64 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 "SAXPrint.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 "SAXPrint.mak" CFG="SAXPrint - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAXPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAXPrint - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "SAXPrint - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "SAXPrint - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "SAXPrint - Win32 Debug" -# Name "SAXPrint - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\SAXPrint\SAXPrint.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAXPrint\SAXPrintHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\SAXPrint\SAXPrint.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\SAXPrint\SAXPrintHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/SAXPrint/SAXPrint.mak b/samples/Projects/Win32/VC6/SAXPrint/SAXPrint.mak deleted file mode 100644 index 9c41ac50e8828af6fa1c734c7cfbb9ebbc2d11a7..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SAXPrint/SAXPrint.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SAXPrint.dsp -!IF "$(CFG)" == "" -CFG=SAXPrint - Win64 Debug -!MESSAGE No configuration specified. Defaulting to SAXPrint - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "SAXPrint - Win32 Debug" && "$(CFG)" != "SAXPrint - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "SAXPrint.mak" CFG="SAXPrint - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SAXPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SAXPrint - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "SAXPrint - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAXPrint.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAXPrint.obj" - -@erase "$(INTDIR)\SAXPrintHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAXPrint.exe" - -@erase "$(OUTDIR)\SAXPrint.ilk" - -@erase "$(OUTDIR)\SAXPrint.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAXPrint.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAXPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SAXPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\SAXPrint.obj" \ - "$(INTDIR)\SAXPrintHandlers.obj" - -"$(OUTDIR)\SAXPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SAXPrint - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SAXPrint.exe" - - -CLEAN : - -@erase "$(INTDIR)\SAXPrint.obj" - -@erase "$(INTDIR)\SAXPrintHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SAXPrint.exe" - -@erase "$(OUTDIR)\SAXPrint.ilk" - -@erase "$(OUTDIR)\SAXPrint.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXPRINT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SAXPrint.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SAXPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SAXPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\SAXPrint.obj" \ - "$(INTDIR)\SAXPrintHandlers.obj" - -"$(OUTDIR)\SAXPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("SAXPrint.dep") -!INCLUDE "SAXPrint.dep" -!ELSE -!MESSAGE Warning: cannot find "SAXPrint.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "SAXPrint - Win32 Debug" || "$(CFG)" == "SAXPrint - Win64 Debug" -SOURCE=..\..\..\..\SAXPrint\SAXPrint.cpp - -"$(INTDIR)\SAXPrint.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\SAXPrint\SAXPrintHandlers.cpp - -"$(INTDIR)\SAXPrintHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/SCMPrint/SCMPrint.dsp b/samples/Projects/Win32/VC6/SCMPrint/SCMPrint.dsp deleted file mode 100644 index f80d036c3fce32516351e331054c3163aa866507..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SCMPrint/SCMPrint.dsp +++ /dev/null @@ -1,104 +0,0 @@ -# Microsoft Developer Studio Project File - Name="SCMPrint" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=SCMPrint - Win64 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 "SCMPrint.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 "SCMPrint.mak" CFG="SCMPrint - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SCMPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SCMPrint - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "SCMPrint - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "SCMPrint - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "SCMPrint - Win32 Debug" -# Name "SCMPrint - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\SCMPrint\SCMPrint.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/SCMPrint/SCMPrint.mak b/samples/Projects/Win32/VC6/SCMPrint/SCMPrint.mak deleted file mode 100644 index 08da4b97577d272d5adfc77f6f8382c25e3c52c7..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SCMPrint/SCMPrint.mak +++ /dev/null @@ -1,161 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SCMPrint.dsp -!IF "$(CFG)" == "" -CFG=SCMPrint - Win64 Debug -!MESSAGE No configuration specified. Defaulting to SCMPrint - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "SCMPrint - Win32 Debug" && "$(CFG)" != "SCMPrint - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "SCMPrint.mak" CFG="SCMPrint - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SCMPrint - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SCMPrint - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -CPP=$(CPP) - -!IF "$(CFG)" == "SCMPrint - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SCMPrint.exe" - - -CLEAN : - -@erase "$(INTDIR)\SCMPrint.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SCMPrint.exe" - -@erase "$(OUTDIR)\SCMPrint.ilk" - -@erase "$(OUTDIR)\SCMPrint.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SCMPrint.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SCMPrint.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SCMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\SCMPrint.obj" - -"$(OUTDIR)\SCMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SCMPrint - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SCMPrint.exe" - - -CLEAN : - -@erase "$(INTDIR)\SCMPrint.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SCMPrint.exe" - -@erase "$(OUTDIR)\SCMPrint.ilk" - -@erase "$(OUTDIR)\SCMPrint.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SCMPrint" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SCMPrint.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SCMPrint.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SCMPrint.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\SCMPrint.obj" - -"$(OUTDIR)\SCMPrint.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("SCMPrint.dep") -!INCLUDE "SCMPrint.dep" -!ELSE -!MESSAGE Warning: cannot find "SCMPrint.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "SCMPrint - Win32 Debug" || "$(CFG)" == "SCMPrint - Win64 Debug" -SOURCE=..\..\..\..\SCMPrint\SCMPrint.cpp - -"$(INTDIR)\SCMPrint.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/SEnumVal/SEnumVal.dsp b/samples/Projects/Win32/VC6/SEnumVal/SEnumVal.dsp deleted file mode 100644 index da8ca031c1594cac0d0347f1679c5084f78f7a89..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SEnumVal/SEnumVal.dsp +++ /dev/null @@ -1,100 +0,0 @@ -# Microsoft Developer Studio Project File - Name="SEnumVal" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=SEnumVal - Win64 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 "SEnumVal.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 "SEnumVal.mak" CFG="SEnumVal - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SEnumVal - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SEnumVal - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "SEnumVal - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "SEnumVal - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "SEnumVal - Win32 Debug" -# Name "SEnumVal - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\SEnumVal\SEnumVal.cpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/SEnumVal/SEnumVal.mak b/samples/Projects/Win32/VC6/SEnumVal/SEnumVal.mak deleted file mode 100644 index 4b8ebedffa19567812df505eca09726a281de552..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/SEnumVal/SEnumVal.mak +++ /dev/null @@ -1,195 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on SEnumVal.dsp -!IF "$(CFG)" == "" -CFG=SEnumVal - Win64 Debug -!MESSAGE No configuration specified. Defaulting to SEnumVal - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "SEnumVal - Win32 Debug" && "$(CFG)" != "SEnumVal - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "SEnumVal.mak" CFG="SEnumVal - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "SEnumVal - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "SEnumVal - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "SEnumVal - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SEnumVal.exe" - - -CLEAN : - -@erase "$(INTDIR)\SEnumVal.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SEnumVal.exe" - -@erase "$(OUTDIR)\SEnumVal.ilk" - -@erase "$(OUTDIR)\SEnumVal.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SEnumVal.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SEnumVal.pdb" /debug /machine:I386 /out:"$(OUTDIR)\SEnumVal.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\SEnumVal.obj" - -"$(OUTDIR)\SEnumVal.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "SEnumVal - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\SEnumVal.exe" - - -CLEAN : - -@erase "$(INTDIR)\SEnumVal.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\SEnumVal.exe" - -@erase "$(OUTDIR)\SEnumVal.ilk" - -@erase "$(OUTDIR)\SEnumVal.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\SEnumVal.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\SEnumVal.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\SEnumVal.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\SEnumVal.obj" - -"$(OUTDIR)\SEnumVal.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("SEnumVal.dep") -!INCLUDE "SEnumVal.dep" -!ELSE -!MESSAGE Warning: cannot find "SEnumVal.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "SEnumVal - Win32 Debug" || "$(CFG)" == "SEnumVal - Win64 Debug" -SOURCE=..\..\..\..\SEnumVal\SEnumVal.cpp - -"$(INTDIR)\SEnumVal.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/StdInParse/StdInParse.dsp b/samples/Projects/Win32/VC6/StdInParse/StdInParse.dsp deleted file mode 100644 index 93b192bcda018b3c562508a5ae53395277a621e5..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/StdInParse/StdInParse.dsp +++ /dev/null @@ -1,116 +0,0 @@ -# Microsoft Developer Studio Project File - Name="StdInParse" - Package Owner=<4> -# Microsoft Developer Studio Generated Build File, Format Version 6.00 -# ** DO NOT EDIT ** - -# TARGTYPE "Win32 (x86) Console Application" 0x0103 - -CFG=StdInParse - Win64 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 "StdInParse.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 "StdInParse.mak" CFG="StdInParse - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "StdInParse - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "StdInParse - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE - -# Begin Project -# PROP AllowPerConfigDependencies 0 -# PROP Scc_ProjName "" -# PROP Scc_LocalPath "" -CPP=cl.exe -RSC=rc.exe - -!IF "$(CFG)" == "StdInParse - 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 "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c -# ADD CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /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 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 /subsystem:console /debug /machine:I386 /pdbtype:sept -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" - -!ELSEIF "$(CFG)" == "StdInParse - Win64 Debug" - -# PROP BASE Use_MFC 0 -# PROP BASE Use_Debug_Libraries 1 -# PROP BASE Output_Dir "Debug" -# PROP BASE Intermediate_Dir "Debug" -# PROP BASE Ignore_Export_Lib 0 -# PROP BASE Target_Dir "" -# PROP Use_MFC 0 -# PROP Use_Debug_Libraries 1 -# PROP Output_Dir "..\..\..\..\..\bin" -# PROP Intermediate_Dir "..\..\..\..\..\bin\obj" -# PROP Ignore_Export_Lib 0 -# PROP Target_Dir "" -# ADD BASE CPP /nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /c -# ADD CPP /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /FD /GZ /machine:IA64 /c -# ADD BASE RSC /l 0x409 /d "_DEBUG" -# ADD RSC /l 0x409 /d "_DEBUG" -BSC32=bscmake.exe -# ADD BASE BSC32 /nologo -# ADD BSC32 /nologo -LINK32=link.exe -# ADD BASE LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\..\lib" -# ADD LINK32 kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /debug /machine:IX86 /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -# SUBTRACT LINK32 /pdb:none - -!ENDIF - -# Begin Target - -# Name "StdInParse - Win32 Debug" -# Name "StdInParse - Win64 Debug" -# Begin Group "Source Files" - -# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" -# Begin Source File - -SOURCE=..\..\..\..\src\StdInParse\StdInParse.cpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\StdInParse\StdInParseHandlers.cpp -# End Source File -# End Group -# Begin Group "Header Files" - -# PROP Default_Filter "h;hpp;hxx;hm;inl" -# Begin Source File - -SOURCE=..\..\..\..\src\StdInParse\StdInParse.hpp -# End Source File -# Begin Source File - -SOURCE=..\..\..\..\src\StdInParse\StdInParseHandlers.hpp -# End Source File -# End Group -# Begin Group "Resource Files" - -# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" -# End Group -# End Target -# End Project diff --git a/samples/Projects/Win32/VC6/StdInParse/StdInParse.mak b/samples/Projects/Win32/VC6/StdInParse/StdInParse.mak deleted file mode 100644 index 3f0c4152081fda9748a5f2e437a0bafe1ed2b637..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/StdInParse/StdInParse.mak +++ /dev/null @@ -1,205 +0,0 @@ -# Microsoft Developer Studio Generated NMAKE File, Based on StdInParse.dsp -!IF "$(CFG)" == "" -CFG=StdInParse - Win64 Debug -!MESSAGE No configuration specified. Defaulting to StdInParse - Win64 Debug. -!ENDIF - -!IF "$(CFG)" != "StdInParse - Win32 Debug" && "$(CFG)" != "StdInParse - Win64 Debug" -!MESSAGE Invalid configuration "$(CFG)" specified. -!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 "StdInParse.mak" CFG="StdInParse - Win64 Debug" -!MESSAGE -!MESSAGE Possible choices for configuration are: -!MESSAGE -!MESSAGE "StdInParse - Win32 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE "StdInParse - Win64 Debug" (based on "Win32 (x86) Console Application") -!MESSAGE -!ERROR An invalid configuration is specified. -!ENDIF - -!IF "$(OS)" == "Windows_NT" -NULL= -!ELSE -NULL=nul -!ENDIF - -!IF "$(CFG)" == "StdInParse - Win32 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\StdInParse.exe" - - -CLEAN : - -@erase "$(INTDIR)\StdInParse.obj" - -@erase "$(INTDIR)\StdInParseHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\StdInParse.exe" - -@erase "$(OUTDIR)\StdInParse.ilk" - -@erase "$(OUTDIR)\StdInParse.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/nologo /G5 /MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\StdInParse.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\StdInParse.pdb" /debug /machine:I386 /out:"$(OUTDIR)\StdInParse.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" -LINK32_OBJS= \ - "$(INTDIR)\StdInParse.obj" \ - "$(INTDIR)\StdInParseHandlers.obj" - -"$(OUTDIR)\StdInParse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ELSEIF "$(CFG)" == "StdInParse - Win64 Debug" - -OUTDIR=.\..\..\..\..\..\bin -INTDIR=.\..\..\..\..\..\bin\obj -# Begin Custom Macros -OutDir=.\..\..\..\..\..\bin -# End Custom Macros - -ALL : "$(OUTDIR)\StdInParse.exe" - - -CLEAN : - -@erase "$(INTDIR)\StdInParse.obj" - -@erase "$(INTDIR)\StdInParseHandlers.obj" - -@erase "$(INTDIR)\vc60.idb" - -@erase "$(INTDIR)\vc60.pdb" - -@erase "$(OUTDIR)\StdInParse.exe" - -@erase "$(OUTDIR)\StdInParse.ilk" - -@erase "$(OUTDIR)\StdInParse.pdb" - -"$(OUTDIR)" : - if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)" - -"$(INTDIR)" : - if not exist "$(INTDIR)/$(NULL)" mkdir "$(INTDIR)" - -CPP=$(CPP) -CPP_PROJ=/MDd /Za /W3 /Gm /GX /Zi /Od /I "..\..\..\..\..\include" /D "WIN64" /D "PROJ_SAXCOUNT" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "PLATFORM_WIN32" /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /GZ /machine:IA64 /c - -.c{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.obj:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.c{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cpp{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -.cxx{$(INTDIR)}.sbr:: - $(CPP) @<< - $(CPP_PROJ) $< -<< - -RSC=rc.exe -BSC32=bscmake.exe -BSC32_FLAGS=/nologo /o"$(OUTDIR)\StdInParse.bsc" -BSC32_SBRS= \ - -LINK32=link.exe -LINK32_FLAGS=kernel32.lib user32.lib xerces-c_2D.lib /nologo /version:1.0 /subsystem:console /incremental:yes /pdb:"$(OUTDIR)\StdInParse.pdb" /debug /machine:IX86 /out:"$(OUTDIR)\StdInParse.exe" /pdbtype:sept /libpath:"..\..\..\..\..\lib" /machine:IA64 -LINK32_OBJS= \ - "$(INTDIR)\StdInParse.obj" \ - "$(INTDIR)\StdInParseHandlers.obj" - -"$(OUTDIR)\StdInParse.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS) - $(LINK32) @<< - $(LINK32_FLAGS) $(LINK32_OBJS) -<< - -!ENDIF - - -!IF "$(NO_EXTERNAL_DEPS)" != "1" -!IF EXISTS("StdInParse.dep") -!INCLUDE "StdInParse.dep" -!ELSE -!MESSAGE Warning: cannot find "StdInParse.dep" -!ENDIF -!ENDIF - - -!IF "$(CFG)" == "StdInParse - Win32 Debug" || "$(CFG)" == "StdInParse - Win64 Debug" -SOURCE=..\..\..\..\StdInParse\StdInParse.cpp - -"$(INTDIR)\StdInParse.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - -SOURCE=..\..\..\..\StdInParse\StdInParseHandlers.cpp - -"$(INTDIR)\StdInParseHandlers.obj" : $(SOURCE) "$(INTDIR)" - $(CPP) $(CPP_PROJ) $(SOURCE) - - - -!ENDIF - diff --git a/samples/Projects/Win32/VC6/samples.dsw b/samples/Projects/Win32/VC6/samples.dsw deleted file mode 100644 index cca64e96ccf90b8ec8f87175f4d4cb5cf02599a7..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC6/samples.dsw +++ /dev/null @@ -1,197 +0,0 @@ -Microsoft Developer Studio Workspace File, Format Version 6.00 -# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! - -############################################################################### - -Project: "CreateDOMDocument"=.\CreateDOMDocument\CreateDOMDocument.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "DOMCount"=.\DOMCount\DOMCount.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "DOMPrint"=.\DOMPrint\DOMPrint.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "EnumVal"=.\EnumVal\EnumVal.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "MemParse"=.\MemParse\MemParse.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "PParse"=.\PParse\PParse.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "PSVIWriter"=.\PSVIWriter\PSVIWriter.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "Redirect"=.\Redirect\Redirect.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "SAX2Count"=.\SAX2Count\SAX2Count.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "SAX2Print"=.\SAX2Print\SAX2Print.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "SAXCount"=.\SAXCount\SAXCount.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "SAXPrint"=.\SAXPrint\SAXPrint.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "SCMPrint"=.\SCMPrint\SCMPrint.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "SEnumVal"=.\SEnumVal\SEnumVal.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Project: "StdInParse"=.\StdInParse\StdInParse.dsp - Package Owner=<4> - -Package=<5> -{{{ -}}} - -Package=<4> -{{{ -}}} - -############################################################################### - -Global: - -Package=<5> -{{{ -}}} - -Package=<3> -{{{ -}}} - -############################################################################### - diff --git a/samples/Projects/Win32/VC7.1/CreateDOMDocument/CreateDOMDocument.vcproj b/samples/Projects/Win32/VC7.1/CreateDOMDocument/CreateDOMDocument.vcproj deleted file mode 100644 index 0dc4688e67b16a53d8434761b6c9aa4e2cdc2700..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/CreateDOMDocument/CreateDOMDocument.vcproj +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="CreateDOMDocument" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_CreateDOMDocument,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/CreateDOMDocument.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/CreateDOMDocument.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/CreateDOMDocument.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/CreateDOMDocument.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\CreateDOMDocument\CreateDOMDocument.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/DOMCount/DOMCount.vcproj b/samples/Projects/Win32/VC7.1/DOMCount/DOMCount.vcproj deleted file mode 100644 index 3728a04db8e3383645eb7bff994186773c10d827..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/DOMCount/DOMCount.vcproj +++ /dev/null @@ -1,101 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="DOMCount" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_DOMCOUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/DOMCount.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/DOMCount.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/DOMCount.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/DOMCount.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\DOMCount\DOMCount.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\DOMCount\DOMCount.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/DOMPrint/DOMPrint.vcproj b/samples/Projects/Win32/VC7.1/DOMPrint/DOMPrint.vcproj deleted file mode 100644 index 4112c8b0b06131841bfdabd74c98e020ef153e22..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/DOMPrint/DOMPrint.vcproj +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="DOMPrint" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_DOMPRINT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/DOMPrint.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/DOMPrint.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/DOMPrint.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/DOMPrint.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\DOMPrint\DOMPrint.cpp"> - </File> - <File - RelativePath="..\..\..\..\DOMPrint\DOMPrintErrorHandler.cpp"> - </File> - <File - RelativePath="..\..\..\..\DOMPrint\DOMPrintFilter.cpp"> - </File> - <File - RelativePath="..\..\..\..\DOMPrint\DOMTreeErrorReporter.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\DOMPrint\DOMPrint.hpp"> - </File> - <File - RelativePath="..\..\..\..\DOMPrint\DOMTreeErrorReporter.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/EnumVal/EnumVal.vcproj b/samples/Projects/Win32/VC7.1/EnumVal/EnumVal.vcproj deleted file mode 100644 index a1d57e7a9ec4425ef2bbf3230b4c6888e377d708..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/EnumVal/EnumVal.vcproj +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="EnumVal" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAXCOUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/EnumVal.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/EnumVal.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/EnumVal.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/EnumVal.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\EnumVal\EnumVal.cpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/MemParse/MemParse.vcproj b/samples/Projects/Win32/VC7.1/MemParse/MemParse.vcproj deleted file mode 100644 index 31906b865943c7182de639d486cbe1731e87f10e..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/MemParse/MemParse.vcproj +++ /dev/null @@ -1,102 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="MemParse" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_MEMPARSE,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/MemParse.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="4" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/MemParse.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/MemParse.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/MemParse.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="*.cpp"> - <File - RelativePath="..\..\..\..\MemParse\MemParse.cpp"> - </File> - <File - RelativePath="..\..\..\..\MemParse\MemParseHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="*.hpp"> - <File - RelativePath="..\..\..\..\MemParse\MemParse.hpp"> - </File> - <File - RelativePath="..\..\..\..\MemParse\MemParseHandlers.hpp"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/PParse/PParse.vcproj b/samples/Projects/Win32/VC7.1/PParse/PParse.vcproj deleted file mode 100644 index f024e299f2f6ad1d0c934df3bb7de6b887499757..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/PParse/PParse.vcproj +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="PParse" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAXCOUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/PParse.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/PParse.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/PParse.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/PParse.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\PParse\PParse.cpp"> - </File> - <File - RelativePath="..\..\..\..\PParse\PParseHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\PParse\PParse.hpp"> - </File> - <File - RelativePath="..\..\..\..\PParse\PParseHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/PSVIWriter/PSVIWriter.vcproj b/samples/Projects/Win32/VC7.1/PSVIWriter/PSVIWriter.vcproj deleted file mode 100644 index a640bb807c68d08e43f52970a0ecadd54bf79604..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/PSVIWriter/PSVIWriter.vcproj +++ /dev/null @@ -1,114 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="PSVIWriter" - ProjectGUID="{5769C5DE-11C2-47C4-ACC5-47C9000B6714}" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_PSVIWriter,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/PSVIWriter.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/PSVIWriter.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/PSVIWriter.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/PSVIWriter.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\PSVIWriter\PSVIUni.cpp"> - </File> - <File - RelativePath="..\..\..\..\PSVIWriter\PSVIWriter.cpp"> - </File> - <File - RelativePath="..\..\..\..\PSVIWriter\PSVIWriterHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\PSVIWriter\PSVIUni.hpp"> - </File> - <File - RelativePath="..\..\..\..\PSVIWriter\PSVIWriter.hpp"> - </File> - <File - RelativePath="..\..\..\..\PSVIWriter\PSVIWriterHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/Redirect/Redirect.vcproj b/samples/Projects/Win32/VC7.1/Redirect/Redirect.vcproj deleted file mode 100644 index 2dc07a74e3e9cdefe3ac35dbd2848f1cfb9eb7ff..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/Redirect/Redirect.vcproj +++ /dev/null @@ -1,102 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="Redirect" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_REDIRECT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/Redirect.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="4" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/Redirect.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/Redirect.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/Redirect.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="*.cpp"> - <File - RelativePath="..\..\..\..\Redirect\Redirect.cpp"> - </File> - <File - RelativePath="..\..\..\..\Redirect\RedirectHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="*.hpp"> - <File - RelativePath="..\..\..\..\Redirect\Redirect.hpp"> - </File> - <File - RelativePath="..\..\..\..\Redirect\RedirectHandlers.hpp"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/SAX2Count/SAX2Count.vcproj b/samples/Projects/Win32/VC7.1/SAX2Count/SAX2Count.vcproj deleted file mode 100644 index fe0b0b00e6578b7b283d81146cf75856e70681f2..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/SAX2Count/SAX2Count.vcproj +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="SAX2Count" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAX2COUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/SAX2Count.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/SAX2Count.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/SAX2Count.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/SAX2Count.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\SAX2Count\SAX2Count.cpp"> - </File> - <File - RelativePath="..\..\..\..\SAX2Count\SAX2CountHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\SAX2Count\SAX2Count.hpp"> - </File> - <File - RelativePath="..\..\..\..\SAX2Count\SAX2CountHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/SAX2Print/SAX2Print.vcproj b/samples/Projects/Win32/VC7.1/SAX2Print/SAX2Print.vcproj deleted file mode 100644 index 0f9f779505f16da4fd90e74669ec9ee944ca3261..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/SAX2Print/SAX2Print.vcproj +++ /dev/null @@ -1,113 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="SAX2Print" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAX2PRINT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/SAX2Print.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/SAX2Print.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/SAX2Print.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/SAX2Print.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\SAX2Print\SAX2Print.cpp"> - </File> - <File - RelativePath="..\..\..\..\SAX2Print\SAX2PrintHandlers.cpp"> - </File> - <File - RelativePath="..\..\..\..\SAX2Print\SAX2FilterHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\SAX2Print\SAX2Print.hpp"> - </File> - <File - RelativePath="..\..\..\..\SAX2Print\SAX2PrintHandlers.hpp"> - </File> - <File - RelativePath="..\..\..\..\SAX2Print\SAX2FilterHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/SAXCount/SAXCount.vcproj b/samples/Projects/Win32/VC7.1/SAXCount/SAXCount.vcproj deleted file mode 100644 index b9341918d9a8411a09ebaa7cdda16b97cec9b23b..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/SAXCount/SAXCount.vcproj +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="SAXCount" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAXCOUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/SAXCount.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/SAXCount.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/SAXCount.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/SAXCount.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\SAXCount\SAXCount.cpp"> - </File> - <File - RelativePath="..\..\..\..\SAXCount\SAXCountHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\SAXCount\SAXCount.hpp"> - </File> - <File - RelativePath="..\..\..\..\SAXCount\SAXCountHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/SAXPrint/SAXPrint.vcproj b/samples/Projects/Win32/VC7.1/SAXPrint/SAXPrint.vcproj deleted file mode 100644 index 9cd4a3fded641b28f648882e0ce3a059acd31908..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/SAXPrint/SAXPrint.vcproj +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="SAXPrint" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAXPRINT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/SAXPrint.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/SAXPrint.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/SAXPrint.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/SAXPrint.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\SAXPrint\SAXPrint.cpp"> - </File> - <File - RelativePath="..\..\..\..\SAXPrint\SAXPrintHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\SAXPrint\SAXPrint.hpp"> - </File> - <File - RelativePath="..\..\..\..\SAXPrint\SAXPrintHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/SCMPrint/scmprint.vcproj b/samples/Projects/Win32/VC7.1/SCMPrint/scmprint.vcproj deleted file mode 100644 index d595bc6bc04e058f6357fa9eea0c75d143d5756d..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/SCMPrint/scmprint.vcproj +++ /dev/null @@ -1,99 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="SCMPrint" - ProjectGUID="{521EF910-A8F2-4E39-81E2-41B7042E2FD0}" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SCMPrint,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/scmprint.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/scmprint.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/scmprint.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/scmprint.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\SCMPrint\SCMPrint.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/SEnumVal/SEnumVal.vcproj b/samples/Projects/Win32/VC7.1/SEnumVal/SEnumVal.vcproj deleted file mode 100644 index 94281f90835daa59ca7b281f0274ec48876f1080..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/SEnumVal/SEnumVal.vcproj +++ /dev/null @@ -1,94 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="SEnumVal" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAXCOUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/SEnumVal.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/SEnumVal.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/SEnumVal.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/SEnumVal.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\SEnumVal\SEnumVal.cpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/StdInParse/StdInParse.vcproj b/samples/Projects/Win32/VC7.1/StdInParse/StdInParse.vcproj deleted file mode 100644 index 23d61ef59e1aaf02acbf981c1c99a453994163d4..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/StdInParse/StdInParse.vcproj +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="StdInParse" - SccProjectName="" - SccLocalPath=""> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory=".\..\..\..\..\..\bin" - IntermediateDirectory=".\..\..\..\..\..\bin\obj" - ConfigurationType="1" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="FALSE"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - ImproveFloatingPointConsistency="TRUE" - OptimizeForProcessor="1" - AdditionalIncludeDirectories="..\..\..\..\..\include" - PreprocessorDefinitions="PROJ_SAXCOUNT,_DEBUG,WIN32,_CONSOLE,PLATFORM_WIN32" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - DisableLanguageExtensions="TRUE" - PrecompiledHeaderFile=".\..\..\..\..\..\bin\obj/StdInParse.pch" - AssemblerListingLocation=".\..\..\..\..\..\bin\obj/" - ObjectFile=".\..\..\..\..\..\bin\obj/" - ProgramDataBaseFileName=".\..\..\..\..\..\bin\obj/" - WarningLevel="3" - SuppressStartupBanner="TRUE" - DebugInformationFormat="3" - CompileAs="0"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLinkerTool" - AdditionalOptions="" - AdditionalDependencies="xerces-c_2D.lib" - OutputFile=".\..\..\..\..\..\bin/StdInParse.exe" - Version="1.0" - LinkIncremental="2" - SuppressStartupBanner="TRUE" - AdditionalLibraryDirectories="..\..\..\..\..\lib" - GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\..\..\..\..\..\bin/StdInParse.pdb" - SubSystem="1"/> - <Tool - Name="VCMIDLTool" - TypeLibraryName=".\..\..\..\..\..\bin/StdInParse.tlb"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG" - Culture="1033"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCWebDeploymentTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> - <File - RelativePath="..\..\..\..\StdInParse\StdInParse.cpp"> - </File> - <File - RelativePath="..\..\..\..\StdInParse\StdInParseHandlers.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl"> - <File - RelativePath="..\..\..\..\StdInParse\StdInParse.hpp"> - </File> - <File - RelativePath="..\..\..\..\StdInParse\StdInParseHandlers.hpp"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/samples/Projects/Win32/VC7.1/samples.sln b/samples/Projects/Win32/VC7.1/samples.sln deleted file mode 100644 index ffd3c84425217ebef9344c252d25afa6685c08b0..0000000000000000000000000000000000000000 --- a/samples/Projects/Win32/VC7.1/samples.sln +++ /dev/null @@ -1,102 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 8.00 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateDOMDocument", "CreateDOMDocument\CreateDOMDocument.vcproj", "{48DF2E1B-429B-4B07-BA77-243D5CFF7952}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMCount", "DOMCount\DOMCount.vcproj", "{F81A8640-0E76-4D1D-A079-3594FF358A55}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DOMPrint", "DOMPrint\DOMPrint.vcproj", "{75790669-D6B1-4D31-A74C-2D1AF9D1486E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "EnumVal", "EnumVal\EnumVal.vcproj", "{6C58D261-F585-4EBF-8E24-3F5407923945}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MemParse", "MemParse\MemParse.vcproj", "{50CE3FBE-DBF8-45C1-BC02-C83E97B9868C}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PParse", "PParse\PParse.vcproj", "{80711E19-6D57-4ACB-81A1-372195A5DEEF}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Redirect", "Redirect\Redirect.vcproj", "{A2A91147-900B-4D3C-A07B-009010705034}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAX2Count", "SAX2Count\SAX2Count.vcproj", "{14C10557-C067-4431-820E-DCC7901C9702}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAX2Print", "SAX2Print\SAX2Print.vcproj", "{F1E37679-0A3F-46BD-A50A-E47A85F76D20}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAXCount", "SAXCount\SAXCount.vcproj", "{4FBE1306-3C02-4505-8023-3A9AF644596E}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SAXPrint", "SAXPrint\SAXPrint.vcproj", "{E0D52C96-470F-46B9-9A30-8CFEA7ABFEC8}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SEnumVal", "SEnumVal\SEnumVal.vcproj", "{9D4CA05C-E16F-4CC7-8894-2F8B4EDF8889}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StdInParse", "StdInParse\StdInParse.vcproj", "{A0B8FC42-0429-48C1-9C65-939E0DC9D991}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PSVIWriter", "PSVIWriter\PSVIWriter.vcproj", "{5769C5DE-11C2-47C4-ACC5-47C9000B6714}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SCMPrint", "SCMPrint\scmprint.vcproj", "{521EF910-A8F2-4E39-81E2-41B7042E2FD0}" - ProjectSection(ProjectDependencies) = postProject - EndProjectSection -EndProject -Global - GlobalSection(SolutionConfiguration) = preSolution - Debug = Debug - EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {48DF2E1B-429B-4B07-BA77-243D5CFF7952}.Debug.ActiveCfg = Debug|Win32 - {48DF2E1B-429B-4B07-BA77-243D5CFF7952}.Debug.Build.0 = Debug|Win32 - {F81A8640-0E76-4D1D-A079-3594FF358A55}.Debug.ActiveCfg = Debug|Win32 - {F81A8640-0E76-4D1D-A079-3594FF358A55}.Debug.Build.0 = Debug|Win32 - {75790669-D6B1-4D31-A74C-2D1AF9D1486E}.Debug.ActiveCfg = Debug|Win32 - {75790669-D6B1-4D31-A74C-2D1AF9D1486E}.Debug.Build.0 = Debug|Win32 - {6C58D261-F585-4EBF-8E24-3F5407923945}.Debug.ActiveCfg = Debug|Win32 - {6C58D261-F585-4EBF-8E24-3F5407923945}.Debug.Build.0 = Debug|Win32 - {50CE3FBE-DBF8-45C1-BC02-C83E97B9868C}.Debug.ActiveCfg = Debug|Win32 - {50CE3FBE-DBF8-45C1-BC02-C83E97B9868C}.Debug.Build.0 = Debug|Win32 - {80711E19-6D57-4ACB-81A1-372195A5DEEF}.Debug.ActiveCfg = Debug|Win32 - {80711E19-6D57-4ACB-81A1-372195A5DEEF}.Debug.Build.0 = Debug|Win32 - {A2A91147-900B-4D3C-A07B-009010705034}.Debug.ActiveCfg = Debug|Win32 - {A2A91147-900B-4D3C-A07B-009010705034}.Debug.Build.0 = Debug|Win32 - {14C10557-C067-4431-820E-DCC7901C9702}.Debug.ActiveCfg = Debug|Win32 - {14C10557-C067-4431-820E-DCC7901C9702}.Debug.Build.0 = Debug|Win32 - {F1E37679-0A3F-46BD-A50A-E47A85F76D20}.Debug.ActiveCfg = Debug|Win32 - {F1E37679-0A3F-46BD-A50A-E47A85F76D20}.Debug.Build.0 = Debug|Win32 - {4FBE1306-3C02-4505-8023-3A9AF644596E}.Debug.ActiveCfg = Debug|Win32 - {4FBE1306-3C02-4505-8023-3A9AF644596E}.Debug.Build.0 = Debug|Win32 - {E0D52C96-470F-46B9-9A30-8CFEA7ABFEC8}.Debug.ActiveCfg = Debug|Win32 - {E0D52C96-470F-46B9-9A30-8CFEA7ABFEC8}.Debug.Build.0 = Debug|Win32 - {9D4CA05C-E16F-4CC7-8894-2F8B4EDF8889}.Debug.ActiveCfg = Debug|Win32 - {9D4CA05C-E16F-4CC7-8894-2F8B4EDF8889}.Debug.Build.0 = Debug|Win32 - {A0B8FC42-0429-48C1-9C65-939E0DC9D991}.Debug.ActiveCfg = Debug|Win32 - {A0B8FC42-0429-48C1-9C65-939E0DC9D991}.Debug.Build.0 = Debug|Win32 - {5769C5DE-11C2-47C4-ACC5-47C9000B6714}.Debug.ActiveCfg = Debug|Win32 - {5769C5DE-11C2-47C4-ACC5-47C9000B6714}.Debug.Build.0 = Debug|Win32 - {521EF910-A8F2-4E39-81E2-41B7042E2FD0}.Debug.ActiveCfg = Debug|Win32 - {521EF910-A8F2-4E39-81E2-41B7042E2FD0}.Debug.Build.0 = Debug|Win32 - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution - EndGlobalSection -EndGlobal