Remove old Visual C++ project files (use CMake to build with Visual C++)


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4260 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/Xregion/Xregion.dsp b/common/Xregion/Xregion.dsp
deleted file mode 100644
index e30b518..0000000
--- a/common/Xregion/Xregion.dsp
+++ /dev/null
@@ -1,132 +0,0 @@
-# Microsoft Developer Studio Project File - Name="Xregion" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=Xregion - Win32 Debug Unicode

-!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 "Xregion.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 "Xregion.mak" CFG="Xregion - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "Xregion - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "Xregion - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "Xregion - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "Xregion - 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\Xregion"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "Xregion - 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\Xregion"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /FD /GZ /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "Xregion - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "Xregion___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "Xregion___Win32_Debug_Unicode"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\Xregion"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /FD /GZ /c

-# SUBTRACT BASE CPP /YX

-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /FD /GZ /c

-# SUBTRACT CPP /YX

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "Xregion - Win32 Release"

-# Name "Xregion - Win32 Debug"

-# Name "Xregion - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\Region.c

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\region.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Xregion.h

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/common/jpeg/jpeg.dsp b/common/jpeg/jpeg.dsp
deleted file mode 100644
index 5f97af7..0000000
--- a/common/jpeg/jpeg.dsp
+++ /dev/null
@@ -1,332 +0,0 @@
-# Microsoft Developer Studio Project File - Name="jpeg" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=jpeg - 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 "jpeg.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 "jpeg.mak" CFG="jpeg - Win32 Debug"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "jpeg - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "jpeg - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "jpeg - 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\jpeg"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c /I "win"

-# ADD BASE RSC /l 0x419 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "jpeg - Win32 Debug"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "..\Debug"

-# PROP BASE Intermediate_Dir "..\Debug\jpeg"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "Debug"

-# PROP Intermediate_Dir "Debug"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ  /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c /I "win"

-# ADD BASE RSC /l 0x419 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "jpeg - Win32 Release"

-# Name "jpeg - Win32 Debug"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\jcapimin.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcapistd.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jccoefct.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jccolor.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcdctmgr.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jchuff.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcinit.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcmainct.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcmarker.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcmaster.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcomapi.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcparam.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcphuff.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcprepct.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jcsample.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jctrans.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdapimin.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdapistd.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdatadst.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdatasrc.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdcoefct.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdcolor.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jddctmgr.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdhuff.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdinput.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdmainct.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdmarker.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdmaster.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdmerge.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdphuff.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdpostct.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdsample.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdtrans.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jerror.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jfdctflt.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jfdctfst.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jfdctint.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jidctflt.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jidctfst.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jidctint.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jidctred.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jmemmgr.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jmemnobs.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jquant1.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jquant2.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jsimd_none.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\jutils.c

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\jchuff.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jconfig.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdct.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jdhuff.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jerror.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jinclude.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jmemsys.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jmorecfg.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jpegint.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jpeglib.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jsimd.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jsimddct.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\jversion.h

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/common/network/network.dsp b/common/network/network.dsp
deleted file mode 100644
index 5e23a17..0000000
--- a/common/network/network.dsp
+++ /dev/null
@@ -1,129 +0,0 @@
-# Microsoft Developer Studio Project File - Name="network" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=network - Win32 Debug Unicode

-!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 "network.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 "network.mak" CFG="network - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "network - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "network - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "network - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "network - 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\network"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O1 /I ".." /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "network - 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\network"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "network - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "network___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "network___Win32_Debug_Unicode"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\network"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"rdr/msvcwarning.h" /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "network - Win32 Release"

-# Name "network - Win32 Debug"

-# Name "network - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\TcpSocket.cxx

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\Socket.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TcpSocket.h

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/common/rdr/rdr.dsp b/common/rdr/rdr.dsp
deleted file mode 100644
index 6717adf..0000000
--- a/common/rdr/rdr.dsp
+++ /dev/null
@@ -1,222 +0,0 @@
-# Microsoft Developer Studio Project File - Name="rdr" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=rdr - Win32 Debug Unicode

