[Libreoffice-commits] cppunit.git: 2 commits - doc/cookbook.dox doc/Money.dox doc/other_documentation.dox examples/ClockerPlugIn examples/cppunittest examples/DumperPlugIn examples/examples.dsw examples/hierarchy examples/Makefile.am examples/money examples/ReadMe.txt examples/simple INSTALL-WIN32.txt

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sun Dec 22 13:48:36 UTC 2019


 INSTALL-WIN32.txt                          |    9 
 doc/Money.dox                              |    2 
 doc/cookbook.dox                           |    2 
 doc/other_documentation.dox                |    2 
 examples/ClockerPlugIn/ClockerPlugIn.dsp   |  229 ------------
 examples/ClockerPlugIn/Makefile.am         |    2 
 examples/DumperPlugIn/DumperPlugIn.dsp     |  108 -----
 examples/DumperPlugIn/Makefile.am          |    2 
 examples/Makefile.am                       |    2 
 examples/ReadMe.txt                        |    4 
 examples/cppunittest/CppUnitTestMain.dsp   |  546 -----------------------------
 examples/cppunittest/CppUnitTestMain.dsw   |   59 ---
 examples/cppunittest/CppUnitTestPlugIn.dsp |  396 ---------------------
 examples/cppunittest/Makefile.am           |    2 
 examples/examples.dsw                      |  194 ----------
 examples/hierarchy/Makefile.am             |    2 
 examples/hierarchy/hierarchy.dsp           |  119 ------
 examples/hierarchy/hierarchy.dsw           |   44 --
 examples/money/Makefile.am                 |    2 
 examples/money/money.dsp                   |  136 -------
 examples/money/money.dsw                   |   29 -
 examples/simple/Makefile.am                |    2 
 examples/simple/simple.dsp                 |  104 -----
 examples/simple/simple_plugin.dsp          |  118 ------
 24 files changed, 16 insertions(+), 2099 deletions(-)

New commits:
commit 57f0b5697252fa238027fdd3052774055b69060b
Author:     David Tardon <dtardon at redhat.com>
AuthorDate: Sat Dec 21 11:40:25 2019 +0100
Commit:     Markus Mohrhard <markus.mohrhard at googlemail.com>
CommitDate: Sun Dec 22 14:48:30 2019 +0100

    drop project files for old versions of MSVC
    
    Change-Id: I36ceddb5a8a1f8e96b36a2e851338366cda1808d
    Reviewed-on: https://gerrit.libreoffice.org/85662
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/examples/ClockerPlugIn/ClockerPlugIn.dsp b/examples/ClockerPlugIn/ClockerPlugIn.dsp
deleted file mode 100644
index 6d9245a..0000000
--- a/examples/ClockerPlugIn/ClockerPlugIn.dsp
+++ /dev/null
@@ -1,229 +0,0 @@
-# Microsoft Developer Studio Project File - Name="ClockerPlugIn" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=ClockerPlugIn - Win32 Debug NtTimer
-!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 "ClockerPlugIn.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 "ClockerPlugIn.mak" CFG="ClockerPlugIn - Win32 Debug NtTimer"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "ClockerPlugIn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "ClockerPlugIn - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "ClockerPlugIn - Win32 Debug NtTimer" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "ClockerPlugIn - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CLOCKERPLUGIN_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNIT_DLL" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunit_dll.lib /nologo /dll /machine:I386 /out:"../../lib/ClockerPlugIn.dll" /libpath:"../../lib/"
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - 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 "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CLOCKERPLUGIN_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNIT_DLL" /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /debug /machine:I386 /out:"../../lib/ClockerPlugInd.dll" /pdbtype:sept /libpath:"../../lib/"
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug NtTimer"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug NtTimer"
-# PROP BASE Intermediate_Dir "Debug NtTimer"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugNtTimer"
-# PROP Intermediate_Dir "DebugNtTimer"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNIT_DLL" /FD /GZ /c
-# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNIT_DLL" /D "CLOCKER_USE_WINNTTIMER" /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /debug /machine:I386 /out:"../../lib/ClockerPlugInd.dll" /pdbtype:sept /libpath:"../../lib/"
-# ADD 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 cppunitd_dll.lib /nologo /dll /debug /machine:I386 /out:"../../lib/ClockerPlugInNtd.dll" /pdbtype:sept /libpath:"../../lib/"
-
-!ENDIF 
-
-# Begin Target
-
-# Name "ClockerPlugIn - Win32 Release"
-# Name "ClockerPlugIn - Win32 Debug"
-# Name "ClockerPlugIn - Win32 Debug NtTimer"
-# Begin Source File
-
-SOURCE=.\ClockerListener.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ClockerListener.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ClockerModel.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ClockerModel.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ClockerPlugIn.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ClockerXmlHook.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ClockerXmlHook.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Makefile.am
-# End Source File
-# Begin Source File
-
-SOURCE=.\ReadMe.txt
-# End Source File
-# Begin Source File
-
-SOURCE=.\Timer.cpp
-
-!IF  "$(CFG)" == "ClockerPlugIn - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug"
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug NtTimer"
-
-# PROP Exclude_From_Build 1
-
-!ENDIF 
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\Timer.h
-
-!IF  "$(CFG)" == "ClockerPlugIn - Win32 Release"
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug"
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug NtTimer"
-
-# PROP Exclude_From_Build 1
-
-!ENDIF 
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\WinNtTimer.cpp
-
-!IF  "$(CFG)" == "ClockerPlugIn - Win32 Release"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug NtTimer"
-
-# PROP BASE Exclude_From_Build 1
-# PROP Intermediate_Dir "DebugNtTimer"
-
-!ENDIF 
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\WinNtTimer.h
-
-!IF  "$(CFG)" == "ClockerPlugIn - Win32 Release"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "ClockerPlugIn - Win32 Debug NtTimer"
-
-# PROP BASE Exclude_From_Build 1
-
-!ENDIF 
-
-# End Source File
-# End Target
-# End Project
diff --git a/examples/ClockerPlugIn/Makefile.am b/examples/ClockerPlugIn/Makefile.am
index 65c18c9..1dda2bd 100644
--- a/examples/ClockerPlugIn/Makefile.am
+++ b/examples/ClockerPlugIn/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST =  WinNtTimer.h WinNtTimer.cpp ClockerPlugIn.dsp \
+EXTRA_DIST =  WinNtTimer.h WinNtTimer.cpp ClockerPlugIn.vcproj \
 	Timer.h ClockerListener.h \
 	Timer.cpp ClockerListener.cpp \
 	ClockerPlugIn.cpp ClockerModel.h \
