Rebranding on the file level

This commit is contained in:
Berke Viktor
2012-07-11 21:33:10 +02:00
parent 2a3ef0a5e8
commit 534cd2802f
40 changed files with 302 additions and 302 deletions

View File

@@ -34,11 +34,11 @@
</ImportGroup>
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\xchat.props" />
<Import Project="..\hexchat.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="..\xchat.props" />
<Import Project="..\hexchat.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
@@ -62,74 +62,74 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PreBuildEvent>
<Command>rmdir /q /s "$(XChatDest)"
mkdir "$(XChatDest)"
<Command>rmdir /q /s "$(HexChatDest)"
mkdir "$(HexChatDest)"
echo 2&gt; portable-mode
move portable-mode "$(XChatDest)"
copy "$(OutDir)\xchat.exe" "$(XChatDest)"
copy "$(OutDir)\xchat-text.exe" "$(XChatDest)"
copy "$(OutDir)\thememan.exe" "$(XChatDest)"
copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libcairo-2.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libexpat-1.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libfontconfig-1.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\freetype6.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgdk_pixbuf-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgdk-win32-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgio-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libglib-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgmodule-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgobject-2.0-0.dll" "$(XChatDest)
copy "$(DepsRoot)\bin\libgthread-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgtk-win32-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\intl.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpango-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpangocairo-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpangoft2-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpangowin32-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpng14-14.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libxml2.dll" "$(XChatDest)"
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(XChatDest)\lib\gtk-2.0\2.10.0\engines"
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(XChatDest)\lib\gtk-2.0\modules\"
xcopy /q /s /i etc "$(XChatDest)\etc"
xcopy /q /s /i share "$(XChatDest)\share"
copy "..\..\COPYING" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.OPENSSL" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.ZLIB" "$(XChatDest)"
copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(XChatDest)\LICENSE.GTK"
copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.1" "$(XChatDest)\LICENSE.CAIRO"
copy "$(DepsRoot)\LICENSE.LUA" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.ENCHANT" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.LIBXML" "$(XChatDest)"
copy "$(DepsRoot)\bin\libeay32.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\ssleay32.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\zlib1.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\cert.pem" "$(XChatDest)"
copy "$(DepsRoot)\bin\libenchant.dll" "$(XChatDest)"
xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(XChatDest)\lib\enchant\"
xcopy /q /s /i "$(OutDir)xcchecksum.dll" "$(XChatDest)\plugins\"
copy "$(OutDir)\xcdns.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcdoat.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcexec.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcfishlim.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xclua.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcmpcinfo.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcperl-512.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcperl-514.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcperl-516.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcpython.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xctcl.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcupd.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcxsasl.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xtray.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcwinamp.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcwinsys.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcwmpa.dll" "$(XChatDest)\plugins"
copy "$(DepsRoot)\bin\lua51.dll" "$(XChatDest)"
xcopy /q /s /i "$(OutDir)\locale" "$(XChatDest)\locale"
xcopy /q /s /i "$(DepsRoot)\share\locale" "$(XChatDest)\share\locale"
copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(XChatDest)"
copy "..\installer\watercolorlite-green.cjstyles" "$(XChatDest)"</Command>
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)xcchecksum.dll" "$(HexChatDest)\plugins\"
copy "$(OutDir)\xcdns.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcdoat.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcexec.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcfishlim.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xclua.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcmpcinfo.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcperl-512.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcperl-514.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcperl-516.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcpython.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xctcl.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcupd.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcxsasl.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xtray.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcwinamp.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcwinsys.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcwmpa.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)"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -145,74 +145,74 @@ copy "..\installer\watercolorlite-green.cjstyles" "$(XChatDest)"</Command>
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PreBuildEvent>
<Command>rmdir /q /s "$(XChatDest)"
mkdir "$(XChatDest)"
<Command>rmdir /q /s "$(HexChatDest)"
mkdir "$(HexChatDest)"
echo 2&gt; portable-mode
move portable-mode "$(XChatDest)"
copy "$(OutDir)\xchat.exe" "$(XChatDest)"
copy "$(OutDir)\xchat-text.exe" "$(XChatDest)"
copy "$(OutDir)\thememan.exe" "$(XChatDest)"
copy "$(DepsRoot)\bin\libatk-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libcairo-2.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libexpat-1.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libfontconfig-1.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libfreetype-6.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgdk_pixbuf-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgdk-win32-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgio-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libglib-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgmodule-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgobject-2.0-0.dll" "$(XChatDest)
copy "$(DepsRoot)\bin\libgthread-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libgtk-win32-2.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libintl-8.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpango-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpangocairo-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpangoft2-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpangowin32-1.0-0.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libpng14-14.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\libxml2.dll" "$(XChatDest)"
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\2.10.0\engines" "$(XChatDest)\lib\gtk-2.0\2.10.0\engines"
xcopy /q /s /i "$(DepsRoot)\lib\gtk-2.0\modules\libgail.dll" "$(XChatDest)\lib\gtk-2.0\modules\"
xcopy /q /s /i etc "$(XChatDest)\etc"
xcopy /q /s /i share "$(XChatDest)\share"
copy "..\..\COPYING" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.OPENSSL" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.ZLIB" "$(XChatDest)"
copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.0" "$(XChatDest)\LICENSE.GTK"
copy "$(DepsRoot)\share\gettext\intl\COPYING.LIB-2.1" "$(XChatDest)\LICENSE.CAIRO"
copy "$(DepsRoot)\LICENSE.LUA" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.ENCHANT" "$(XChatDest)"
copy "$(DepsRoot)\LICENSE.LIBXML" "$(XChatDest)"
copy "$(DepsRoot)\bin\libeay32.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\ssleay32.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\zlib1.dll" "$(XChatDest)"
copy "$(DepsRoot)\bin\cert.pem" "$(XChatDest)"
copy "$(DepsRoot)\bin\libenchant.dll" "$(XChatDest)"
xcopy /q /s /i "$(DepsRoot)\lib\enchant\libenchant_myspell.dll" "$(XChatDest)\lib\enchant\"
xcopy /q /s /i "$(OutDir)xcchecksum.dll" "$(XChatDest)\plugins\"
copy "$(OutDir)\xcdns.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcdoat.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcexec.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcfishlim.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xclua.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcmpcinfo.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcperl-512.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcperl-514.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcperl-516.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcpython.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xctcl.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcupd.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcxsasl.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xtray.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcwinamp.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcwinsys.dll" "$(XChatDest)\plugins"
copy "$(OutDir)\xcwmpa.dll" "$(XChatDest)\plugins"
copy "$(DepsRoot)\bin\lua51.dll" "$(XChatDest)"
xcopy /q /s /i "$(OutDir)\locale" "$(XChatDest)\locale"
xcopy /q /s /i "$(DepsRoot)\share\locale" "$(XChatDest)\share\locale"
copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(XChatDest)"
copy "..\installer\watercolorlite-blue.cjstyles" "$(XChatDest)"</Command>
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)xcchecksum.dll" "$(HexChatDest)\plugins\"
copy "$(OutDir)\xcdns.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcdoat.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcexec.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcfishlim.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xclua.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcmpcinfo.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcperl-512.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcperl-514.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcperl-516.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcpython.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xctcl.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcupd.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcxsasl.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xtray.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcwinamp.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcwinsys.dll" "$(HexChatDest)\plugins"
copy "$(OutDir)\xcwmpa.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)"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>