-!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 "rdr.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 "rdr.mak" CFG="rdr - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "rdr - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "rdr - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "rdr - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "rdr - 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\rdr"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O1 /I ".." /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "rdr - 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\rdr"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "rdr - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "rdr___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "rdr___Win32_Debug_Unicode"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\rdr"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"rdr/msvcwarning.h" /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "rdr - Win32 Release"

-# Name "rdr - Win32 Debug"

-# Name "rdr - Win32 Debug Unicode"

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\Exception.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\FdInStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\FdOutStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\FixedMemOutStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\HexInStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\HexOutStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\InStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\MemInStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\MemOutStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\msvcwarning.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\OutStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\RandomStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SubstitutingInStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\types.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZlibInStream.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZlibOutStream.h

-# End Source File

-# End Group

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\Exception.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\FdInStream.cxx

-# ADD CPP /I "../zlib"

-# End Source File

-# Begin Source File

-

-SOURCE=.\FdOutStream.cxx

-# ADD CPP /I "../zlib"

-# End Source File

-# Begin Source File

-

-SOURCE=.\HexInStream.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\HexOutStream.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\InStream.cxx

-# ADD CPP /I "../zlib"

-# End Source File

-# Begin Source File

-

-SOURCE=.\RandomStream.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZlibInStream.cxx

-# ADD CPP /I "../zlib"

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZlibOutStream.cxx

-# ADD CPP /I "../zlib"

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/common/rfb/rfb.dsp b/common/rfb/rfb.dsp
deleted file mode 100644
index ce65086..0000000
--- a/common/rfb/rfb.dsp
+++ /dev/null
@@ -1,712 +0,0 @@
-# Microsoft Developer Studio Project File - Name="rfb" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=rfb - Win32 Debug Unicode

-!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 "rfb.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 "rfb.mak" CFG="rfb - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "rfb - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "rfb - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "rfb - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "rfb - 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\rfb"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O1 /I ".." /I "../../win" /I "../jpeg" /I "../jpeg/win" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "rfb - 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\rfb"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../win" /I "../jpeg" /I "../jpeg/win" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "rfb - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "rfb___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "rfb___Win32_Debug_Unicode"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\rfb"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../win" /I "../jpeg" /I "../jpeg/win" /FI"rdr/msvcwarning.h" /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "rfb - Win32 Release"

-# Name "rfb - Win32 Debug"

-# Name "rfb - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\Blacklist.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CapsContainer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CapsList.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConnection.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgHandler.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgReader.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgReaderV3.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgWriter.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgWriterV3.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ComparingUpdateTracker.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Configuration.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ConnParams.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CSecurityVncAuth.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Cursor.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\d3des.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\Decoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Encoder.cxx

-# ADD CPP /I "../jpeg"

-# End Source File

-# Begin Source File

-

-SOURCE=.\encodings.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\HextileDecoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\HextileEncoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\HTTPServer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\KeyRemapper.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Logger.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Logger_file.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Logger_stdio.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\LogWriter.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Password.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\PixelBuffer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\PixelFormat.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\RawDecoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\RawEncoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Region.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\RREDecoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\RREEncoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScaledPixelBuffer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScaleFilters.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SConnection.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\secTypes.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ServerCore.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgHandler.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgReader.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgReaderV3.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgWriter.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgWriterV3.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SSecurityFactoryStandard.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SSecurityVncAuth.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\TightDecoder.cxx

-# ADD CPP /I "../jpeg"

-# End Source File

-# Begin Source File

-

-SOURCE=.\TightEncoder.cxx

-# ADD CPP /I "../jpeg"

-# End Source File

-# Begin Source File

-