diff --git a/examples/DumperPlugIn/DumperPlugIn.dsp b/examples/DumperPlugIn/DumperPlugIn.dsp
deleted file mode 100644
index 94eadcc..0000000
--- a/examples/DumperPlugIn/DumperPlugIn.dsp
+++ /dev/null
@@ -1,108 +0,0 @@
-# Microsoft Developer Studio Project File - Name="DumperPlugIn" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=DumperPlugIn - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "DumperPlugIn.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 "DumperPlugIn.mak" CFG="DumperPlugIn - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "DumperPlugIn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "DumperPlugIn - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "DumperPlugIn - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DUMPERPLUGIN_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DUMPERPLUGIN_EXPORTS" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunit_dll.lib /nologo /dll /machine:I386 /out:"../../lib/DumperPlugIn.dll" /libpath:"../../lib/"
-# SUBTRACT LINK32 /incremental:yes
-
-!ELSEIF  "$(CFG)" == "DumperPlugIn - 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 "Debug"
-# PROP Intermediate_Dir "Debug"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DUMPERPLUGIN_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DUMPERPLUGIN_EXPORTS" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"../../lib/DumperPlugInd.dll" /pdbtype:sept /libpath:"../../lib/"
-
-!ENDIF 
-
-# Begin Target
-
-# Name "DumperPlugIn - Win32 Release"
-# Name "DumperPlugIn - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\DumperListener.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\DumperListener.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DumperPlugIn.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Makefile.am
-# End Source File
-# End Target
-# End Project
diff --git a/examples/DumperPlugIn/Makefile.am b/examples/DumperPlugIn/Makefile.am
index bb1f6d3..512c201 100644
--- a/examples/DumperPlugIn/Makefile.am
+++ b/examples/DumperPlugIn/Makefile.am
@@ -1,2 +1,2 @@
 EXTRA_DIST =  DumperListener.h     DumperListener.cpp   DumperPlugIn.cpp  \
-	DumperPlugIn.dsp
\ No newline at end of file
+	DumperPlugIn.vcproj
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 7c003bc..0f47cc2 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,4 +1,4 @@
 SUBDIRS = hierarchy cppunittest simple ClockerPlugIn DumperPlugIn money
 
-EXTRA_DIST = examples.dsw examples.opt
+EXTRA_DIST = examples2008.sln examples.opt
 
