diff --git a/plugins/checksum/checksum-xp.vcxproj b/plugins/checksum/checksum-xp.vcxproj
new file mode 100644
index 00000000..68c50e6c
--- /dev/null
+++ b/plugins/checksum/checksum-xp.vcxproj
@@ -0,0 +1,110 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}
+ Win32Proj
+ checksum
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcchecksum
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcchecksum
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;CHECKSUM_EXPORTS;%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ checksum.def
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;CHECKSUM_EXPORTS;%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ checksum.def
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/checksum/checksum-xp.vcxproj.filters b/plugins/checksum/checksum-xp.vcxproj.filters
new file mode 100644
index 00000000..e6ef5e81
--- /dev/null
+++ b/plugins/checksum/checksum-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/plugins/dns/dns-xp.vcxproj b/plugins/dns/dns-xp.vcxproj
new file mode 100644
index 00000000..58552712
--- /dev/null
+++ b/plugins/dns/dns-xp.vcxproj
@@ -0,0 +1,116 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9}
+ Win32Proj
+ dns
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcdns
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcdns
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;DNS_EXPORTS;%(PreprocessorDefinitions)
+ ..;%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+ dns.def
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;DNS_EXPORTS;%(PreprocessorDefinitions)
+ ..;%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+ dns.def
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/dns/dns-xp.vcxproj.filters b/plugins/dns/dns-xp.vcxproj.filters
new file mode 100644
index 00000000..a49dc1e2
--- /dev/null
+++ b/plugins/dns/dns-xp.vcxproj.filters
@@ -0,0 +1,35 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Header Files
+
+
+
\ No newline at end of file
diff --git a/plugins/doat/doat-xp.vcxproj b/plugins/doat/doat-xp.vcxproj
new file mode 100644
index 00000000..9a317d2a
--- /dev/null
+++ b/plugins/doat/doat-xp.vcxproj
@@ -0,0 +1,106 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D}
+ Win32Proj
+ doat
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcdoat
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcdoat
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;DOAT_EXPORTS;%(PreprocessorDefinitions)
+ ..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ doat.def
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;DOAT_EXPORTS;%(PreprocessorDefinitions)
+ ..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ doat.def
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/doat/doat-xp.vcxproj.filters b/plugins/doat/doat-xp.vcxproj.filters
new file mode 100644
index 00000000..43ea8307
--- /dev/null
+++ b/plugins/doat/doat-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/plugins/exec/exec-xp.vcxproj b/plugins/exec/exec-xp.vcxproj
new file mode 100644
index 00000000..3d7d8ea6
--- /dev/null
+++ b/plugins/exec/exec-xp.vcxproj
@@ -0,0 +1,108 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76}
+ Win32Proj
+ exec
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcexec
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcexec
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+ false
+
+
+ Windows
+ true
+ true
+ true
+ exec.def
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;EXEC_EXPORTS;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+ false
+
+
+ Windows
+ true
+ true
+ true
+ exec.def
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/exec/exec-xp.vcxproj.filters b/plugins/exec/exec-xp.vcxproj.filters
new file mode 100644
index 00000000..f800df93
--- /dev/null
+++ b/plugins/exec/exec-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/fishlim/fishlim-xp.vcxproj b/plugins/fishlim/fishlim-xp.vcxproj
new file mode 100644
index 00000000..a6985219
--- /dev/null
+++ b/plugins/fishlim/fishlim-xp.vcxproj
@@ -0,0 +1,122 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}
+ Win32Proj
+ fishlim
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcfishlim
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcfishlim
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;FISHLIM_EXPORTS;%(PreprocessorDefinitions)
+ true
+ $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ fishlim.def
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;FISHLIM_EXPORTS;%(PreprocessorDefinitions)
+ true
+ $(DepsRoot)\include;$(Glib);..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ fishlim.def
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/fishlim/fishlim-xp.vcxproj.filters b/plugins/fishlim/fishlim-xp.vcxproj.filters
new file mode 100644
index 00000000..72e9f017
--- /dev/null
+++ b/plugins/fishlim/fishlim-xp.vcxproj.filters
@@ -0,0 +1,59 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/hextray/hextray-xp.vcxproj b/plugins/hextray/hextray-xp.vcxproj
new file mode 100644
index 00000000..dbf4f2cf
--- /dev/null
+++ b/plugins/hextray/hextray-xp.vcxproj
@@ -0,0 +1,132 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14}
+ Win32Proj
+ hextray
+
+
+
+ DynamicLibrary
+ false
+ true
+ Unicode
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ Unicode
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ xtray.def
+ ntstc_msvcrt.lib;%(AdditionalDependencies)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;XTRAY_EXPORTS;_STL70_;_STATIC_CPPLIB;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ xtray.def
+ ntstc_msvcrt.lib;%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/hextray/hextray-xp.vcxproj.filters b/plugins/hextray/hextray-xp.vcxproj.filters
new file mode 100644
index 00000000..b83dc813
--- /dev/null
+++ b/plugins/hextray/hextray-xp.vcxproj.filters
@@ -0,0 +1,103 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+ {448b49a5-e68b-451e-bfbc-0855da024b2e}
+
+
+ {8345128a-0635-43d6-9115-a85ad9c77ee2}
+
+
+
+
+ Resource Files
+
+
+ Resource Files\bitmaps
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+ Resource Files\icons
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
\ No newline at end of file
diff --git a/plugins/lua/lua-xp.vcxproj b/plugins/lua/lua-xp.vcxproj
new file mode 100644
index 00000000..361baeac
--- /dev/null
+++ b/plugins/lua/lua-xp.vcxproj
@@ -0,0 +1,134 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729}
+ Win32Proj
+ lua
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(LuaOutput)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(LuaOutput)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ $(DepsRoot)\lib;$(OutDir);%(AdditionalLibraryDirectories)
+ "$(LuaLib).lib";;dirent-win32.lib;%(AdditionalDependencies)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ $(DepsRoot)\lib;$(OutDir);%(AdditionalLibraryDirectories)
+ "$(LuaLib).lib";;dirent-win32.lib;%(AdditionalDependencies)
+
+
+
+
+ "$(LuaLib).lib";$(DepLibs);dirent-win32.lib;%(AdditionalDependencies)
+
+
+
+
+ "$(LuaLib).lib";$(DepLibs);dirent-win32.lib;%(AdditionalDependencies)
+
+
+
+
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;$(OwnFlags);snprintf=g_snprintf;%(PreprocessorDefinitions)
+ true
+
+
+ lua.def
+
+
+
+
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;$(OwnFlags);snprintf=g_snprintf;%(PreprocessorDefinitions)
+ true
+
+
+ lua.def
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/lua/lua-xp.vcxproj.filters b/plugins/lua/lua-xp.vcxproj.filters
new file mode 100644
index 00000000..9c7e3d89
--- /dev/null
+++ b/plugins/lua/lua-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/perl/perl-512-xp.vcxproj b/plugins/perl/perl-512-xp.vcxproj
new file mode 100644
index 00000000..79557fe4
--- /dev/null
+++ b/plugins/perl/perl-512-xp.vcxproj
@@ -0,0 +1,128 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {987E9374-98A1-44BA-946F-D3472D7A7055}
+ Win32Proj
+ perl512
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(Perl512Output)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(Perl512Output)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL512_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ true
+ $(Perl512Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ $(OutDir);%(AdditionalLibraryDirectories)
+ $(Perl512Lib).lib;%(AdditionalDependencies)
+ perl.def
+ $(Perl512Lib).dll;%(DelayLoadDLLs)
+
+
+ "$(GendefPath)\gendef" "$(Perl512Path)\perl\bin\$(Perl512Lib).dll"
+move $(Perl512Lib).def "$(IntDir)"
+lib /nologo /machine:x86 "/def:$(IntDir)$(Perl512Lib).def" "/out:$(OutDir)\$(Perl512Lib).lib"
+"$(Perl512Path)\perl\bin\perl.exe" generate_header
+move irc.pm.h "$(IntDir)"
+move xchat.pm.h "$(IntDir)"
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL512_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ true
+ $(Perl512Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ $(OutDir);%(AdditionalLibraryDirectories)
+ $(Perl512Lib).lib;%(AdditionalDependencies)
+ perl.def
+ $(Perl512Lib).dll;%(DelayLoadDLLs)
+
+
+ "$(GendefPath)\gendef" "$(Perl512Path)\perl\bin\$(Perl512Lib).dll"
+move $(Perl512Lib).def "$(IntDir)"
+lib /nologo /machine:x64 "/def:$(IntDir)$(Perl512Lib).def" "/out:$(OutDir)\$(Perl512Lib).lib"
+"$(Perl512Path)\perl\bin\perl.exe" generate_header
+move irc.pm.h "$(IntDir)"
+move xchat.pm.h "$(IntDir)"
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/perl/perl-512-xp.vcxproj.filters b/plugins/perl/perl-512-xp.vcxproj.filters
new file mode 100644
index 00000000..c6c78a57
--- /dev/null
+++ b/plugins/perl/perl-512-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/plugins/perl/perl-514-xp.vcxproj b/plugins/perl/perl-514-xp.vcxproj
new file mode 100644
index 00000000..6d8e0dbc
--- /dev/null
+++ b/plugins/perl/perl-514-xp.vcxproj
@@ -0,0 +1,128 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}
+ Win32Proj
+ perl514
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(Perl514Output)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(Perl514Output)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL514_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(Perl514Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ $(OutDir);%(AdditionalLibraryDirectories)
+ $(Perl514Lib).lib;%(AdditionalDependencies)
+ perl.def
+ $(Perl514Lib).dll;%(DelayLoadDLLs)
+
+
+ "$(GendefPath)\gendef" "$(Perl514Path)\perl\bin\$(Perl514Lib).dll"
+move $(Perl514Lib).def "$(IntDir)"
+lib /nologo /machine:x86 "/def:$(IntDir)$(Perl514Lib).def" "/out:$(OutDir)\$(Perl514Lib).lib"
+"$(Perl514Path)\perl\bin\perl.exe" generate_header
+move irc.pm.h "$(IntDir)"
+move xchat.pm.h "$(IntDir)"
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL514_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(Perl514Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ $(OutDir);%(AdditionalLibraryDirectories)
+ $(Perl514Lib).lib;%(AdditionalDependencies)
+ perl.def
+ $(Perl514Lib).dll;%(DelayLoadDLLs)
+
+
+ "$(GendefPath)\gendef" "$(Perl514Path)\perl\bin\$(Perl514Lib).dll"
+move $(Perl514Lib).def "$(IntDir)"
+lib /nologo /machine:x64 "/def:$(IntDir)$(Perl514Lib).def" "/out:$(OutDir)\$(Perl514Lib).lib"
+"$(Perl514Path)\perl\bin\perl.exe" generate_header
+move irc.pm.h "$(IntDir)"
+move xchat.pm.h "$(IntDir)"
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/perl/perl-514-xp.vcxproj.filters b/plugins/perl/perl-514-xp.vcxproj.filters
new file mode 100644
index 00000000..c6c78a57
--- /dev/null
+++ b/plugins/perl/perl-514-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/plugins/perl/perl-516-xp.vcxproj b/plugins/perl/perl-516-xp.vcxproj
new file mode 100644
index 00000000..1e67fd8b
--- /dev/null
+++ b/plugins/perl/perl-516-xp.vcxproj
@@ -0,0 +1,128 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {58654438-F674-42F7-88FA-73EF90AD80B1}
+ Win32Proj
+ perl516
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(Perl516Output)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(Perl516Output)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(Perl516Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ $(OutDir);%(AdditionalLibraryDirectories)
+ $(Perl516Lib).lib;%(AdditionalDependencies)
+ perl.def
+ $(Perl516Lib).dll;%(DelayLoadDLLs)
+
+
+ "$(GendefPath)\gendef" "$(Perl516Path)\perl\bin\$(Perl516Lib).dll"
+move $(Perl516Lib).def "$(IntDir)"
+lib /nologo /machine:x86 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib"
+"$(Perl516Path)\perl\bin\perl.exe" generate_header
+move irc.pm.h "$(IntDir)"
+move xchat.pm.h "$(IntDir)"
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(Perl516Path)\perl\lib\CORE;$(IntDir);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ $(OutDir);%(AdditionalLibraryDirectories)
+ $(Perl516Lib).lib;%(AdditionalDependencies)
+ perl.def
+ $(Perl516Lib).dll;%(DelayLoadDLLs)
+
+
+ "$(GendefPath)\gendef" "$(Perl516Path)\perl\bin\$(Perl516Lib).dll"
+move $(Perl516Lib).def "$(IntDir)"
+lib /nologo /machine:x64 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib"
+"$(Perl516Path)\perl\bin\perl.exe" generate_header
+move irc.pm.h "$(IntDir)"
+move xchat.pm.h "$(IntDir)"
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/perl/perl-516-xp.vcxproj.filters b/plugins/perl/perl-516-xp.vcxproj.filters
new file mode 100644
index 00000000..f6d00b5c
--- /dev/null
+++ b/plugins/perl/perl-516-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/python/python-xp.vcxproj b/plugins/python/python-xp.vcxproj
new file mode 100644
index 00000000..1363d31b
--- /dev/null
+++ b/plugins/python/python-xp.vcxproj
@@ -0,0 +1,110 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {19C52A0A-A790-409E-A28A-9745FF990F5C}
+ Win32Proj
+ python
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(PythonOutput)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(PythonOutput)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(Glib);$(PythonPath)\include;..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ python.def
+ "$(PythonLib).lib";$(DepLibs);dirent-win32.lib;%(AdditionalDependencies)
+ $(DepsRoot)\lib;$(OutDir);$(PythonPath)\libs;%(AdditionalLibraryDirectories)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PYTHON_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(Glib);$(PythonPath)\include;..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ python.def
+ "$(PythonLib).lib";$(DepLibs);dirent-win32.lib;%(AdditionalDependencies)
+ $(DepsRoot)\lib;$(OutDir);$(PythonPath)\libs;%(AdditionalLibraryDirectories)
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/python/python-xp.vcxproj.filters b/plugins/python/python-xp.vcxproj.filters
new file mode 100644
index 00000000..d56e53b6
--- /dev/null
+++ b/plugins/python/python-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/sasl/sasl-xp.vcxproj b/plugins/sasl/sasl-xp.vcxproj
new file mode 100644
index 00000000..0659d69f
--- /dev/null
+++ b/plugins/sasl/sasl-xp.vcxproj
@@ -0,0 +1,110 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {18871EBA-AC85-4652-8919-EB8064B9A714}
+ Win32Proj
+ sasl
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcsasl
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcsasl
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions)
+ $(Glib);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ sasl.def
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;SASL_EXPORTS;%(PreprocessorDefinitions)
+ $(Glib);..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ sasl.def
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ $(DepLibs);%(AdditionalDependencies)
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/sasl/sasl-xp.vcxproj.filters b/plugins/sasl/sasl-xp.vcxproj.filters
new file mode 100644
index 00000000..51596443
--- /dev/null
+++ b/plugins/sasl/sasl-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/tcl/tcl-xp.vcxproj b/plugins/tcl/tcl-xp.vcxproj
new file mode 100644
index 00000000..08d55b2c
--- /dev/null
+++ b/plugins/tcl/tcl-xp.vcxproj
@@ -0,0 +1,114 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7}
+ Win32Proj
+ tcl
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(TclOutput)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(TclOutput)
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+ NotUsing
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions)
+ $(TclPath)\include;..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ $(TclPath)\lib;%(AdditionalLibraryDirectories)
+ "$(TclLib).lib";%(AdditionalDependencies)
+ tcl.def
+ $(TclLib).dll;%(DelayLoadDLLs)
+
+
+
+
+ Level1
+ NotUsing
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;TCL_EXPORTS;TCL_DLL="$(TclLib).dll";$(OwnFlags);%(PreprocessorDefinitions)
+ $(TclPath)\include;..;%(AdditionalIncludeDirectories)
+ true
+
+
+ Windows
+ true
+ true
+ true
+ $(TclPath)\lib;%(AdditionalLibraryDirectories)
+ "$(TclLib).lib";%(AdditionalDependencies)
+ tcl.def
+ $(TclLib).dll;%(DelayLoadDLLs)
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/tcl/tcl-xp.vcxproj.filters b/plugins/tcl/tcl-xp.vcxproj.filters
new file mode 100644
index 00000000..43f63d84
--- /dev/null
+++ b/plugins/tcl/tcl-xp.vcxproj.filters
@@ -0,0 +1,35 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/plugins/upd/upd-xp.vcxproj b/plugins/upd/upd-xp.vcxproj
new file mode 100644
index 00000000..b602f9f4
--- /dev/null
+++ b/plugins/upd/upd-xp.vcxproj
@@ -0,0 +1,112 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A}
+ Win32Proj
+ upd
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcupd
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcupd
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+ false
+
+
+ Windows
+ true
+ true
+ true
+ upd.def
+ $(DepLibs);%(AdditionalDependencies)
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;UPD_EXPORTS;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+ false
+
+
+ Windows
+ true
+ true
+ true
+ upd.def
+ $(DepLibs);%(AdditionalDependencies)
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/upd/upd-xp.vcxproj.filters b/plugins/upd/upd-xp.vcxproj.filters
new file mode 100644
index 00000000..e3d7397e
--- /dev/null
+++ b/plugins/upd/upd-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/winamp/winamp-xp.vcxproj b/plugins/winamp/winamp-xp.vcxproj
new file mode 100644
index 00000000..fd5ccb6e
--- /dev/null
+++ b/plugins/winamp/winamp-xp.vcxproj
@@ -0,0 +1,106 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}
+ Win32Proj
+ winamp
+
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcwinamp
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcwinamp
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ winamp.def
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WINAMP_EXPORTS;%(PreprocessorDefinitions)
+ true
+ ..;%(AdditionalIncludeDirectories)
+
+
+ Windows
+ true
+ true
+ true
+ winamp.def
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/winamp/winamp-xp.vcxproj.filters b/plugins/winamp/winamp-xp.vcxproj.filters
new file mode 100644
index 00000000..1a800a33
--- /dev/null
+++ b/plugins/winamp/winamp-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/winsys/winsys-xp.vcxproj b/plugins/winsys/winsys-xp.vcxproj
new file mode 100644
index 00000000..70c5892a
--- /dev/null
+++ b/plugins/winsys/winsys-xp.vcxproj
@@ -0,0 +1,112 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA}
+ Win32Proj
+ winsys
+
+
+
+ DynamicLibrary
+ false
+ true
+ Unicode
+ WDK7
+
+
+ DynamicLibrary
+ false
+ true
+ Unicode
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcwinsys
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcwinsys
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSYS_EXPORTS;%(PreprocessorDefinitions)
+ ..;%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+ winsys.def
+ wbemuuid.lib;vccomsup.lib;%(AdditionalDependencies)
+ comsupp.lib
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WINSYS_EXPORTS;%(PreprocessorDefinitions)
+ ..;%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+ winsys.def
+ wbemuuid.lib;vccomsup.lib;%(AdditionalDependencies)
+ comsupp.lib
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/winsys/winsys-xp.vcxproj.filters b/plugins/winsys/winsys-xp.vcxproj.filters
new file mode 100644
index 00000000..6e5b445c
--- /dev/null
+++ b/plugins/winsys/winsys-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/plugins/wmpa/wmpa-xp.vcxproj b/plugins/wmpa/wmpa-xp.vcxproj
new file mode 100644
index 00000000..788f9178
--- /dev/null
+++ b/plugins/wmpa/wmpa-xp.vcxproj
@@ -0,0 +1,164 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}
+ Win32Proj
+ wmpa
+
+
+
+ DynamicLibrary
+ false
+ false
+ MultiByte
+ WDK7
+ Dynamic
+
+
+ DynamicLibrary
+ false
+ false
+ MultiByte
+ WDK7
+ Dynamic
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hcwmpa
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hcwmpa
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+ Create
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;_USRDLL;WMPA_EXPORTS;_AFXDLL;_AFX_NO_DAO_SUPPORT;%(PreprocessorDefinitions)
+ false
+
+
+ Windows
+ true
+ true
+ true
+ wmpa.def
+
+
+ true
+
+
+
+
+ Level1
+ Create
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;WMPA_EXPORTS;_AFXDLL;_AFX_NO_DAO_SUPPORT;%(PreprocessorDefinitions)
+ false
+
+
+ Windows
+ true
+ true
+ true
+ wmpa.def
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/plugins/wmpa/wmpa-xp.vcxproj.filters b/plugins/wmpa/wmpa-xp.vcxproj.filters
new file mode 100644
index 00000000..2be9d82f
--- /dev/null
+++ b/plugins/wmpa/wmpa-xp.vcxproj.filters
@@ -0,0 +1,180 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+ {c54ddc93-06ab-4a74-854a-9ec976b7bfd0}
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files\res
+
+
+
+
+ Resource Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/src/common/common-xp.vcxproj b/src/common/common-xp.vcxproj
new file mode 100644
index 00000000..2546b11e
--- /dev/null
+++ b/src/common/common-xp.vcxproj
@@ -0,0 +1,161 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {87554B59-006C-4D94-9714-897B27067BA3}
+ Win32Proj
+ common
+
+
+
+ StaticLibrary
+ false
+ true
+ MultiByte
+ v110
+
+
+ StaticLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/common/common-xp.vcxproj.filters b/src/common/common-xp.vcxproj.filters
new file mode 100644
index 00000000..5be20199
--- /dev/null
+++ b/src/common/common-xp.vcxproj.filters
@@ -0,0 +1,200 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/src/dirent/dirent-xp.vcxproj b/src/dirent/dirent-xp.vcxproj
new file mode 100644
index 00000000..0df2bf7e
--- /dev/null
+++ b/src/dirent/dirent-xp.vcxproj
@@ -0,0 +1,100 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+
+
+
+
+
+
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ Win32Proj
+ dirent
+
+
+
+ StaticLibrary
+ false
+ true
+ MultiByte
+ v110
+
+
+ StaticLibrary
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(ProjectName)-win32
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ $(ProjectName)-win32
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
+ true
+
+
+ Windows
+ true
+ true
+ true
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;%(PreprocessorDefinitions)
+ true
+
+
+ Windows
+ true
+ true
+ true
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/dirent/dirent-xp.vcxproj.filters b/src/dirent/dirent-xp.vcxproj.filters
new file mode 100644
index 00000000..d889015d
--- /dev/null
+++ b/src/dirent/dirent-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/src/fe-gtk/fe-gtk-xp.vcxproj b/src/fe-gtk/fe-gtk-xp.vcxproj
new file mode 100644
index 00000000..0a035e14
--- /dev/null
+++ b/src/fe-gtk/fe-gtk-xp.vcxproj
@@ -0,0 +1,182 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}
+ Win32Proj
+ fegtk
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ v110
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hexchat
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hexchat
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+ $(DepsRoot)\lib;$(OutDir);%(AdditionalLibraryDirectories)
+ $(DepLibs);common.lib;dirent-win32.lib;%(AdditionalDependencies)
+ mainCRTStartup
+ false
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)
+ true
+ false
+
+
+ Windows
+ true
+ true
+ true
+ $(DepsRoot)\lib;$(OutDir);%(AdditionalLibraryDirectories)
+ $(DepLibs);common.lib;dirent-win32.lib;%(AdditionalDependencies)
+ mainCRTStartup
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/fe-gtk/fe-gtk-xp.vcxproj.filters b/src/fe-gtk/fe-gtk-xp.vcxproj.filters
new file mode 100644
index 00000000..370a1ad4
--- /dev/null
+++ b/src/fe-gtk/fe-gtk-xp.vcxproj.filters
@@ -0,0 +1,222 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+ Source Files
+
+
+
+
+ Resource Files
+
+
+
+
+ Resource Files
+
+
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/src/fe-text/fe-text-xp.vcxproj b/src/fe-text/fe-text-xp.vcxproj
new file mode 100644
index 00000000..faf9ddd6
--- /dev/null
+++ b/src/fe-text/fe-text-xp.vcxproj
@@ -0,0 +1,109 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280}
+ Win32Proj
+ fetext
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ v110
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ hexchat-text
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ hexchat-text
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories)
+ true
+
+
+ Console
+ true
+ true
+ true
+ $(DepLibs);"$(OutDir)\common.lib";"$(OutDir)\dirent-win32.lib";%(AdditionalDependencies)
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+ false
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;$(OwnFlags);%(PreprocessorDefinitions)
+ $(DepsRoot)\include;$(Glib);%(AdditionalIncludeDirectories)
+ true
+
+
+ Console
+ true
+ true
+ true
+ $(DepLibs);"$(OutDir)\common.lib";"$(OutDir)\dirent-win32.lib";%(AdditionalDependencies)
+ $(DepsRoot)\lib;%(AdditionalLibraryDirectories)
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/fe-text/fe-text-xp.vcxproj.filters b/src/fe-text/fe-text-xp.vcxproj.filters
new file mode 100644
index 00000000..e8a4bcc5
--- /dev/null
+++ b/src/fe-text/fe-text-xp.vcxproj.filters
@@ -0,0 +1,23 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+ {93995380-89BD-4b04-88EB-625FBE52EBFB}
+ h;hpp;hxx;hm;inl;inc;xsd
+
+
+
+
+ Header Files
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj
new file mode 100644
index 00000000..70871439
--- /dev/null
+++ b/src/pixmaps/pixmaps-xp.vcxproj
@@ -0,0 +1,110 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642}
+ Win32Proj
+ pixmaps
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ v110
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+ true
+ true
+
+
+ "$(DepsRoot)\bin\gdk-pixbuf-csource" --build-list $(Pixmaps) > "$(SolutionDir)\..\src\pixmaps\inline_pngs.h"
+
+
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+
+
+ Console
+ true
+ true
+ true
+
+
+ "$(DepsRoot)\bin\gdk-pixbuf-csource" --build-list $(Pixmaps) > "$(SolutionDir)\..\src\pixmaps\inline_pngs.h"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pixmaps/pixmaps-xp.vcxproj.filters b/src/pixmaps/pixmaps-xp.vcxproj.filters
new file mode 100644
index 00000000..5944362a
--- /dev/null
+++ b/src/pixmaps/pixmaps-xp.vcxproj.filters
@@ -0,0 +1,41 @@
+
+
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/src/version/version-xp.vcxproj b/src/version/version-xp.vcxproj
new file mode 100644
index 00000000..c52a3967
--- /dev/null
+++ b/src/version/version-xp.vcxproj
@@ -0,0 +1,103 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {6CD3647E-4541-4849-9DD7-C8816665AE42}
+ Win32Proj
+ version
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ v110
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ false
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ false
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+ "$(OutDir)\$(TargetName)$(TargetExt)" -r > "$(SolutionDir)\..\resource.h"
+
+
+
+
+ Level1
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;_WIN64;_AMD64_;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)
+ true
+
+
+ Console
+ true
+ true
+ true
+
+
+ "$(OutDir)\$(TargetName)$(TargetExt)" -r > "$(SolutionDir)\..\resource.h"
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/version/version-xp.vcxproj.filters b/src/version/version-xp.vcxproj.filters
new file mode 100644
index 00000000..decec7d0
--- /dev/null
+++ b/src/version/version-xp.vcxproj.filters
@@ -0,0 +1,14 @@
+
+
+
+
+ {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
+ cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx
+
+
+
+
+ Source Files
+
+
+
\ No newline at end of file
diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj
new file mode 100644
index 00000000..77f97838
--- /dev/null
+++ b/win32/copy/copy-xp.vcxproj
@@ -0,0 +1,228 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912}
+ copy
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+
+
+ true
+ true
+ true
+
+
+ rmdir /q /s "$(HexChatDest)"
+mkdir "$(HexChatDest)"
+echo 2> portable-mode
+move portable-mode "$(HexChatDest)"
+copy "$(OutDir)\hexchat.exe" "$(HexChatDest)"
+copy "$(OutDir)\hexchat-text.exe" "$(HexChatDest)"
+copy "$(OutDir)\thememan.exe" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libcairo-2.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libexpat-1.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libfontconfig-1.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\freetype6.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgdk_pixbuf-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgdk-win32-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgio-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libglib-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgmodule-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgobject-2.0-0.dll" "$(HexChatDest)
+copy "$(DepsRoot)\bin\libgthread-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgtk-win32-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\intl.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpango-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpangocairo-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpangoft2-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpangowin32-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpng14-14.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatDest)"
+xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatDest)\lib\gtk-2.0\2.10.0\engines"
+xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatDest)\lib\gtk-2.0\modules\"
+xcopy /q /s /i etc "$(HexChatDest)\etc"
+xcopy /q /s /i share "$(HexChatDest)\share"
+copy "..\..\COPYING" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.OPENSSL" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.ZLIB" "$(HexChatDest)"
+copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(HexChatDest)\LICENSE.GTK"
+copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.1" "$(HexChatDest)\LICENSE.CAIRO"
+copy "$(DepsRoot)\LICENSE.LUA" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.LIBXML" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\cert.pem" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatDest)"
+xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatDest)\lib\enchant\"
+xcopy /q /s /i "$(OutDir)hcchecksum.dll" "$(HexChatDest)\plugins\"
+copy "$(OutDir)\hcdns.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcdoat.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcexec.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcfishlim.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hclua.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcperl-512.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcperl-514.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcperl-516.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcpython.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hctcl.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcupd.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcsasl.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hextray.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcwinamp.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcwinsys.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcwmpa.dll" "$(HexChatDest)\plugins"
+copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatDest)"
+xcopy /q /s /i "$(OutDir)\locale" "$(HexChatDest)\locale"
+xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatDest)\share\locale"
+copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatDest)"
+copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatDest)"
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+
+
+ true
+ true
+ true
+
+
+ rmdir /q /s "$(HexChatDest)"
+mkdir "$(HexChatDest)"
+echo 2> portable-mode
+move portable-mode "$(HexChatDest)"
+copy "$(OutDir)\hexchat.exe" "$(HexChatDest)"
+copy "$(OutDir)\hexchat-text.exe" "$(HexChatDest)"
+copy "$(OutDir)\thememan.exe" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libcairo-2.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libexpat-1.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libfontconfig-1.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libfreetype-6.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgdk_pixbuf-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgdk-win32-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgio-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libglib-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgmodule-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgobject-2.0-0.dll" "$(HexChatDest)
+copy "$(DepsRoot)\bin\libgthread-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libgtk-win32-2.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libintl-8.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpango-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpangocairo-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpangoft2-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpangowin32-1.0-0.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libpng14-14.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libxml2.dll" "$(HexChatDest)"
+xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(HexChatDest)\lib\gtk-2.0\2.10.0\engines"
+xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(HexChatDest)\lib\gtk-2.0\modules\"
+xcopy /q /s /i etc "$(HexChatDest)\etc"
+xcopy /q /s /i share "$(HexChatDest)\share"
+copy "..\..\COPYING" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.OPENSSL" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.ZLIB" "$(HexChatDest)"
+copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(HexChatDest)\LICENSE.GTK"
+copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.1" "$(HexChatDest)\LICENSE.CAIRO"
+copy "$(DepsRoot)\LICENSE.LUA" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.ENCHANT" "$(HexChatDest)"
+copy "$(DepsRoot)\LICENSE.LIBXML" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libeay32.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\ssleay32.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\zlib1.dll" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\cert.pem" "$(HexChatDest)"
+copy "$(DepsRoot)\bin\libenchant.dll" "$(HexChatDest)"
+xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(HexChatDest)\lib\enchant\"
+xcopy /q /s /i "$(OutDir)hcchecksum.dll" "$(HexChatDest)\plugins\"
+copy "$(OutDir)\hcdns.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcdoat.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcexec.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcfishlim.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hclua.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcperl-512.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcperl-514.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcperl-516.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcpython.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hctcl.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcupd.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcsasl.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hextray.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcwinamp.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcwinsys.dll" "$(HexChatDest)\plugins"
+copy "$(OutDir)\hcwmpa.dll" "$(HexChatDest)\plugins"
+copy "$(DepsRoot)\bin\lua51.dll" "$(HexChatDest)"
+xcopy /q /s /i "$(OutDir)\locale" "$(HexChatDest)\locale"
+xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatDest)\share\locale"
+copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatDest)"
+copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatDest)"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/win32/copy/copy-xp.vcxproj.filters b/win32/copy/copy-xp.vcxproj.filters
new file mode 100644
index 00000000..f832474d
--- /dev/null
+++ b/win32/copy/copy-xp.vcxproj.filters
@@ -0,0 +1,46 @@
+
+
+
+
+ {e02a8c67-767c-4c6e-a854-81fae08cf4da}
+
+
+ {503881c0-011d-443b-a373-4bfe125dcfa6}
+
+
+ {4316433a-2a8e-48f7-9020-e1f4de0d23d1}
+
+
+ {832ebebc-ab71-4bf6-9f3a-02ec748f7c14}
+
+
+ {9a881586-aed2-4f80-ba84-e521e6785566}
+
+
+ {c825f724-0618-4160-97b7-12d6e0f2bc7b}
+
+
+
+
+ Resource Files\etc
+
+
+ Resource Files\etc
+
+
+ Resource Files\etc
+
+
+ Resource Files\etc
+
+
+ Resource Files\etc\gtk-2.0
+
+
+ Resource Files\share\xml\iso-codes
+
+
+ Resource Files\share\xml\iso-codes
+
+
+
\ No newline at end of file
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props
new file mode 100644
index 00000000..cfb7fc57
--- /dev/null
+++ b/win32/hexchat-xp.props
@@ -0,0 +1,42 @@
+
+
+
+
+
+ d:\mozilla-build\hexchat\build
+ c:\mozilla-build\gendef
+ c:\mozilla-build\tcl-8.5
+ c:\mozilla-build\perl-5.12
+ c:\mozilla-build\perl-5.14
+ c:\mozilla-build\perl-5.16
+ c:\mozilla-build\python-2.7
+
+ G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;
+ $(YourDepsPath)\$(PlatformName)
+ $(YourGendefPath)
+ lua51
+ hclua
+ $(YourTclPath)\$(PlatformName)
+ tcl85
+ hctcl
+ $(YourPerl512Path)\$(PlatformName)
+ perl512
+ hcperl-512
+ $(YourPerl514Path)\$(PlatformName)
+ perl514
+ hcperl-514
+ $(YourPerl516Path)\$(PlatformName)
+ perl516
+ hcperl-516
+ $(YourPythonPath)\$(PlatformName)
+ python27
+ hcpython
+ $(DepsRoot)\include\glib-2.0;$(DepsRoot)\lib\glib-2.0\include;$(DepsRoot)\include\libxml2
+ $(DepsRoot)\include\gtk-2.0;$(DepsRoot)\lib\gtk-2.0\include;$(DepsRoot)\include\atk-1.0;$(DepsRoot)\include\cairo;$(DepsRoot)\include\pango-1.0;$(DepsRoot)\include\gdk-pixbuf-2.0
+ bookpng "$(SolutionDir)\..\src\pixmaps\book.png" hoppng "$(SolutionDir)\..\src\pixmaps\hop.png" oppng "$(SolutionDir)\..\src\pixmaps\op.png" purplepng "$(SolutionDir)\..\src\pixmaps\purple.png" redpng "$(SolutionDir)\..\src\pixmaps\red.png" trayfilepng "$(SolutionDir)\..\src\pixmaps\fileoffer.png" trayhilightpng "$(SolutionDir)\..\src\pixmaps\highlight.png" traymsgpng "$(SolutionDir)\..\src\pixmaps\message.png" voicepng "$(SolutionDir)\..\src\pixmaps\voice.png" hexchatpng "$(SolutionDir)\..\hexchat.png"
+ gtk-win32-2.0.lib;gdk-win32-2.0.lib;atk-1.0.lib;gio-2.0.lib;gdk_pixbuf-2.0.lib;pangowin32-1.0.lib;pangocairo-1.0.lib;pango-1.0.lib;cairo.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;libintl.lib;libxml2.lib;libeay32.lib;ssleay32.lib;wininet.lib;winmm.lib;ws2_32.lib
+ $(SolutionDir)build\$(PlatformName)\rel
+
+
+
+
diff --git a/win32/hexchat-xp.sln b/win32/hexchat-xp.sln
new file mode 100644
index 00000000..6bc6cf0d
--- /dev/null
+++ b/win32/hexchat-xp.sln
@@ -0,0 +1,273 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Express 2012 for Windows Desktop
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\src\common\common-xp.vcxproj", "{87554B59-006C-4D94-9714-897B27067BA3}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dirent", "..\src\dirent\dirent-xp.vcxproj", "{98B56DF9-E4F1-4696-A565-5F7823CF214D}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pixmaps", "..\src\pixmaps\pixmaps-xp.vcxproj", "{626DA61C-FA8B-474C-B2F5-72AD9DFEE642}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "version", "..\src\version\version-xp.vcxproj", "{6CD3647E-4541-4849-9DD7-C8816665AE42}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fe-gtk", "..\src\fe-gtk\fe-gtk-xp.vcxproj", "{E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}"
+ ProjectSection(ProjectDependencies) = postProject
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642} = {626DA61C-FA8B-474C-B2F5-72AD9DFEE642}
+ {87554B59-006C-4D94-9714-897B27067BA3} = {87554B59-006C-4D94-9714-897B27067BA3}
+ {6CD3647E-4541-4849-9DD7-C8816665AE42} = {6CD3647E-4541-4849-9DD7-C8816665AE42}
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fe-text", "..\src\fe-text\fe-text-xp.vcxproj", "{E93E1255-95D1-4B08-8FDF-B53CC6A21280}"
+ ProjectSection(ProjectDependencies) = postProject
+ {87554B59-006C-4D94-9714-897B27067BA3} = {87554B59-006C-4D94-9714-897B27067BA3}
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "hexchat", "hexchat", "{AAACEB12-9475-410E-AF5A-FDFF907E9043}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "plugins", "plugins", "{561126F4-FA18-45FC-A2BF-8F858F161D6D}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripting", "scripting", "{D237DA6B-BD5F-46C0-8BEA-50E9A1340240}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{BB051F0F-A841-4A9A-BAF6-51DD9866D65A}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tcl", "..\plugins\tcl\tcl-xp.vcxproj", "{2773666A-8CFC-4533-A043-EAD59F16A1C7}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "perl-512", "..\plugins\perl\perl-512-xp.vcxproj", "{987E9374-98A1-44BA-946F-D3472D7A7055}"
+ ProjectSection(ProjectDependencies) = postProject
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "perl-514", "..\plugins\perl\perl-514-xp.vcxproj", "{C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}"
+ ProjectSection(ProjectDependencies) = postProject
+ {987E9374-98A1-44BA-946F-D3472D7A7055} = {987E9374-98A1-44BA-946F-D3472D7A7055}
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "perl-516", "..\plugins\perl\perl-516-xp.vcxproj", "{58654438-F674-42F7-88FA-73EF90AD80B1}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0} = {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "..\plugins\python\python-xp.vcxproj", "{19C52A0A-A790-409E-A28A-9745FF990F5C}"
+ ProjectSection(ProjectDependencies) = postProject
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua", "..\plugins\lua\lua-xp.vcxproj", "{646B4316-C8B8-4DB6-B6AE-E586929E5729}"
+ ProjectSection(ProjectDependencies) = postProject
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {98B56DF9-E4F1-4696-A565-5F7823CF214D}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "doat", "..\plugins\doat\doat-xp.vcxproj", "{4980AF24-9D42-427D-A8E6-0DF3B97C455D}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "checksum", "..\plugins\checksum\checksum-xp.vcxproj", "{5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dns", "..\plugins\dns\dns-xp.vcxproj", "{3786FA8C-3E76-45E3-984E-FCCFF44729C9}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "exec", "..\plugins\exec\exec-xp.vcxproj", "{17E4BE39-76F7-4A06-AD21-EFD0C5091F76}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fishlim", "..\plugins\fishlim\fishlim-xp.vcxproj", "{3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "upd", "..\plugins\upd\upd-xp.vcxproj", "{461DC24A-A410-4171-8C02-CCDBF3702C2A}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winamp", "..\plugins\winamp\winamp-xp.vcxproj", "{E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsys", "..\plugins\winsys\winsys-xp.vcxproj", "{6C0CA980-97C5-427A-BE61-5BCECAFABBDA}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sasl", "..\plugins\sasl\sasl-xp.vcxproj", "{18871EBA-AC85-4652-8919-EB8064B9A714}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hextray", "..\plugins\hextray\hextray-xp.vcxproj", "{3024CF36-85E5-4E00-9608-7002E2C7EF14}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wmpa", "..\plugins\wmpa\wmpa-xp.vcxproj", "{E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}"
+EndProject
+Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "release", "release", "{0FD996A7-464F-4981-8380-3DCA3A244A13}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nls", "nls\nls-xp.vcxproj", "{B10A2C41-344C-43E0-A32D-B9587C198D8B}"
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "copy", "copy\copy-xp.vcxproj", "{C9B735E4-75BC-45AC-A5E3-39A6D076F912}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19C52A0A-A790-409E-A28A-9745FF990F5C} = {19C52A0A-A790-409E-A28A-9745FF990F5C}
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D} = {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729} = {646B4316-C8B8-4DB6-B6AE-E586929E5729}
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D} = {4980AF24-9D42-427D-A8E6-0DF3B97C455D}
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14} = {3024CF36-85E5-4E00-9608-7002E2C7EF14}
+ {58654438-F674-42F7-88FA-73EF90AD80B1} = {58654438-F674-42F7-88FA-73EF90AD80B1}
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76} = {17E4BE39-76F7-4A06-AD21-EFD0C5091F76}
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B} = {B10A2C41-344C-43E0-A32D-B9587C198D8B}
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A} = {461DC24A-A410-4171-8C02-CCDBF3702C2A}
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280} = {E93E1255-95D1-4B08-8FDF-B53CC6A21280}
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7} = {2773666A-8CFC-4533-A043-EAD59F16A1C7}
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0} = {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}
+ {987E9374-98A1-44BA-946F-D3472D7A7055} = {987E9374-98A1-44BA-946F-D3472D7A7055}
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91} = {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA} = {6C0CA980-97C5-427A-BE61-5BCECAFABBDA}
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9} = {3786FA8C-3E76-45E3-984E-FCCFF44729C9}
+ {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC} = {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC}
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE} = {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}
+ {18871EBA-AC85-4652-8919-EB8064B9A714} = {18871EBA-AC85-4652-8919-EB8064B9A714}
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82} = {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}
+ {DE87FFCA-9606-4116-B747-062D88A56A28} = {DE87FFCA-9606-4116-B747-062D88A56A28}
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E} = {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "installer", "installer\installer-xp.vcxproj", "{5A0F4962-E670-4DA2-9E45-52CC47F26E2F}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912} = {C9B735E4-75BC-45AC-A5E3-39A6D076F912}
+ EndProjectSection
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "htm", "..\src\htm\htm.csproj", "{DE87FFCA-9606-4116-B747-062D88A56A28}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Release|Win32 = Release|Win32
+ Release|x64 = Release|x64
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {87554B59-006C-4D94-9714-897B27067BA3}.Release|Win32.ActiveCfg = Release|Win32
+ {87554B59-006C-4D94-9714-897B27067BA3}.Release|Win32.Build.0 = Release|Win32
+ {87554B59-006C-4D94-9714-897B27067BA3}.Release|x64.ActiveCfg = Release|x64
+ {87554B59-006C-4D94-9714-897B27067BA3}.Release|x64.Build.0 = Release|x64
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D}.Release|Win32.ActiveCfg = Release|Win32
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D}.Release|Win32.Build.0 = Release|Win32
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D}.Release|x64.ActiveCfg = Release|x64
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D}.Release|x64.Build.0 = Release|x64
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642}.Release|Win32.ActiveCfg = Release|Win32
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642}.Release|Win32.Build.0 = Release|Win32
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642}.Release|x64.ActiveCfg = Release|x64
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642}.Release|x64.Build.0 = Release|x64
+ {6CD3647E-4541-4849-9DD7-C8816665AE42}.Release|Win32.ActiveCfg = Release|Win32
+ {6CD3647E-4541-4849-9DD7-C8816665AE42}.Release|Win32.Build.0 = Release|Win32
+ {6CD3647E-4541-4849-9DD7-C8816665AE42}.Release|x64.ActiveCfg = Release|x64
+ {6CD3647E-4541-4849-9DD7-C8816665AE42}.Release|x64.Build.0 = Release|x64
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}.Release|Win32.ActiveCfg = Release|Win32
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}.Release|Win32.Build.0 = Release|Win32
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}.Release|x64.ActiveCfg = Release|x64
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82}.Release|x64.Build.0 = Release|x64
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280}.Release|Win32.ActiveCfg = Release|Win32
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280}.Release|Win32.Build.0 = Release|Win32
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280}.Release|x64.ActiveCfg = Release|x64
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280}.Release|x64.Build.0 = Release|x64
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7}.Release|Win32.ActiveCfg = Release|Win32
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7}.Release|Win32.Build.0 = Release|Win32
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7}.Release|x64.ActiveCfg = Release|x64
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7}.Release|x64.Build.0 = Release|x64
+ {987E9374-98A1-44BA-946F-D3472D7A7055}.Release|Win32.ActiveCfg = Release|Win32
+ {987E9374-98A1-44BA-946F-D3472D7A7055}.Release|Win32.Build.0 = Release|Win32
+ {987E9374-98A1-44BA-946F-D3472D7A7055}.Release|x64.ActiveCfg = Release|x64
+ {987E9374-98A1-44BA-946F-D3472D7A7055}.Release|x64.Build.0 = Release|x64
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}.Release|Win32.ActiveCfg = Release|Win32
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}.Release|Win32.Build.0 = Release|Win32
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}.Release|x64.ActiveCfg = Release|x64
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0}.Release|x64.Build.0 = Release|x64
+ {58654438-F674-42F7-88FA-73EF90AD80B1}.Release|Win32.ActiveCfg = Release|Win32
+ {58654438-F674-42F7-88FA-73EF90AD80B1}.Release|Win32.Build.0 = Release|Win32
+ {58654438-F674-42F7-88FA-73EF90AD80B1}.Release|x64.ActiveCfg = Release|x64
+ {58654438-F674-42F7-88FA-73EF90AD80B1}.Release|x64.Build.0 = Release|x64
+ {19C52A0A-A790-409E-A28A-9745FF990F5C}.Release|Win32.ActiveCfg = Release|Win32
+ {19C52A0A-A790-409E-A28A-9745FF990F5C}.Release|Win32.Build.0 = Release|Win32
+ {19C52A0A-A790-409E-A28A-9745FF990F5C}.Release|x64.ActiveCfg = Release|x64
+ {19C52A0A-A790-409E-A28A-9745FF990F5C}.Release|x64.Build.0 = Release|x64
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729}.Release|Win32.ActiveCfg = Release|Win32
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729}.Release|Win32.Build.0 = Release|Win32
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729}.Release|x64.ActiveCfg = Release|x64
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729}.Release|x64.Build.0 = Release|x64
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D}.Release|Win32.ActiveCfg = Release|Win32
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D}.Release|Win32.Build.0 = Release|Win32
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D}.Release|x64.ActiveCfg = Release|x64
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D}.Release|x64.Build.0 = Release|x64
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}.Release|Win32.ActiveCfg = Release|Win32
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}.Release|Win32.Build.0 = Release|Win32
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}.Release|x64.ActiveCfg = Release|x64
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91}.Release|x64.Build.0 = Release|x64
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9}.Release|Win32.ActiveCfg = Release|Win32
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9}.Release|Win32.Build.0 = Release|Win32
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9}.Release|x64.ActiveCfg = Release|x64
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9}.Release|x64.Build.0 = Release|x64
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76}.Release|Win32.ActiveCfg = Release|Win32
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76}.Release|Win32.Build.0 = Release|Win32
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76}.Release|x64.ActiveCfg = Release|x64
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76}.Release|x64.Build.0 = Release|x64
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}.Release|Win32.ActiveCfg = Release|Win32
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}.Release|Win32.Build.0 = Release|Win32
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}.Release|x64.ActiveCfg = Release|x64
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E}.Release|x64.Build.0 = Release|x64
+ {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC}.Release|Win32.ActiveCfg = Release|Win32
+ {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC}.Release|Win32.Build.0 = Release|Win32
+ {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC}.Release|x64.ActiveCfg = Release|x64
+ {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC}.Release|x64.Build.0 = Release|x64
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A}.Release|Win32.ActiveCfg = Release|Win32
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A}.Release|Win32.Build.0 = Release|Win32
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A}.Release|x64.ActiveCfg = Release|x64
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A}.Release|x64.Build.0 = Release|x64
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}.Release|Win32.ActiveCfg = Release|Win32
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}.Release|Win32.Build.0 = Release|Win32
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}.Release|x64.ActiveCfg = Release|x64
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE}.Release|x64.Build.0 = Release|x64
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA}.Release|Win32.ActiveCfg = Release|Win32
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA}.Release|Win32.Build.0 = Release|Win32
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA}.Release|x64.ActiveCfg = Release|x64
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA}.Release|x64.Build.0 = Release|x64
+ {18871EBA-AC85-4652-8919-EB8064B9A714}.Release|Win32.ActiveCfg = Release|Win32
+ {18871EBA-AC85-4652-8919-EB8064B9A714}.Release|Win32.Build.0 = Release|Win32
+ {18871EBA-AC85-4652-8919-EB8064B9A714}.Release|x64.ActiveCfg = Release|x64
+ {18871EBA-AC85-4652-8919-EB8064B9A714}.Release|x64.Build.0 = Release|x64
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14}.Release|Win32.ActiveCfg = Release|Win32
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14}.Release|Win32.Build.0 = Release|Win32
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14}.Release|x64.ActiveCfg = Release|x64
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14}.Release|x64.Build.0 = Release|x64
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}.Release|Win32.ActiveCfg = Release|Win32
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}.Release|Win32.Build.0 = Release|Win32
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}.Release|x64.ActiveCfg = Release|x64
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D}.Release|x64.Build.0 = Release|x64
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B}.Release|Win32.ActiveCfg = Release|Win32
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B}.Release|Win32.Build.0 = Release|Win32
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B}.Release|x64.ActiveCfg = Release|x64
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B}.Release|x64.Build.0 = Release|x64
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912}.Release|Win32.ActiveCfg = Release|Win32
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912}.Release|Win32.Build.0 = Release|Win32
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912}.Release|x64.ActiveCfg = Release|x64
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912}.Release|x64.Build.0 = Release|x64
+ {5A0F4962-E670-4DA2-9E45-52CC47F26E2F}.Release|Win32.ActiveCfg = Release|Win32
+ {5A0F4962-E670-4DA2-9E45-52CC47F26E2F}.Release|Win32.Build.0 = Release|Win32
+ {5A0F4962-E670-4DA2-9E45-52CC47F26E2F}.Release|x64.ActiveCfg = Release|x64
+ {5A0F4962-E670-4DA2-9E45-52CC47F26E2F}.Release|x64.Build.0 = Release|x64
+ {DE87FFCA-9606-4116-B747-062D88A56A28}.Release|Win32.ActiveCfg = Release|x86
+ {DE87FFCA-9606-4116-B747-062D88A56A28}.Release|x64.ActiveCfg = Release|x64
+ {DE87FFCA-9606-4116-B747-062D88A56A28}.Release|x64.Build.0 = Release|x64
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(NestedProjects) = preSolution
+ {626DA61C-FA8B-474C-B2F5-72AD9DFEE642} = {AAACEB12-9475-410E-AF5A-FDFF907E9043}
+ {E4BDB4C8-2335-415A-ACEE-BA88B19BFE82} = {AAACEB12-9475-410E-AF5A-FDFF907E9043}
+ {E93E1255-95D1-4B08-8FDF-B53CC6A21280} = {AAACEB12-9475-410E-AF5A-FDFF907E9043}
+ {87554B59-006C-4D94-9714-897B27067BA3} = {AAACEB12-9475-410E-AF5A-FDFF907E9043}
+ {DE87FFCA-9606-4116-B747-062D88A56A28} = {AAACEB12-9475-410E-AF5A-FDFF907E9043}
+ {6CD3647E-4541-4849-9DD7-C8816665AE42} = {BB051F0F-A841-4A9A-BAF6-51DD9866D65A}
+ {98B56DF9-E4F1-4696-A565-5F7823CF214D} = {BB051F0F-A841-4A9A-BAF6-51DD9866D65A}
+ {4980AF24-9D42-427D-A8E6-0DF3B97C455D} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {5EF7F47D-D09C-43C4-BF64-B28B11A0FF91} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {3786FA8C-3E76-45E3-984E-FCCFF44729C9} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {17E4BE39-76F7-4A06-AD21-EFD0C5091F76} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {3C4F42FC-292A-420B-B63D-C03DFBDD8E4E} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {B0E36D93-CA2A-49FE-9EB9-9C96C6016EEC} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {461DC24A-A410-4171-8C02-CCDBF3702C2A} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {E78C0D9A-798E-4BF6-B0CC-6FECB8CA2FCE} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {6C0CA980-97C5-427A-BE61-5BCECAFABBDA} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {18871EBA-AC85-4652-8919-EB8064B9A714} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {3024CF36-85E5-4E00-9608-7002E2C7EF14} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {E7F4DB0A-510D-41EF-B284-6E1DE1CC450D} = {561126F4-FA18-45FC-A2BF-8F858F161D6D}
+ {2773666A-8CFC-4533-A043-EAD59F16A1C7} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240}
+ {987E9374-98A1-44BA-946F-D3472D7A7055} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240}
+ {C4C9FA6F-F990-4C7B-85F6-CD8F4F5728F0} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240}
+ {58654438-F674-42F7-88FA-73EF90AD80B1} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240}
+ {19C52A0A-A790-409E-A28A-9745FF990F5C} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240}
+ {646B4316-C8B8-4DB6-B6AE-E586929E5729} = {D237DA6B-BD5F-46C0-8BEA-50E9A1340240}
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B} = {0FD996A7-464F-4981-8380-3DCA3A244A13}
+ {C9B735E4-75BC-45AC-A5E3-39A6D076F912} = {0FD996A7-464F-4981-8380-3DCA3A244A13}
+ {5A0F4962-E670-4DA2-9E45-52CC47F26E2F} = {0FD996A7-464F-4981-8380-3DCA3A244A13}
+ EndGlobalSection
+EndGlobal
diff --git a/win32/installer/hexchat-xp-x64.skel.iss b/win32/installer/hexchat-xp-x64.skel.iss
new file mode 100644
index 00000000..4089c925
--- /dev/null
+++ b/win32/installer/hexchat-xp-x64.skel.iss
@@ -0,0 +1,294 @@
+AppName=HexChat (x64)
+AppPublisher=HexChat
+AppPublisherURL=http://www.hexchat.org/
+AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
+AppSupportURL=https://github.com/hexchat/hexchat/issues
+AppUpdatesURL=http://www.hexchat.org/home/downloads
+LicenseFile=COPYING
+UninstallDisplayIcon={app}\hexchat.exe
+UninstallDisplayName=HexChat (x64)
+DefaultDirName={pf}\HexChat
+DefaultGroupName=HexChat
+DisableProgramGroupPage=yes
+SolidCompression=yes
+Compression=lzma2/ultra64
+SourceDir=..\rel
+OutputDir=..
+FlatComponentsList=no
+PrivilegesRequired=none
+ShowComponentSizes=no
+CreateUninstallRegKey=not IsTaskSelected('portable')
+Uninstallable=not IsTaskSelected('portable')
+ArchitecturesAllowed=x64
+ArchitecturesInstallIn64BitMode=x64
+
+[Types]
+Name: "normal"; Description: "Normal Installation"
+Name: "minimal"; Description: "Minimal Installation"
+Name: "custom"; Description: "Custom Installation"; Flags: iscustom
+
+[Components]
+Name: "libs"; Description: "HexChat"; Types: normal minimal custom; Flags: fixed
+Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal custom; Flags: disablenouninstallwarning
+Name: "xctext"; Description: "HexChat-Text"; Types: custom; Flags: disablenouninstallwarning
+Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: custom; Flags: disablenouninstallwarning
+Name: "translations"; Description: "Translations"; Types: normal custom; Flags: disablenouninstallwarning
+;obs Name: "gtkengines"; Description: "GTK+ Engines"; Types: custom; Flags: disablenouninstallwarning
+;Name: "spelling"; Description: "Spelling Dictionaries"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins"; Description: "Plugins"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\checksum"; Description: "Checksum"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\dns"; Description: "DNS"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\doat"; Description: "Do At"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\exec"; Description: "Exec"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\fishlim"; Description: "FiSHLiM"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\hextray"; Description: "HexTray"; Types: custom; Flags: disablenouninstallwarning
+;Name: "plugins\mpcinfo"; Description: "mpcInfo"; Types: custom; Flags: disablenouninstallwarning
+;Name: "plugins\nonbmp"; Description: "Non-BMP"; Types: normal custom; Flags: disablenouninstallwarning
+Name: "plugins\sasl"; Description: "SASL"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\upd"; Description: "Update Checker"; Types: normal custom; Flags: disablenouninstallwarning
+Name: "plugins\winamp"; Description: "Winamp"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\winsys"; Description: "WinSys"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\wmpa"; Description: "Windows Media Player Announcer"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs"; Description: "Language Interfaces"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\lua"; Description: "Lua"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\lua\luawdk"; Description: "Lua-WDK"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\perl"; Description: "Perl"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\python"; Description: "Python"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\tcl"; Description: "Tcl"; Types: custom; Flags: disablenouninstallwarning
+
+[Tasks]
+Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Registry entries, no Start Menu icons, no uninstaller):"; Flags: unchecked
+
+Name: perl512; Description: "5.12"; GroupDescription: "Perl version:"; Flags: exclusive; Components: langs\perl
+Name: perl514; Description: "5.14"; GroupDescription: "Perl version:"; Flags: exclusive unchecked; Components: langs\perl
+Name: perl516; Description: "5.16"; GroupDescription: "Perl version:"; Flags: exclusive unchecked; Components: langs\perl
+
+[Registry]
+Root: HKCR; Subkey: "irc"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Tasks: not portable
+Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: ""; ValueData: "URL:IRC Protocol"; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\hexchat.exe,0"; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\hexchat.exe --url=""%1"""; Flags: uninsdeletevalue; Tasks: not portable
+
+Root: HKCR; Subkey: ".hct"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct"; ValueType: string; ValueName: ""; ValueData: "HexChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct"; ValueType: string; ValueName: "HexChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe,0"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe ""%1"""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+
+[Run]
+Filename: "{app}\hexchat.exe"; Description: "Run HexChat after closing the Wizard"; Flags: nowait postinstall skipifsilent
+
+[Files]
+; Add the ISSkin DLL used for skinning Inno Setup installations.
+Source: ISSkinU.dll; DestDir: {app}; Flags: dontcopy
+
+; Add the Visual Style resource contains resources used for skinning,
+; you can also use Microsoft Visual Styles (*.msstyles) resources.
+Source: watercolorlite-blue.cjstyles; DestDir: {tmp}; Flags: dontcopy
+
+Source: "portable-mode"; DestDir: "{app}"; Tasks: portable
+
+Source: "cert.pem"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "COPYING"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.OPENSSL"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.ZLIB"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.GTK"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.CAIRO"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.LUA"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.ENCHANT"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.LIBXML"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: gtktheme
+;Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: libs and not gtkengines
+Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
+Source: "locale\*"; DestDir: "{app}\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations
+Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations
+;Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: spelling
+
+Source: "libatk-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libcairo-2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libexpat-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libffi-5.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libfreetype-6.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libfontconfig-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgdk-win32-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgio-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libglib-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgmodule-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgobject-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgthread-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgtk-win32-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libintl-8.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libjasper-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libjpeg-8.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpango-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpangocairo-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpangoft2-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpangowin32-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libpixman-1-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libtiff-3.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpng14-14.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libpng15-15.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "lua51.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libxml2-2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libenchant.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+
+Source: "lib\enchant\libenchant_myspell.dll"; DestDir: "{app}\lib\enchant"; Flags: ignoreversion; Components: libs
+
+Source: "lib\gtk-2.0\2.10.0\engines\libpixmap.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: libs
+Source: "lib\gtk-2.0\2.10.0\engines\libwimp.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: libs
+Source: "lib\gtk-2.0\modules\libgail.dll"; DestDir: "{app}\lib\gtk-2.0\modules"; Flags: ignoreversion; Components: libs
+
+;obs Source: "etc\gtkpref.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libclearlooks.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libcrux-engine.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libglide.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libhcengine.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libindustrial.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libmist.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libmurrine.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libredmond95.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libthinice.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "plugins\hcgtkpref.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "share\themes\*"; DestDir: "{app}\share\themes"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: gtkengines
+;obs Source: "gtk2-prefs.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: gtkengines
+
+Source: "plugins\hcchecksum.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\checksum
+Source: "plugins\hcdns.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\dns
+Source: "plugins\hcdoat.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\doat
+Source: "plugins\hcexec.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\exec
+Source: "plugins\hcfishlim.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\fishlim
+Source: "etc\music.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: plugins\winamp
+; or plugins\mpcinfo
+;Source: "plugins\hcmpcinfo.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\mpcinfo
+;Source: "plugins\hcnonbmp.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\nonbmp
+Source: "etc\download.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: plugins\upd
+Source: "plugins\hcupd.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\upd
+Source: "plugins\hcwinamp.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\winamp
+Source: "etc\system.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: plugins\winsys
+Source: "plugins\hcwinsys.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\winsys
+Source: "plugins\hcsasl.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\sasl
+Source: "plugins\hextray.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\hextray
+Source: "plugins\hcwmpa.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\wmpa
+
+Source: "plugins\hclua.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\lua
+Source: "plugins\hcpython.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\python
+Source: "plugins\hctcl.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\tcl
+
+Source: "plugins\hcperl-512.dll"; DestDir: "{app}\plugins"; DestName: "hcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl512
+Source: "plugins\hcperl-514.dll"; DestDir: "{app}\plugins"; DestName: "hcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl514
+Source: "plugins\hcperl-516.dll"; DestDir: "{app}\plugins"; DestName: "hcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl516
+
+Source: "hexchat.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "hexchat-text.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xctext
+Source: "thememan.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xtm
+
+[Icons]
+Name: "{group}\HexChat (x64)"; Filename: "{app}\hexchat.exe"; Tasks: not portable
+Name: "{group}\HexChat-Text (x64)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable
+Name: "{group}\HexChat Theme Manager (x64)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable
+Name: "{group}\Uninstall HexChat (x64)"; Filename: "{uninstallexe}"; Tasks: not portable
+
+[Messages]
+BeveledLabel= HexChat
+
+[Code]
+/////////////////////////////////////////////////////////////////////
+// these are required for x86->x64 or reverse upgrades
+/////////////////////////////////////////////////////////////////////
+function GetUninstallString(): String;
+var
+ sUnInstPath: String;
+ sUnInstallString: String;
+begin
+ sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat (x64)_is1');
+ sUnInstallString := '';
+ if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then
+ RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString);
+ Result := sUnInstallString;
+end;
+
+
+/////////////////////////////////////////////////////////////////////
+function IsUpgrade(): Boolean;
+begin
+ Result := (GetUninstallString() <> '');
+end;
+
+
+/////////////////////////////////////////////////////////////////////
+function UnInstallOldVersion(): Integer;
+var
+ sUnInstallString: String;
+ iResultCode: Integer;
+begin
+// Return Values:
+// 1 - uninstall string is empty
+// 2 - error executing the UnInstallString
+// 3 - successfully executed the UnInstallString
+
+ // default return value
+ Result := 0;
+
+ // get the uninstall string of the old app
+ sUnInstallString := GetUninstallString();
+ if sUnInstallString <> '' then begin
+ sUnInstallString := RemoveQuotes(sUnInstallString);
+ if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
+ Result := 3
+ else
+ Result := 2;
+ end else
+ Result := 1;
+end;
+
+/////////////////////////////////////////////////////////////////////
+procedure CurStepChanged(CurStep: TSetupStep);
+begin
+ if not (IsTaskSelected('portable')) then
+ begin
+ if (CurStep=ssInstall) then
+ begin
+ if (IsUpgrade()) then
+ begin
+ UnInstallOldVersion();
+ end;
+ DeleteFile(ExpandConstant('{app}\portable-mode'));
+ end;
+ end;
+end;
+
+/////////////////////////////////////////////////////////////////////
+// Importing LoadSkin API from ISSkin.DLL
+procedure LoadSkin(lpszPath: String; lpszIniFileName: String);
+external 'LoadSkin@files:isskinu.dll stdcall';
+
+// Importing UnloadSkin API from ISSkin.DLL
+procedure UnloadSkin();
+external 'UnloadSkin@files:isskinu.dll stdcall';
+
+// Importing ShowWindow Windows API from User32.DLL
+function ShowWindow(hWnd: Integer; uType: Integer): Integer;
+external 'ShowWindow@user32.dll stdcall';
+
+function InitializeSetup(): Boolean;
+begin
+ ExtractTemporaryFile('watercolorlite-blue.cjstyles');
+ LoadSkin(ExpandConstant('{tmp}\watercolorlite-blue.cjstyles'), '');
+ Result := True;
+end;
+
+procedure DeinitializeSetup();
+begin
+ // Hide Window before unloading skin so user does not get
+ // a glimpse of an unskinned window before it is closed.
+ ShowWindow(StrToInt(ExpandConstant('{wizardhwnd}')), 0);
+ UnloadSkin();
+end;
diff --git a/win32/installer/hexchat-xp-x86.skel.iss b/win32/installer/hexchat-xp-x86.skel.iss
new file mode 100644
index 00000000..30eb912c
--- /dev/null
+++ b/win32/installer/hexchat-xp-x86.skel.iss
@@ -0,0 +1,295 @@
+AppName=HexChat (x86)
+AppPublisher=HexChat
+AppPublisherURL=http://www.hexchat.org/
+AppCopyright=Copyright (C) 1998-2010 Peter Zelezny
+AppSupportURL=https://github.com/hexchat/hexchat/issues
+AppUpdatesURL=http://www.hexchat.org/home/downloads
+LicenseFile=COPYING
+UninstallDisplayIcon={app}\hexchat.exe
+UninstallDisplayName=HexChat (x86)
+DefaultDirName={pf}\HexChat
+DefaultGroupName=HexChat
+DisableProgramGroupPage=yes
+SolidCompression=yes
+Compression=lzma2/ultra64
+SourceDir=..\rel
+OutputDir=..
+FlatComponentsList=no
+PrivilegesRequired=none
+ShowComponentSizes=no
+CreateUninstallRegKey=not IsTaskSelected('portable')
+Uninstallable=not IsTaskSelected('portable')
+ArchitecturesAllowed=x86 x64
+
+[Types]
+Name: "normal"; Description: "Normal Installation"
+Name: "minimal"; Description: "Minimal Installation"
+Name: "custom"; Description: "Custom Installation"; Flags: iscustom
+
+[Components]
+Name: "libs"; Description: "HexChat"; Types: normal minimal custom; Flags: fixed
+Name: "gtktheme"; Description: "GTK+ Theme"; Types: normal custom; Flags: disablenouninstallwarning
+Name: "xctext"; Description: "HexChat-Text"; Types: custom; Flags: disablenouninstallwarning
+Name: "xtm"; Description: "HexChat Theme Manager (Requires .NET 4.0)"; Types: custom; Flags: disablenouninstallwarning
+Name: "translations"; Description: "Translations"; Types: normal custom; Flags: disablenouninstallwarning
+;obs Name: "gtkengines"; Description: "GTK+ Engines"; Types: custom; Flags: disablenouninstallwarning
+;Name: "spelling"; Description: "Spelling Dictionaries"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins"; Description: "Plugins"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\checksum"; Description: "Checksum"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\dns"; Description: "DNS"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\doat"; Description: "Do At"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\exec"; Description: "Exec"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\fishlim"; Description: "FiSHLiM"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\hextray"; Description: "HexTray"; Types: custom; Flags: disablenouninstallwarning
+;Name: "plugins\mpcinfo"; Description: "mpcInfo"; Types: custom; Flags: disablenouninstallwarning
+;Name: "plugins\nonbmp"; Description: "Non-BMP"; Types: normal custom; Flags: disablenouninstallwarning
+Name: "plugins\sasl"; Description: "SASL"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\upd"; Description: "Update Checker"; Types: normal custom; Flags: disablenouninstallwarning
+Name: "plugins\winamp"; Description: "Winamp"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\winsys"; Description: "WinSys"; Types: custom; Flags: disablenouninstallwarning
+Name: "plugins\wmpa"; Description: "Windows Media Player Announcer"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs"; Description: "Language Interfaces"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\lua"; Description: "Lua"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\lua\luawdk"; Description: "Lua-WDK"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\perl"; Description: "Perl"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\python"; Description: "Python"; Types: custom; Flags: disablenouninstallwarning
+Name: "langs\tcl"; Description: "Tcl"; Types: custom; Flags: disablenouninstallwarning
+
+[Tasks]
+Name: portable; Description: "Yes"; GroupDescription: "Portable Install (no Registry entries, no Start Menu icons, no uninstaller):"; Flags: unchecked
+
+Name: perl512; Description: "5.12"; GroupDescription: "Perl version:"; Flags: exclusive; Components: langs\perl
+Name: perl514; Description: "5.14"; GroupDescription: "Perl version:"; Flags: exclusive unchecked; Components: langs\perl
+Name: perl516; Description: "5.16"; GroupDescription: "Perl version:"; Flags: exclusive unchecked; Components: langs\perl
+
+[Registry]
+Root: HKCR; Subkey: "irc"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Tasks: not portable
+Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: ""; ValueData: "URL:IRC Protocol"; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc"; ValueType: string; ValueName: "URL Protocol"; ValueData: ""; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\hexchat.exe,0"; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Tasks: not portable
+Root: HKCR; Subkey: "irc\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\hexchat.exe --url=""%1"""; Flags: uninsdeletevalue; Tasks: not portable
+
+Root: HKCR; Subkey: ".hct"; ValueType: none; ValueName: ""; ValueData: ""; Flags: deletekey uninsdeletekey; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct"; ValueType: string; ValueName: ""; ValueData: "HexChat Theme File"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct"; ValueType: string; ValueName: "HexChat Theme File"; ValueData: ""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe,0"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct\shell"; ValueType: string; ValueName: ""; ValueData: "open"; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+Root: HKCR; Subkey: ".hct\shell\open\command"; ValueType: string; ValueName: ""; ValueData: "{app}\thememan.exe ""%1"""; Flags: uninsdeletevalue; Components:xtm; Tasks: not portable
+
+[Run]
+Filename: "{app}\hexchat.exe"; Description: "Run HexChat after closing the Wizard"; Flags: nowait postinstall skipifsilent
+
+[Files]
+; Add the ISSkin DLL used for skinning Inno Setup installations.
+Source: ISSkinU.dll; DestDir: {app}; Flags: dontcopy
+
+; Add the Visual Style resource contains resources used for skinning,
+; you can also use Microsoft Visual Styles (*.msstyles) resources.
+Source: watercolorlite-green.cjstyles; DestDir: {tmp}; Flags: dontcopy
+
+Source: "portable-mode"; DestDir: "{app}"; Tasks: portable
+
+Source: "cert.pem"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "COPYING"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.OPENSSL"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.ZLIB"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.GTK"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.CAIRO"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.LUA"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.ENCHANT"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "LICENSE.LIBXML"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: gtktheme
+;Source: "etc\gtk-2.0\gtkrc"; DestDir: "{app}\etc\gtk-2.0"; Flags: ignoreversion; Components: libs and not gtkengines
+Source: "share\xml\*"; DestDir: "{app}\share\xml"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: libs
+Source: "locale\*"; DestDir: "{app}\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations
+Source: "share\locale\*"; DestDir: "{app}\share\locale"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: translations
+;Source: "share\myspell\*"; DestDir: "{app}\share\myspell"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: spelling
+
+Source: "libatk-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libcairo-2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libeay32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libexpat-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libffi-5.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "freetype6.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libfreetype-6.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libfontconfig-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgdk_pixbuf-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgdk-win32-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgio-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libglib-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgmodule-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgobject-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgthread-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libgtk-win32-2.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "intl.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libintl-8.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libjasper-1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libjpeg-8.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpango-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpangocairo-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpangoft2-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpangowin32-1.0-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libpixman-1-0.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libtiff-3.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libpng14-14.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libpng15-15.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "lua51.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "ssleay32.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "zlib1.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libxml2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+;obs Source: "libxml2-2.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "libenchant.dll"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+
+Source: "lib\enchant\libenchant_myspell.dll"; DestDir: "{app}\lib\enchant"; Flags: ignoreversion; Components: libs
+
+Source: "lib\gtk-2.0\2.10.0\engines\libpixmap.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: libs
+Source: "lib\gtk-2.0\2.10.0\engines\libwimp.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: libs
+Source: "lib\gtk-2.0\modules\libgail.dll"; DestDir: "{app}\lib\gtk-2.0\modules"; Flags: ignoreversion; Components: libs
+
+;obs Source: "etc\gtkpref.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libclearlooks.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libcrux-engine.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libglide.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libhcengine.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libindustrial.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libmist.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libmurrine.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libredmond95.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "lib\gtk-2.0\2.10.0\engines\libthinice.dll"; DestDir: "{app}\lib\gtk-2.0\2.10.0\engines"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "plugins\hcgtkpref.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: gtkengines
+;obs Source: "share\themes\*"; DestDir: "{app}\share\themes"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: gtkengines
+;obs Source: "gtk2-prefs.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: gtkengines
+
+Source: "plugins\hcchecksum.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\checksum
+Source: "plugins\hcdns.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\dns
+Source: "plugins\hcdoat.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\doat
+Source: "plugins\hcexec.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\exec
+Source: "plugins\hcfishlim.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\fishlim
+Source: "etc\music.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: plugins\winamp
+; or plugins\mpcinfo
+;Source: "plugins\hcmpcinfo.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\mpcinfo
+;Source: "plugins\hcnonbmp.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\nonbmp
+Source: "etc\download.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: plugins\upd
+Source: "plugins\hcupd.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\upd
+Source: "plugins\hcwinamp.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\winamp
+Source: "etc\system.png"; DestDir: "{app}\etc"; Flags: ignoreversion; Components: plugins\winsys
+Source: "plugins\hcwinsys.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\winsys
+Source: "plugins\hcsasl.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\sasl
+Source: "plugins\hextray.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\hextray
+Source: "plugins\hcwmpa.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: plugins\wmpa
+
+Source: "plugins\hclua.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\lua
+Source: "plugins\hcpython.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\python
+Source: "plugins\hctcl.dll"; DestDir: "{app}\plugins"; Flags: ignoreversion; Components: langs\tcl
+
+Source: "plugins\hcperl-512.dll"; DestDir: "{app}\plugins"; DestName: "hcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl512
+Source: "plugins\hcperl-514.dll"; DestDir: "{app}\plugins"; DestName: "hcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl514
+Source: "plugins\hcperl-516.dll"; DestDir: "{app}\plugins"; DestName: "hcperl.dll"; Flags: ignoreversion; Components: langs\perl; Tasks: perl516
+
+Source: "hexchat.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: libs
+Source: "hexchat-text.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xctext
+Source: "thememan.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: xtm
+
+[Icons]
+Name: "{group}\HexChat (x86)"; Filename: "{app}\hexchat.exe"; Tasks: not portable
+Name: "{group}\HexChat-Text (x86)"; Filename: "{app}\hexchat-text.exe"; Components: xctext; Tasks: not portable
+Name: "{group}\HexChat Theme Manager (x86)"; Filename: "{app}\thememan.exe"; Components: xtm; Tasks: not portable
+Name: "{group}\Uninstall HexChat (x86)"; Filename: "{uninstallexe}"; Tasks: not portable
+
+[Messages]
+BeveledLabel= HexChat
+
+[Code]
+/////////////////////////////////////////////////////////////////////
+// these are required for x86->x64 or reverse upgrades
+/////////////////////////////////////////////////////////////////////
+function GetUninstallString(): String;
+var
+ sUnInstPath: String;
+ sUnInstallString: String;
+begin
+ sUnInstPath := ExpandConstant('Software\Microsoft\Windows\CurrentVersion\Uninstall\HexChat (x86)_is1');
+ sUnInstallString := '';
+ if not RegQueryStringValue(HKLM, sUnInstPath, 'UninstallString', sUnInstallString) then
+ RegQueryStringValue(HKCU, sUnInstPath, 'UninstallString', sUnInstallString);
+ Result := sUnInstallString;
+end;
+
+
+/////////////////////////////////////////////////////////////////////
+function IsUpgrade(): Boolean;
+begin
+ Result := (GetUninstallString() <> '');
+end;
+
+
+/////////////////////////////////////////////////////////////////////
+function UnInstallOldVersion(): Integer;
+var
+ sUnInstallString: String;
+ iResultCode: Integer;
+begin
+// Return Values:
+// 1 - uninstall string is empty
+// 2 - error executing the UnInstallString
+// 3 - successfully executed the UnInstallString
+
+ // default return value
+ Result := 0;
+
+ // get the uninstall string of the old app
+ sUnInstallString := GetUninstallString();
+ if sUnInstallString <> '' then begin
+ sUnInstallString := RemoveQuotes(sUnInstallString);
+ if Exec(sUnInstallString, '/SILENT /NORESTART /SUPPRESSMSGBOXES','', SW_HIDE, ewWaitUntilTerminated, iResultCode) then
+ Result := 3
+ else
+ Result := 2;
+ end else
+ Result := 1;
+end;
+
+/////////////////////////////////////////////////////////////////////
+procedure CurStepChanged(CurStep: TSetupStep);
+begin
+ if not (IsTaskSelected('portable')) then
+ begin
+ if (CurStep=ssInstall) then
+ begin
+ if (IsUpgrade()) then
+ begin
+ UnInstallOldVersion();
+ end;
+ DeleteFile(ExpandConstant('{app}\portable-mode'));
+ end;
+ end;
+end;
+
+/////////////////////////////////////////////////////////////////////
+// Importing LoadSkin API from ISSkin.DLL
+procedure LoadSkin(lpszPath: String; lpszIniFileName: String);
+external 'LoadSkin@files:isskinu.dll stdcall';
+
+// Importing UnloadSkin API from ISSkin.DLL
+procedure UnloadSkin();
+external 'UnloadSkin@files:isskinu.dll stdcall';
+
+// Importing ShowWindow Windows API from User32.DLL
+function ShowWindow(hWnd: Integer; uType: Integer): Integer;
+external 'ShowWindow@user32.dll stdcall';
+
+function InitializeSetup(): Boolean;
+begin
+ ExtractTemporaryFile('watercolorlite-green.cjstyles');
+ LoadSkin(ExpandConstant('{tmp}\watercolorlite-green.cjstyles'), '');
+ Result := True;
+end;
+
+procedure DeinitializeSetup();
+begin
+ // Hide Window before unloading skin so user does not get
+ // a glimpse of an unskinned window before it is closed.
+ ShowWindow(StrToInt(ExpandConstant('{wizardhwnd}')), 0);
+ UnloadSkin();
+end;
diff --git a/win32/installer/installer-xp.vcxproj b/win32/installer/installer-xp.vcxproj
new file mode 100644
index 00000000..be31a153
--- /dev/null
+++ b/win32/installer/installer-xp.vcxproj
@@ -0,0 +1,113 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {5A0F4962-E670-4DA2-9E45-52CC47F26E2F}
+ installer
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+
+
+ true
+ true
+ true
+
+
+ echo [Setup] > "$(OutDir)\hexchat-xp-x86.iss"
+echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\hexchat-xp-x86.iss"
+echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\hexchat-xp-x86.iss"
+"$(OutDir)\version" -a >> "$(OutDir)\hexchat-xp-x86.iss"
+"$(OutDir)\version" -v >> "$(OutDir)\hexchat-xp-x86.iss"
+"$(OutDir)\version" -i >> "$(OutDir)\hexchat-xp-x86.iss"
+"$(OutDir)\version" -o >> "$(OutDir)\hexchat-xp-x86.iss"
+echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" >> "$(OutDir)\hexchat-xp-x86.iss"
+type hexchat-xp-x86.skel.iss >> "$(OutDir)\hexchat-xp-x86.iss"
+"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-xp-x86.iss"
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+
+
+ true
+ true
+ true
+
+
+ echo [Setup] > "$(OutDir)\hexchat-xp-x64.iss"
+echo WizardImageFile="$(ProjectDir)\wizardimage.bmp" >> "$(OutDir)\hexchat-xp-x64.iss"
+echo WizardSmallImageFile="$(ProjectDir)\wizardsmallimage.bmp" >> "$(OutDir)\hexchat-xp-x64.iss"
+"$(OutDir)\version" -a >> "$(OutDir)\hexchat-xp-x64.iss"
+"$(OutDir)\version" -v >> "$(OutDir)\hexchat-xp-x64.iss"
+"$(OutDir)\version" -i >> "$(OutDir)\hexchat-xp-x64.iss"
+"$(OutDir)\version" -o >> "$(OutDir)\hexchat-xp-x64.iss"
+echo SetupIconFile="$(SolutionDir)\..\hexchat.ico" >> "$(OutDir)\hexchat-xp-x64.iss"
+type hexchat-xp-x64.skel.iss >> "$(OutDir)\hexchat-xp-x64.iss"
+"$(ProgramFiles)\Inno Setup 5\compil32" /cc "$(OutDir)\hexchat-xp-x64.iss"
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/win32/installer/installer-xp.vcxproj.filters b/win32/installer/installer-xp.vcxproj.filters
new file mode 100644
index 00000000..5c7bbe7c
--- /dev/null
+++ b/win32/installer/installer-xp.vcxproj.filters
@@ -0,0 +1,29 @@
+
+
+
+
+ {67DA6AB6-F800-4c08-8B7A-83BB121AAD01}
+ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
+
+
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+ Resource Files
+
+
+
\ No newline at end of file
diff --git a/win32/nls/nls-xp.vcxproj b/win32/nls/nls-xp.vcxproj
new file mode 100644
index 00000000..1212b5d7
--- /dev/null
+++ b/win32/nls/nls-xp.vcxproj
@@ -0,0 +1,101 @@
+
+
+
+
+ Release
+ Win32
+
+
+ Release
+ x64
+
+
+
+ {B10A2C41-344C-43E0-A32D-B9587C198D8B}
+ nls
+
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+ Application
+ false
+ true
+ MultiByte
+ WDK7
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+ $(SolutionDir)build\$(PlatformName)\bin\
+ $(SolutionDir)build\$(PlatformName)\obj\$(ProjectName)\
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+
+
+ true
+ true
+ true
+
+
+ cd ..\..\po
+rmdir /q /s "$(OutDir)\locale"
+mkdir "$(OutDir)\locale"
+for %%A in (*.po) do (
+mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
+"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A
+)
+
+
+
+
+ Level3
+ MaxSpeed
+ true
+ true
+
+
+ true
+ true
+ true
+
+
+ cd ..\..\po
+rmdir /q /s "$(OutDir)\locale"
+mkdir "$(OutDir)\locale"
+for %%A in (*.po) do (
+mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
+"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A
+)
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/win32/nls/nls-xp.vcxproj.filters b/win32/nls/nls-xp.vcxproj.filters
new file mode 100644
index 00000000..ef1ebf58
--- /dev/null
+++ b/win32/nls/nls-xp.vcxproj.filters
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file