-SOURCE=.\TightPalette.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\TransImageGetter.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\UpdateTracker.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\util.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCSConnectionST.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServerST.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZRLEDecoder.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZRLEEncoder.cxx

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\Blacklist.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CapsContainer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CapsList.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConnection.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgHandler.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgReader.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgReaderV3.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgWriter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CMsgWriterV3.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ColourCube.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ColourMap.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ComparingUpdateTracker.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Configuration.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ConnParams.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CSecurity.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CSecurityNone.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CSecurityVncAuth.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Cursor.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\d3des.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Decoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Encoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\encodings.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Exception.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\hextileConstants.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\hextileDecode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\HextileDecoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\hextileEncode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\hextileEncodeBetter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\HextileEncoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Hostname.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\HTTPServer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ImageGetter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\InputHandler.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\KeyRemapper.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\keysymdef.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ListConnInfo.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Logger.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Logger_file.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Logger_stdio.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\LogWriter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\msgTypes.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\msvcwarning.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Password.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Pixel.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\PixelBuffer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\PixelFormat.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\PixelFormat.inl

-# End Source File

-# Begin Source File

-

-SOURCE=.\RawDecoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\RawEncoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Rect.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Region.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\rreDecode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\RREDecoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\rreEncode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\RREEncoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScaledPixelBuffer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScaleFilters.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SConnection.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\screenTypes.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScreenSet.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDesktop.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\secTypes.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ServerCore.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgHandler.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgReader.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgReaderV3.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgWriter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SMsgWriterV3.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SSecurity.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SSecurityFactoryStandard.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SSecurityNone.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SSecurityVncAuth.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Threading.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\tightDecode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TightDecoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\tightEncode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TightEncoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TightPalette.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TransImageGetter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\transInitTempl.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\transTempl.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TrueColourMap.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\UpdateTracker.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\UserPasswdGetter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\util.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCSConnectionST.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServerST.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\zrleDecode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZRLEDecoder.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\zrleEncode.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ZRLEEncoder.h

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/common/zlib/zlib.dsp b/common/zlib/zlib.dsp
deleted file mode 100644
index ede5851..0000000
--- a/common/zlib/zlib.dsp
+++ /dev/null
@@ -1,217 +0,0 @@
-# Microsoft Developer Studio Project File - Name="zlib" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=zlib - Win32 Debug Unicode

-!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 "zlib.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 "zlib.mak" CFG="zlib - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "zlib - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "zlib - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "zlib - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "zlib - 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\zlib"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O1 /D "NDEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "zlib - 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\zlib"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "zlib - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "zlib___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "zlib___Win32_Debug_Unicode"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\zlib"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_LIB" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "zlib - Win32 Release"

-# Name "zlib - Win32 Debug"

-# Name "zlib - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\adler32.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\compress.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\crc32.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\deflate.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\gzio.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\infblock.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\infcodes.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\inffast.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\inflate.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\inftrees.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\infutil.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\trees.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\uncompr.c

-# End Source File

-# Begin Source File

-

-SOURCE=.\zutil.c

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\deflate.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\infblock.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\infcodes.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\inffast.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\inffixed.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\inftrees.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\infutil.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\trees.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\zconf.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\zlib.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\zutil.h

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/win/logmessages/logmessages.dsp b/win/logmessages/logmessages.dsp
deleted file mode 100644
index 06ed8c4..0000000
--- a/win/logmessages/logmessages.dsp
+++ /dev/null
@@ -1,202 +0,0 @@
-# Microsoft Developer Studio Project File - Name="logmessages" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

-

-CFG=logmessages - Win32 Debug Unicode

-!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 "logmessages.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 "logmessages.mak" CFG="logmessages - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "logmessages - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")

-!MESSAGE "logmessages - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")

-!MESSAGE "logmessages - Win32 Debug Unicode" (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)" == "logmessages - 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\logmessages"

-# 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 "LOGMESSAGES_EXPORTS" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /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 /nologo /dll /machine:I386 /out:"messages.mc"

-# Begin Custom Build

-InputPath=.\messages.mc

-SOURCE="$(InputPath)"

-

-BuildCmds= \

-	mc messages.mc \

-	rc -r -fo messages.res messages.rc \

-	link -dll -noentry -out:..\Release\logmessages.dll messages.res \

-	

-

-"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"..\Release\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-# End Custom Build

-

-!ELSEIF  "$(CFG)" == "logmessages - 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\logmessages"

-# PROP Ignore_Export_Lib 1

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /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 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept

-# Begin Custom Build