diff --git a/examples/cppunittest/CppUnitTestMain.dsp b/examples/cppunittest/CppUnitTestMain.dsp
deleted file mode 100644
index 9b32154..0000000
--- a/examples/cppunittest/CppUnitTestMain.dsp
+++ /dev/null
@@ -1,546 +0,0 @@
-# Microsoft Developer Studio Project File - Name="CppUnitTestMain" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=CppUnitTestMain - Win32 Debug DLL
-!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 "CppUnitTestMain.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 "CppUnitTestMain.mak" CFG="CppUnitTestMain - Win32 Debug DLL"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "CppUnitTestMain - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "CppUnitTestMain - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "CppUnitTestMain - Win32 Release DLL" (based on "Win32 (x86) Console Application")
-!MESSAGE "CppUnitTestMain - Win32 Debug DLL" (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)" == "CppUnitTestMain - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 /machine:I386
-# ADD 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 cppunit.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib/"
-# SUBTRACT LINK32 /incremental:yes
-# Begin Special Build Tool
-TargetPath=.\Release\CppUnitTestMain.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Self test
-PostBuild_Cmds="$(TargetPath)"
-# End Special Build Tool
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - 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 "Debug"
-# PROP Intermediate_Dir "Debug"
-# 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" /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 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 cppunitd.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"../../lib/"
-# Begin Special Build Tool
-TargetPath=.\Debug\CppUnitTestMain.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Self test
-PostBuild_Cmds="$(TargetPath)"
-# End Special Build Tool
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "CppUnitTestMain___Win32_Release_DLL"
-# PROP BASE Intermediate_Dir "CppUnitTestMain___Win32_Release_DLL"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "ReleaseDLL"
-# PROP Intermediate_Dir "ReleaseDLL"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MD /W3 /GR /GX /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_USE_TYPEINFO" /FD /c
-# SUBTRACT BASE CPP /YX /Yc /Yu
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /Ox /Ot /Oa /Ow /Og /Oi /Op /Ob0 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../../lib/cppunit.lib /nologo /subsystem:console /machine:I386
-# ADD 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 cppunit_dll.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib/"
-# SUBTRACT LINK32 /incremental:yes
-# Begin Special Build Tool
-TargetPath=.\ReleaseDLL\CppUnitTestMain.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Self test
-PostBuild_Cmds=$(TargetPath)
-# End Special Build Tool
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug DLL"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "CppUnitTestMain___Win32_Debug_DLL"
-# PROP BASE Intermediate_Dir "CppUnitTestMain___Win32_Debug_DLL"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugDLL"
-# PROP Intermediate_Dir "DebugDLL"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
-# SUBTRACT BASE CPP /YX /Yc /Yu
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /FD /GZ /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../../lib/cppunitd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD 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 cppunitd_dll.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept /libpath:"../../lib/"
-# Begin Special Build Tool
-TargetPath=.\DebugDLL\CppUnitTestMain.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Self test
-PostBuild_Cmds=$(TargetPath)
-# End Special Build Tool
-
-!ENDIF 
-
-# Begin Target
-
-# Name "CppUnitTestMain - Win32 Release"
-# Name "CppUnitTestMain - Win32 Debug"
-# Name "CppUnitTestMain - Win32 Release DLL"
-# Name "CppUnitTestMain - Win32 Debug DLL"
-# Begin Group "Tests"
-
-# PROP Default_Filter ""
-# Begin Group "Core"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\assertion_traitsTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\assertion_traitsTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExceptionTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExceptionTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MessageTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MessageTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestAssertTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestAssertTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCallerTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCallerTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCaseTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCaseTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestFailureTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestFailureTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestPathTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestPathTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestResultTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestResultTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSuiteTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSuiteTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestTest.h
-# End Source File
-# End Group
-# Begin Group "UnitTestTools"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\XmlUniformiser.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlUniformiser.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlUniformiserTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlUniformiserTest.h
-# End Source File
-# End Group
-# Begin Group "Helper"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\HelperMacrosTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HelperMacrosTest.h
-# End Source File
-# End Group
-# Begin Group "Extension"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\ExceptionTestCaseDecoratorTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExceptionTestCaseDecoratorTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\OrthodoxTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\OrthodoxTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\RepeatedTestTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\RepeatedTestTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestDecoratorTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestDecoratorTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSetUpTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSetUpTest.h
-# End Source File
-# End Group
-# Begin Group "Output"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\TestResultCollectorTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestResultCollectorTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlOutputterTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlOutputterTest.h
-# End Source File
-# End Group
-# Begin Group "Tools"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\StringToolsTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\StringToolsTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlElementTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlElementTest.h
-# End Source File
-# End Group
-# End Group
-# Begin Group "TestSupport"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\BaseTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\BaseTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\FailureException.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockFunctor.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockProtector.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestListener.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestListener.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SubclassedTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\SubclassedTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SynchronizedTestResult.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TrackedTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TrackedTestCase.h
-# End Source File
-# End Group
-# Begin Group "Suites"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\CoreSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CppUnitTestSuite.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExtensionSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\HelperSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\OutputSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ToolsSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\UnitTestToolSuite.h
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=..\..\lib\cppunit_dll.dll
-
-!IF  "$(CFG)" == "CppUnitTestMain - Win32 Release"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
-
-# Begin Custom Build - Updating DLL: $(InputPath)
-IntDir=.\ReleaseDLL
-InputPath=..\..\lib\cppunit_dll.dll
-InputName=cppunit_dll
-
-"$(IntDir)\$(InputName).dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	copy "$(InputPath)" "$(IntDir)\$(InputName).dll"
-
-# End Custom Build
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug DLL"
-
-# PROP Exclude_From_Build 1
-
-!ENDIF 
-
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\lib\cppunitd_dll.dll
-
-!IF  "$(CFG)" == "CppUnitTestMain - Win32 Release"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
-
-# PROP Exclude_From_Build 1
-
-!ELSEIF  "$(CFG)" == "CppUnitTestMain - Win32 Debug DLL"
-
-# Begin Custom Build - Updating DLL: $(InputPath)
-IntDir=.\DebugDLL
-InputPath=..\..\lib\cppunitd_dll.dll
-InputName=cppunitd_dll
-
-"$(IntDir)\$(InputName).dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
-	copy "$(InputPath)" "$(IntDir)\$(InputName).dll"
-
-# End Custom Build
-
-!ENDIF 
-
-# End Source File
-# Begin Source File
-
-SOURCE=.\CppUnitTestMain.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Makefile.am
-# End Source File
-# End Target
-# End Project
diff --git a/examples/cppunittest/CppUnitTestMain.dsw b/examples/cppunittest/CppUnitTestMain.dsw
deleted file mode 100644
index 9e4bed5..0000000
--- a/examples/cppunittest/CppUnitTestMain.dsw
+++ /dev/null
@@ -1,59 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "CppUnitTestMain"=.\CppUnitTestMain.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit
-    End Project Dependency
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "cppunit"=..\..\src\cppunit\cppunit.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "cppunit_dll"=..\..\SRC\CPPUNIT\cppunit_dll.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/examples/cppunittest/CppUnitTestPlugIn.dsp b/examples/cppunittest/CppUnitTestPlugIn.dsp
deleted file mode 100644
index cf96156..0000000
--- a/examples/cppunittest/CppUnitTestPlugIn.dsp
+++ /dev/null
@@ -1,396 +0,0 @@
-# Microsoft Developer Studio Project File - Name="CppUnitTestPlugIn" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=CppUnitTestPlugIn - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "CppUnitTestPlugIn.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 "CppUnitTestPlugIn.mak" CFG="CppUnitTestPlugIn - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "CppUnitTestPlugIn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "CppUnitTestPlugIn - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "CppUnitTestPlugIn - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "ReleasePlugIn"
-# PROP Intermediate_Dir "ReleasePlugIn"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNITTESTPLUGIN_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "NDEBUG" /D "CPPUNITTESTPLUGIN_EXPORTS" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNIT_DLL" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunit_dll.lib /nologo /dll /machine:I386 /libpath:"../../lib/"
-# SUBTRACT LINK32 /incremental:yes
-
-!ELSEIF  "$(CFG)" == "CppUnitTestPlugIn - 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 "DebugPlugIn"
-# PROP Intermediate_Dir "DebugPlugIn"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "CPPUNITTESTPLUGIN_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "_DEBUG" /D "CPPUNIT_DLL" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"DebugPlugIn/CppUnitTestPlugInd.dll" /pdbtype:sept /libpath:"../../lib/"
-
-!ENDIF 
-
-# Begin Target
-
-# Name "CppUnitTestPlugIn - Win32 Release"
-# Name "CppUnitTestPlugIn - Win32 Debug"
-# Begin Group "Suites"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\CoreSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CppUnitTestSuite.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\CppUnitTestSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExtensionSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\HelperSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\OutputSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ToolsSuite.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\UnitTestToolSuite.h
-# End Source File
-# End Group
-# Begin Group "TestSupport"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\BaseTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\BaseTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\FailureException.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockFunctor.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockProtector.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestListener.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MockTestListener.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SubclassedTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\SubclassedTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SynchronizedTestResult.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TrackedTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TrackedTestCase.h
-# End Source File
-# End Group
-# Begin Group "Tests"
-
-# PROP Default_Filter ""
-# Begin Group "Core"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\ExceptionTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExceptionTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MessageTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MessageTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestAssertTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestAssertTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCallerTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCallerTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCaseTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestCaseTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestFailureTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestFailureTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestPathTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestPathTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestResultTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestResultTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSuiteTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSuiteTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestTest.h
-# End Source File
-# End Group
-# Begin Group "UnitTestTools"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\XmlUniformiser.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlUniformiser.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlUniformiserTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlUniformiserTest.h
-# End Source File
-# End Group
-# Begin Group "Helper"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\HelperMacrosTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\HelperMacrosTest.h
-# End Source File
-# End Group
-# Begin Group "Extension"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\ExceptionTestCaseDecoratorTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExceptionTestCaseDecoratorTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\OrthodoxTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\OrthodoxTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\RepeatedTestTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\RepeatedTestTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestDecoratorTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestDecoratorTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSetUpTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestSetUpTest.h
-# End Source File
-# End Group
-# Begin Group "Output"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\TestResultCollectorTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\TestResultCollectorTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlOutputterTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlOutputterTest.h
-# End Source File
-# End Group
-# Begin Group "Tools"
-
-# PROP Default_Filter ""
-# Begin Source File
-
-SOURCE=.\StringToolsTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\StringToolsTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlElementTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\XmlElementTest.h
-# End Source File
-# End Group
-# End Group
-# Begin Source File
-
-SOURCE=.\CppUnitTestPlugIn.cpp
-# End Source File
-# End Target
-# End Project
diff --git a/examples/cppunittest/Makefile.am b/examples/cppunittest/Makefile.am
index 0ac94cf..aab4d6d 100644
--- a/examples/cppunittest/Makefile.am
+++ b/examples/cppunittest/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = CppUnitTestMain.dsw CppUnitTestMain.dsp CppUnitTestPlugIn.dsp CppUnitTestPlugIn.cpp
+EXTRA_DIST = CppUnitTestMain.vcproj CppUnitTestPlugIn.vcproj CppUnitTestPlugIn.cpp
 
 TESTS = cppunittestmain
 check_PROGRAMS = $(TESTS)
diff --git a/examples/examples.dsw b/examples/examples.dsw
deleted file mode 100644
index ec3d827..0000000
--- a/examples/examples.dsw
+++ /dev/null
@@ -1,194 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "ClockerPlugIn"=.\ClockerPlugIn\ClockerPlugIn.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "CppUnitTestMain"=.\cppunittest\CppUnitTestMain.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit
-    End Project Dependency
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "CppUnitTestPlugIn"=.\cppunittest\CppUnitTestPlugIn.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "DllPlugInTester"=..\src\DllPlugInTester\DllPlugInTester.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "DllPlugInTesterTest"=..\src\DllPlugInTester\DllPlugInTesterTest.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "DumperPlugIn"=.\DumperPlugIn\DumperPlugIn.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "cppunit"=..\src\cppunit\cppunit.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "cppunit_dll"=..\src\cppunit\cppunit_dll.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "hierarchy"=.\hierarchy\hierarchy.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "money"=.\money\money.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "simple"=.\simple\simple.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "simple_plugin"=.\SIMPLE\simple_plugin.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit_dll
-    End Project Dependency
-    Begin Project Dependency
-    Project_Dep_Name DllPlugInTester
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/examples/hierarchy/Makefile.am b/examples/hierarchy/Makefile.am
index 59ef870..6701e98 100644
--- a/examples/hierarchy/Makefile.am
+++ b/examples/hierarchy/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = hierarchy.dsw hierarchy.dsp
+EXTRA_DIST = hierarchy.vcproj
 
 TESTS = hierarchy
 XFAIL_TESTS = hierarchy