-InputPath=.\messages.mc

-SOURCE="$(InputPath)"

-

-BuildCmds= \

-	mc messages.mc \

-	rc -r -fo messages.res messages.rc \

-	link -dll -noentry -out:..\Debug\logmessages.dll messages.res \

-	

-

-"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"..\Debug\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-# End Custom Build

-

-!ELSEIF  "$(CFG)" == "logmessages - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "logmessages___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "logmessages___Win32_Debug_Unicode"

-# PROP BASE Ignore_Export_Lib 1

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\logmessages"

-# PROP Ignore_Export_Lib 1

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LINK32=link.exe

-# ADD BASE LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept

-# ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept

-# Begin Custom Build

-InputPath=.\messages.mc

-SOURCE="$(InputPath)"

-

-BuildCmds= \

-	mc messages.mc \

-	rc -r -fo messages.res messages.rc \

-	link -dll -noentry -out:..\Debug_Unicode\logmessages.dll messages.res \

-	

-

-"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-

-"..\Debug_Unicode\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"

-   $(BuildCmds)

-# End Custom Build

-

-!ENDIF 

-

-# Begin Target

-

-# Name "logmessages - Win32 Release"

-# Name "logmessages - Win32 Debug"

-# Name "logmessages - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# 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

-# Begin Source File

-

-SOURCE=.\messages.mc

-# End Source File

-# End Target

-# End Project

diff --git a/win/rfb_win32/rfb_win32.dsp b/win/rfb_win32/rfb_win32.dsp
deleted file mode 100644
index e484343..0000000
--- a/win/rfb_win32/rfb_win32.dsp
+++ /dev/null
@@ -1,489 +0,0 @@
-# Microsoft Developer Studio Project File - Name="rfb_win32" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Static Library" 0x0104

-

-CFG=rfb_win32 - Win32 Debug Unicode

-!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 "rfb_win32.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 "rfb_win32.mak" CFG="rfb_win32 - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "rfb_win32 - Win32 Release" (based on "Win32 (x86) Static Library")

-!MESSAGE "rfb_win32 - Win32 Debug" (based on "Win32 (x86) Static Library")

-!MESSAGE "rfb_win32 - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "rfb_win32 - 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\rfb_win32"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /d "NDEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "rfb_win32 - 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\rfb_win32"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ELSEIF  "$(CFG)" == "rfb_win32 - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "rfb_win32___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "rfb_win32___Win32_Debug_Unicode"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\rfb_win32"

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /D "WIN32" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LIB32=link.exe -lib

-# ADD BASE LIB32 /nologo

-# ADD LIB32 /nologo

-

-!ENDIF 

-

-# Begin Target

-

-# Name "rfb_win32 - Win32 Release"

-# Name "rfb_win32 - Win32 Debug"

-# Name "rfb_win32 - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\AboutDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CKeyboard.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CleanDesktop.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Clipboard.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CPointer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CurrentUser.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\DeviceContext.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\DeviceFrameBuffer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Dialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\DIBSectionBuffer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\DynamicFn.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\EventManager.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\LaunchProcess.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ListViewControl.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\LowLevelKeyEvents.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\MonitorInfo.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\MsgWindow.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\OSVersion.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ProgressControl.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\RegConfig.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Registry.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScaledDIBSectionBuffer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplay.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplayCorePolling.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplayCoreWMHooks.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Security.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Service.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SInput.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\SocketManager.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\TCharArray.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Threading.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ToolBar.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\TsSessions.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\Win32Util.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMCursor.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMHooks.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMNotifier.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMPoller.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMShatter.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMWindowCopyRect.cxx

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\AboutDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\BitmapInfo.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CKeyboard.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CleanDesktop.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Clipboard.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CompatibleBitmap.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ComputerName.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CPointer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CurrentUser.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\DeviceContext.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\DeviceFrameBuffer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Dialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\DIBSectionBuffer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\DynamicFn.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\EventManager.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Handle.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\IconInfo.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\IntervalTimer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\keymap.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\LaunchProcess.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ListViewControl.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\LocalMem.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\LogicalPalette.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\LowLevelKeyEvents.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ModuleFileName.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\MonitorInfo.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\MsgBox.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\MsgWindow.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\OSVersion.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ProgressControl.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\RegConfig.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Registry.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ScaledDIBSectionBuffer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplay.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplayCoreDriver.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplayCorePolling.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SDisplayCoreWMHooks.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Security.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Service.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SInput.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\SocketManager.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TCharArray.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Threading.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ToolBar.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TrayIcon.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\TsSessions.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Win32Util.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMCursor.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMHooks.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMNotifier.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMPoller.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMShatter.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\WMWindowCopyRect.h

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/win/vnc.dsw b/win/vnc.dsw
deleted file mode 100644
index f270ddd..0000000
--- a/win/vnc.dsw
+++ /dev/null
@@ -1,218 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00