diff --git a/examples/hierarchy/hierarchy.dsp b/examples/hierarchy/hierarchy.dsp
deleted file mode 100644
index b33a405..0000000
--- a/examples/hierarchy/hierarchy.dsp
+++ /dev/null
@@ -1,119 +0,0 @@
-# Microsoft Developer Studio Project File - Name="hierarchy" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=hierarchy - Win32 Release
-!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 "hierarchy.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 "hierarchy.mak" CFG="hierarchy - Win32 Release"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "hierarchy - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "hierarchy - Win32 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)" == "hierarchy - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_USE_TYPEINFO" /YX /FD /c
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 /machine:I386
-# ADD 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 ..\..\lib\cppunit.lib /nologo /subsystem:console /machine:I386
-# SUBTRACT LINK32 /incremental:yes
-
-!ELSEIF  "$(CFG)" == "hierarchy - 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 "Debug"
-# PROP Intermediate_Dir "Debug"
-# 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 /MDd /W3 /Gm /GR /GX /Zi /Od /I "..\..\include" /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_USE_TYPEINFO" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 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 ..\..\lib\cppunitd.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /pdbtype:sept
-
-!ENDIF 
-
-# Begin Target
-
-# Name "hierarchy - Win32 Release"
-# Name "hierarchy - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\BoardGame.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\BoardGame.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\BoardGameTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Chess.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Chess.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ChessTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\main.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Makefile.am
-# End Source File
-# End Target
-# End Project
diff --git a/examples/hierarchy/hierarchy.dsw b/examples/hierarchy/hierarchy.dsw
deleted file mode 100644
index db781ec..0000000
--- a/examples/hierarchy/hierarchy.dsw
+++ /dev/null
@@ -1,44 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "cppunit"=..\..\src\cppunit\cppunit.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "hierarchy"=.\hierarchy.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-    Begin Project Dependency
-    Project_Dep_Name cppunit
-    End Project Dependency
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/examples/money/Makefile.am b/examples/money/Makefile.am
index 5db63fb..f29eff6 100644
--- a/examples/money/Makefile.am
+++ b/examples/money/Makefile.am
@@ -1,5 +1,5 @@
 # Include cookbook.html in distro