-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!

-

-###############################################################################

-

-Project: "Xregion"=..\common\Xregion\Xregion.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "logmessages"=.\logmessages\logmessages.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "network"=..\common\network\network.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "rdr"=..\common\rdr\rdr.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "rfb"=..\common\rfb\rfb.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name rdr

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name Xregion

-    End Project Dependency

-}}}

-

-###############################################################################

-

-Project: "rfb_win32"=.\rfb_win32\rfb_win32.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name rfb

-    End Project Dependency

-}}}

-

-###############################################################################

-

-Project: "vncconfig"=.\vncconfig\vncconfig.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name rfb

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name rfb_win32

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name network

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name Xregion

-    End Project Dependency

-}}}

-

-###############################################################################

-

-Project: "vncviewer"=.\vncviewer\vncviewer.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name rfb

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name zlib

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name jpeg

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name rfb_win32

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name network

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name rdr

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name Xregion

-    End Project Dependency

-}}}

-

-###############################################################################

-

-Project: "winvnc"=.\winvnc\winvnc.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-    Begin Project Dependency

-    Project_Dep_Name network

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name rfb_win32

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name zlib

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name jpeg

-    End Project Dependency

-    Begin Project Dependency

-    Project_Dep_Name Xregion

-    End Project Dependency

-}}}

-

-###############################################################################

-

-Project: "wm_hooks"=.\wm_hooks\wm_hooks.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "zlib"=..\common\zlib\zlib.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Project: "jpeg"=..\common\jpeg\jpeg.dsp - Package Owner=<4>

-

-Package=<5>

-{{{

-}}}

-

-Package=<4>

-{{{

-}}}

-

-###############################################################################

-

-Global:

-

-Package=<5>

-{{{

-}}}

-

-Package=<3>

-{{{

-}}}

-

-###############################################################################

-

diff --git a/win/vncconfig/vncconfig.dsp b/win/vncconfig/vncconfig.dsp
deleted file mode 100644
index b096ded..0000000
--- a/win/vncconfig/vncconfig.dsp
+++ /dev/null
@@ -1,196 +0,0 @@
-# Microsoft Developer Studio Project File - Name="vncconfig" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Application" 0x0101

-

-CFG=vncconfig - Win32 Debug Unicode

-!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 "vncconfig.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 "vncconfig.mak" CFG="vncconfig - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "vncconfig - Win32 Release" (based on "Win32 (x86) Application")

-!MESSAGE "vncconfig - Win32 Debug" (based on "Win32 (x86) Application")

-!MESSAGE "vncconfig - Win32 Debug Unicode" (based on "Win32 (x86) Application")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-MTL=midl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "vncconfig - 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\vncconfig"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /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 /subsystem:windows /machine:I386

-# ADD LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib ole32.lib /nologo /subsystem:windows /machine:I386

-

-!ELSEIF  "$(CFG)" == "vncconfig - Win32 Debug"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "vncconfig___Win32_Debug"

-# PROP BASE Intermediate_Dir "vncconfig___Win32_Debug"

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug"

-# PROP Intermediate_Dir "..\Debug\vncconfig"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /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:windows /debug /machine:I386 /pdbtype:sept

-# ADD LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib ole32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept

-

-!ELSEIF  "$(CFG)" == "vncconfig - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "vncconfig___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "vncconfig___Win32_Debug_Unicode"

-# PROP BASE Ignore_Export_Lib 0

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\vncconfig"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LINK32=link.exe

-# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept

-# ADD LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept

-

-!ENDIF 

-

-# Begin Target

-

-# Name "vncconfig - Win32 Release"

-# Name "vncconfig - Win32 Debug"

-# Name "vncconfig - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\Legacy.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\PasswordDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncconfig.cxx

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\Authentication.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Connections.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Desktop.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Hooking.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Inputs.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Legacy.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\PasswordDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\resource.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\Sharing.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"

-# Begin Source File

-

-SOURCE=.\connected.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncconfig.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncconfig.rc

-# End Source File

-# End Group

-# Begin Source File

-

-SOURCE=.\vncconfig.exe.manifest

-# End Source File

-# End Target

-# End Project

diff --git a/win/vncviewer/vncviewer.dsp b/win/vncviewer/vncviewer.dsp
deleted file mode 100644
index 044a05a..0000000
--- a/win/vncviewer/vncviewer.dsp
+++ /dev/null
@@ -1,281 +0,0 @@
-# Microsoft Developer Studio Project File - Name="vncviewer" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Application" 0x0101

-

-CFG=vncviewer - Win32 Debug Unicode

-!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 "vncviewer.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 "vncviewer.mak" CFG="vncviewer - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "vncviewer - Win32 Release" (based on "Win32 (x86) Application")

-!MESSAGE "vncviewer - Win32 Debug" (based on "Win32 (x86) Application")

-!MESSAGE "vncviewer - Win32 Debug Unicode" (based on "Win32 (x86) Application")

-!MESSAGE 

-

-# Begin Project

-# PROP AllowPerConfigDependencies 0

-# PROP Scc_ProjName ""

-# PROP Scc_LocalPath ""

-CPP=cl.exe

-MTL=midl.exe

-RSC=rc.exe

-

-!IF  "$(CFG)" == "vncviewer - 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\vncviewer"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /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:windows /machine:I386

-# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386

-# Begin Special Build Tool

-SOURCE="$(InputPath)"

-PreLink_Desc=Updating buildTime

-PreLink_Cmds=cl /c /nologo /Fo..\Release\ /Fd..\Release\vncviewer /MT buildTime.cxx

-# End Special Build Tool

-

-!ELSEIF  "$(CFG)" == "vncviewer - 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\vncviewer"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /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:windows /debug /machine:I386 /pdbtype:sept

-# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept

-# Begin Special Build Tool

-SOURCE="$(InputPath)"

-PreLink_Desc=Updating buildTime

-PreLink_Cmds=cl /c /nologo /Fo..\Debug\ /Fd..\Debug\vncviewer /MTd buildTime.cxx

-# End Special Build Tool

-

-!ELSEIF  "$(CFG)" == "vncviewer - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "vncviewer___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "vncviewer___Win32_Debug_Unicode"

-# PROP BASE Ignore_Export_Lib 0

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\vncviewer"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /FR /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LINK32=link.exe

-# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept

-# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept

-# Begin Special Build Tool

-SOURCE="$(InputPath)"

-PreLink_Desc=Updating buildTime

-PreLink_Cmds=cl /c /nologo /Fo..\Debug_Unicode\ /Fd..\Debug_Unicode\vncviewer /MTd buildTime.cxx

-# End Special Build Tool

-

-!ENDIF 

-

-# Begin Target

-

-# Name "vncviewer - Win32 Release"

-# Name "vncviewer - Win32 Debug"

-# Name "vncviewer - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\buildTime.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConn.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConnOptions.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConnThread.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ConnectingDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ConnectionDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\DesktopWindow.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\InfoDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\OptionsDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\UserPasswdDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ViewerToolBar.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncviewer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncviewer.rc

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\CConn.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConnOptions.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\CConnThread.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ConnectingDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ConnectionDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\DesktopWindow.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\InfoDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ListenServer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ListenTrayIcon.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\MRU.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\OptionsDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\UserPasswdDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ViewerToolBar.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"