-EXTRA_DIST = money.dsp money.dsw configure.ac StdAfx.cpp
+EXTRA_DIST = money.vcproj configure.ac StdAfx.cpp
 
 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
 
diff --git a/examples/money/money.dsp b/examples/money/money.dsp
deleted file mode 100644
index ef0c0af..0000000
--- a/examples/money/money.dsp
+++ /dev/null
@@ -1,136 +0,0 @@
-# Microsoft Developer Studio Project File - Name="money" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=money - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "money.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 "money.mak" CFG="money - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "money - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "money - Win32 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)" == "money - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 /machine:I386
-# ADD 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 cppunit.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib"
-# SUBTRACT LINK32 /incremental:yes
-# Begin Special Build Tool
-TargetPath=.\Release\money.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Unit testing...
-PostBuild_Cmds=$(TargetPath)
-# End Special Build Tool
-
-!ELSEIF  "$(CFG)" == "money - 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 "Debug"
-# PROP Intermediate_Dir "Debug"
-# 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" /Yu"stdafx.h" /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"Debug/moneyd.exe" /pdbtype:sept /libpath:"../../lib"
-# Begin Special Build Tool
-TargetPath=.\Debug\moneyd.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Unit testing...
-PostBuild_Cmds=$(TargetPath)
-# End Special Build Tool
-
-!ENDIF 
-
-# Begin Target
-
-# Name "money - Win32 Release"
-# Name "money - Win32 Debug"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\MoneyApp.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\MoneyTest.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\StdAfx.cpp
-# ADD CPP /Yc"stdafx.h"
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\Money.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MoneyTest.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\StdAfx.h
-# 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/examples/money/money.dsw b/examples/money/money.dsw
deleted file mode 100644
index bfb7acf..0000000
--- a/examples/money/money.dsw
+++ /dev/null
@@ -1,29 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "money"=.\money.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/examples/simple/Makefile.am b/examples/simple/Makefile.am
index ca39316..0fe5185 100644
--- a/examples/simple/Makefile.am
+++ b/examples/simple/Makefile.am
@@ -1,4 +1,4 @@
-EXTRA_DIST = simple.dsp simple_plugin.dsp SimplePlugIn.cpp
+EXTRA_DIST = simple.vcproj simple_plugin.opt simple_plugin.vcproj SimplePlugIn.cpp
 
 AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/include
 
diff --git a/examples/simple/simple.dsp b/examples/simple/simple.dsp
deleted file mode 100644
index 4a399b3..0000000
--- a/examples/simple/simple.dsp
+++ /dev/null
@@ -1,104 +0,0 @@
-# Microsoft Developer Studio Project File - Name="simple" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=simple - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "simple.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 "simple.mak" CFG="simple - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "simple - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "simple - Win32 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)" == "simple - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "Release"
-# PROP Intermediate_Dir "Release"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 /machine:I386
-# ADD 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 cppunit.lib /nologo /subsystem:console /machine:I386 /libpath:"../../lib/"
-
-!ELSEIF  "$(CFG)" == "simple - 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 "Debug"
-# PROP Intermediate_Dir "Debug"
-# 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 /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"../../lib/"
-
-!ENDIF 
-
-# Begin Target
-
-# Name "simple - Win32 Release"
-# Name "simple - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\ExampleTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExampleTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Main.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\Makefile.am
-# End Source File
-# End Target
-# End Project
diff --git a/examples/simple/simple_plugin.dsp b/examples/simple/simple_plugin.dsp
deleted file mode 100644
index 5757a52..0000000
--- a/examples/simple/simple_plugin.dsp
+++ /dev/null
@@ -1,118 +0,0 @@
-# Microsoft Developer Studio Project File - Name="simple_plugin" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=simple_plugin - Win32 Debug
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE 
-!MESSAGE NMAKE /f "simple_plugin.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 "simple_plugin.mak" CFG="simple_plugin - Win32 Debug"
-!MESSAGE 
-!MESSAGE Possible choices for configuration are:
-!MESSAGE 
-!MESSAGE "simple_plugin - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "simple_plugin - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE 
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF  "$(CFG)" == "simple_plugin - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "simple_plugin___Win32_Release"
-# PROP BASE Intermediate_Dir "simple_plugin___Win32_Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "ReleasePlugIn"
-# PROP Intermediate_Dir "ReleasePlugIn"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLE_PLUGIN_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GR /GX /Zd /O2 /I "../../include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLE_PLUGIN_EXPORTS" /D "CPPUNIT_DLL" /FD /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "NDEBUG"
-# ADD RSC /l 0x40c /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunit_dll.lib /nologo /dll /machine:I386 /libpath:"../../lib/"
-# SUBTRACT LINK32 /incremental:yes
-# Begin Special Build Tool
-TargetPath=.\ReleasePlugIn\simple_plugin.dll
-SOURCE="$(InputPath)"
-PostBuild_Desc=Running tests...
-PostBuild_Cmds=..\..\lib\DllPlugInTester_dll.exe "$(TargetPath)"
-# End Special Build Tool
-
-!ELSEIF  "$(CFG)" == "simple_plugin - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "simple_plugin___Win32_Debug"
-# PROP BASE Intermediate_Dir "simple_plugin___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugPlugIn"
-# PROP Intermediate_Dir "DebugPlugIn"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLE_PLUGIN_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Zi /Od /I "../../include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SIMPLE_PLUGIN_EXPORTS" /D "CPPUNIT_DLL" /FD /GZ /c
-# SUBTRACT CPP /YX
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cppunitd_dll.lib /nologo /dll /incremental:no /debug /machine:I386 /out:"DebugPlugIn/simple_plugind.dll" /pdbtype:sept /libpath:"../../lib/"
-# Begin Special Build Tool
-TargetPath=.\DebugPlugIn\simple_plugind.dll
-SOURCE="$(InputPath)"
-PostBuild_Desc=Running tests...
-PostBuild_Cmds=..\..\lib\DllPlugInTesterd_dll.exe -b --xml tests.xml -c "$(TargetPath)"
-# End Special Build Tool
-
-!ENDIF 
-
-# Begin Target
-
-# Name "simple_plugin - Win32 Release"
-# Name "simple_plugin - Win32 Debug"
-# Begin Source File
-
-SOURCE=.\ExampleTestCase.cpp
-# End Source File
-# Begin Source File
-
-SOURCE=.\ExampleTestCase.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SimplePlugIn.cpp
-# End Source File
-# End Target
-# End Project
commit c227e5402f4c7470bae34998f6e8ecd6752545cf
Author:     David Tardon <dtardon at redhat.com>
AuthorDate: Sat Dec 21 12:46:07 2019 +0100
Commit:     Markus Mohrhard <markus.mohrhard at googlemail.com>
CommitDate: Sun Dec 22 14:48:16 2019 +0100

    remove traces of .ds[pw] files from docs
    
    Change-Id: I6ebc31181ccfe379be96e979cda3717a991cf513
    Reviewed-on: https://gerrit.libreoffice.org/85663
    Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
    Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>