-# Begin Source File

-

-SOURCE=.\cursor1.cur

-# End Source File

-# Begin Source File

-

-SOURCE=.\ftdir.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\ftfile.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\ftreload.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\ftup.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\toolbar.bmp

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncviewer.bmp

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncviewer.exe.manifest

-# End Source File

-# Begin Source File

-

-SOURCE=.\vncviewer.ico

-# End Source File

-# End Group

-# End Target

-# End Project

diff --git a/win/winvnc/winvnc.dsp b/win/winvnc/winvnc.dsp
deleted file mode 100644
index 3c87961..0000000
--- a/win/winvnc/winvnc.dsp
+++ /dev/null
@@ -1,252 +0,0 @@
-# Microsoft Developer Studio Project File - Name="winvnc" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Console Application" 0x0103

-

-CFG=winvnc - Win32 Debug Unicode

-!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 "winvnc.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 "winvnc.mak" CFG="winvnc - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "winvnc - Win32 Release" (based on "Win32 (x86) Console Application")

-!MESSAGE "winvnc - Win32 Debug" (based on "Win32 (x86) Console Application")

-!MESSAGE "winvnc - Win32 Debug Unicode" (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)" == "winvnc - 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\winvnc"

-# 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 /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /FR /YX /FD /c

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /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 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /machine:I386 /out:"../Release/winvnc4.exe"

-# SUBTRACT LINK32 /profile

-# Begin Special Build Tool

-SOURCE="$(InputPath)"

-PreLink_Desc=Updating buildTime

-PreLink_Cmds=cl /c /nologo /Fo..\Release\ /Fd..\Release\winvnc /MT buildTime.cxx

-# End Special Build Tool

-

-!ELSEIF  "$(CFG)" == "winvnc - 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\winvnc"

-# 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 /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /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 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../Debug/winvnc4.exe" /fixed:no

-# SUBTRACT LINK32 /profile /incremental:no

-# Begin Special Build Tool

-SOURCE="$(InputPath)"

-PreLink_Desc=Updating buildTime

-PreLink_Cmds=cl /c /nologo /Fo..\Debug\ /Fd..\Debug\winvnc /MTd buildTime.cxx

-# End Special Build Tool

-

-!ELSEIF  "$(CFG)" == "winvnc - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "winvnc___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "winvnc___Win32_Debug_Unicode"

-# PROP BASE Ignore_Export_Lib 0

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\winvnc"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /d "_DEBUG"

-BSC32=bscmake.exe

-# ADD BASE BSC32 /nologo

-# ADD BSC32 /nologo

-LINK32=link.exe

-# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../Debug/winvnc4.exe" /fixed:no

-# SUBTRACT BASE LINK32 /pdb:none

-# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\Debug_Unicode/winvnc4.exe" /fixed:no

-# SUBTRACT LINK32 /pdb:none

-# Begin Special Build Tool

-SOURCE="$(InputPath)"

-PreLink_Desc=Updating buildTime

-PreLink_Cmds=cl /c /nologo /Fo..\Debug_Unicode /Fd..\Debug_Unicode\winvnc /MTd buildTime.cxx

-# End Special Build Tool

-

-!ENDIF 

-

-# Begin Target

-

-# Name "winvnc - Win32 Release"

-# Name "winvnc - Win32 Debug"

-# Name "winvnc - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\buildTime.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ControlPanel.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\JavaViewer.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\ManagedListener.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\QueryConnectDialog.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\STrayIcon.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServerService.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServerWin32.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\winvnc.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\winvnc.rc

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\AddNewClientDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ControlPanel.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\JavaViewer.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\ManagedListener.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\QueryConnectDialog.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\STrayIcon.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServerService.h

-# End Source File

-# Begin Source File

-

-SOURCE=.\VNCServerWin32.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"

-# Begin Source File

-

-SOURCE=.\connecte.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\connected.ico

-# End Source File

-# Begin Source File

-

-SOURCE=.\icon_dis.ico

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\common\javabin\logo150x150.gif

-# End Source File

-# Begin Source File

-

-SOURCE=.\winvnc.bmp