diff --git a/INSTALL-WIN32.txt b/INSTALL-WIN32.txt
index 9069382..2fec0a2 100644
--- a/INSTALL-WIN32.txt
+++ b/INSTALL-WIN32.txt
@@ -2,11 +2,10 @@ Frequently Asked Questions: See doc/FAQ
 
 
 At the current time, the only supported WIN32 platform is 
-Microsoft Visual C++. You must have VC++ 6.0 at least.
+Microsoft Visual C++. You must have VC++ 2010 at least.
 
 Quick Steps to compile & run a sample using the GUI TestRunner:
-- Open examples/examples.dsw in VC++ (contains all the samples).
-  VC7 will ask you if you want to convert, anwser 'yes to all'.
+- Open examples/examplesXXXX.sln in VC++ (contains all the samples).
 - Make HostApp the Active project
 - Compile
 - Run the project
@@ -86,7 +85,7 @@ Building:
 Testing:
 --------
 
-* Open the workspace examples/Examples.dsw.
+* Open the workspace examples/examplesXXXX.sln.
 * Make CppUnitTestApp the active project.
 * Select the configuration you build the library for.
 * Compile and run the project. The TestRunner GUI should appear.
@@ -96,7 +95,7 @@ Libraries:
 ----------
 
 All the compiled libraries and DLL can be found in the 'lib' directory.
-Most libraries can be build from src/CppUnitLibraries.dsw workspace.
+Most libraries can be build from src/CppUnitLibrariesXXXX.sln workspace.
 
 lib\:
 cppunit.lib				: CppUnit static library "Multithreaded DLL"
diff --git a/doc/Money.dox b/doc/Money.dox
index c1d8126..0bec54e 100644
--- a/doc/Money.dox
+++ b/doc/Money.dox
@@ -28,7 +28,7 @@ $CPPUNIT/:
 ~~~~~
 
 First, you need to compile %CppUnit libraries:
-- Open the `$CPPUNIT/src/CppUnitLibraries.dsw` workspace in VC++.
+- Open the `$CPPUNIT/src/CppUnitLibrariesXXXX.sln` workspace in VC++.
 - In the 'Build' menu, select 'Batch Build...'
 - In the batch build dialog, select all projects and press the build button.
 - The resulting libraries can be found in the `$CPPUNIT/lib/` directory.
diff --git a/doc/cookbook.dox b/doc/cookbook.dox
index a46e59b..e8b689c 100644
--- a/doc/cookbook.dox
+++ b/doc/cookbook.dox
@@ -513,7 +513,7 @@ Now, you need to run your application after compilation.
 With Visual C++, this is done in <em>Project Settings/Post-Build step</em>, 
 by adding the following command: <tt>"$(TargetPath)"</tt>. It is expanded to 
 the application executable path. Look up the project 
-<tt>examples/cppunittest/CppUnitTestMain.dsp</tt> which
+<tt>examples/cppunittest/CppUnitTestMain.vcproj</tt> which
 use that technic.
 
 
diff --git a/doc/other_documentation.dox b/doc/other_documentation.dox
index b7a1153..c935a7a 100644
--- a/doc/other_documentation.dox
+++ b/doc/other_documentation.dox
@@ -130,7 +130,7 @@ CPPUNIT_PLUGIN_IMPLEMENT();\endverbatim
  * - Add your tests
  * - You're done !
  *
- * See examples/simple/simple_plugin.dsp for an example.
+ * See examples/simple/simple_plugin.vcproj for an example.
  *
  * Notes to VC++ users: 
  * - you can run a post-build check on the plug-in. Add the following line to your
diff --git a/examples/ReadMe.txt b/examples/ReadMe.txt
index 2998cf2..2944f5f 100644
--- a/examples/ReadMe.txt
+++ b/examples/ReadMe.txt
@@ -1,7 +1,7 @@
-simple/simple.dsp: A simple CppUnit's example. Basic TextTestRunner and a single 'standard' 
+simple/simple.vcproj: A simple CppUnit's example. Basic TextTestRunner and a single 'standard'
 	TestFixture. A good starting point
 
-simple/simple_plugin.dsp: Like 'simple', but creates a test plug-in. The test plug-in can
+simple/simple_plugin.vcproj: Like 'simple', but creates a test plug-in. The test plug-in can
 	be run with DllPlugInRunner.
 
 hierarchy/: A simple example that demonstrate the use of helper macros with template


More information about the Libreoffice-commits mailing list