-# End Source File

-# Begin Source File

-

-SOURCE=.\winvnc.ico

-# End Source File

-# End Group

-# Begin Source File

-

-SOURCE=..\..\common\javabin\index.vnc

-# End Source File

-# Begin Source File

-

-SOURCE=..\..\common\javabin\vncviewer.jar

-# End Source File

-# Begin Source File

-

-SOURCE=.\winvnc4.exe.manifest

-# End Source File

-# End Target

-# End Project

diff --git a/win/wm_hooks/wm_hooks.dsp b/win/wm_hooks/wm_hooks.dsp
deleted file mode 100644
index 65e4b86..0000000
--- a/win/wm_hooks/wm_hooks.dsp
+++ /dev/null
@@ -1,149 +0,0 @@
-# Microsoft Developer Studio Project File - Name="wm_hooks" - Package Owner=<4>

-# Microsoft Developer Studio Generated Build File, Format Version 6.00

-# ** DO NOT EDIT **

-

-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

-

-CFG=wm_hooks - Win32 Debug Unicode

-!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 "wm_hooks.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 "wm_hooks.mak" CFG="wm_hooks - Win32 Debug Unicode"

-!MESSAGE 

-!MESSAGE Possible choices for configuration are:

-!MESSAGE 

-!MESSAGE "wm_hooks - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")

-!MESSAGE "wm_hooks - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")

-!MESSAGE "wm_hooks - Win32 Debug Unicode" (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)" == "wm_hooks - 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\wm_hooks"

-# 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 "WM_HOOKS_EXPORTS" /YX /FD /c

-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /FI"../../common/rdr/msvcwarning.h" /D "NDEBUG" /D "_MBCS" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /YX /FD /c

-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "NDEBUG"

-# ADD RSC /l 0x809 /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 /nologo /dll /machine:I386

-

-!ELSEIF  "$(CFG)" == "wm_hooks - 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\wm_hooks"

-# 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 "WM_HOOKS_EXPORTS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"../../common/rdr/msvcwarning.h" /D "_DEBUG" /D "_MBCS" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /YX /FD /GZ /c

-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /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 /nologo /dll /incremental:no /debug /machine:I386 /pdbtype:sept

-# SUBTRACT LINK32 /profile

-

-!ELSEIF  "$(CFG)" == "wm_hooks - Win32 Debug Unicode"

-

-# PROP BASE Use_MFC 0

-# PROP BASE Use_Debug_Libraries 1

-# PROP BASE Output_Dir "wm_hooks___Win32_Debug_Unicode"

-# PROP BASE Intermediate_Dir "wm_hooks___Win32_Debug_Unicode"

-# PROP BASE Ignore_Export_Lib 0

-# PROP BASE Target_Dir ""

-# PROP Use_MFC 0

-# PROP Use_Debug_Libraries 1

-# PROP Output_Dir "..\Debug_Unicode"

-# PROP Intermediate_Dir "..\Debug_Unicode\wm_hooks"

-# PROP Ignore_Export_Lib 0

-# PROP Target_Dir ""

-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c

-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"../../common/rdr/msvcwarning.h" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /YX /FD /GZ /c

-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32

-# ADD BASE RSC /l 0x809 /d "_DEBUG"

-# ADD RSC /l 0x809 /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 /nologo /dll /debug /machine:I386 /pdbtype:sept

-

-!ENDIF 

-

-# Begin Target

-

-# Name "wm_hooks - Win32 Release"

-# Name "wm_hooks - Win32 Debug"

-# Name "wm_hooks - Win32 Debug Unicode"

-# Begin Group "Source Files"

-

-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"

-# Begin Source File

-

-SOURCE=.\wm_hooks.cxx

-# End Source File

-# Begin Source File

-

-SOURCE=.\wm_hooks.def

-# End Source File

-# Begin Source File

-

-SOURCE=.\wm_hooks.rc

-# End Source File

-# End Group

-# Begin Group "Header Files"

-

-# PROP Default_Filter "h;hpp;hxx;hm;inl"

-# Begin Source File

-

-SOURCE=.\wm_hooks.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