From 9858784eb6369dc189836f8971791af5238145ea Mon Sep 17 00:00:00 2001 From: Arnavion Date: Wed, 11 Feb 2015 10:01:29 -0800 Subject: Better project files. - Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory --- win32/copy/copy.vcxproj | 119 +++++++++++++++++++--------------------- win32/copy/copy.vcxproj.filters | 49 ----------------- 2 files changed, 55 insertions(+), 113 deletions(-) (limited to 'win32/copy') diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index d0c1150b..a0c0a39d 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -2,6 +2,7 @@ v120 + Application @@ -18,73 +19,63 @@ copy - - Application - false - true - MultiByte - - - Application - false - true - MultiByte - - - - - - - - - - - - - - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - $(HexChatBin) - $(HexChatObj)$(ProjectName)\ - - - - true - true - - - true - true - true - - - $(HexChatCopy) - - - - - true - true - - - true - true - true - - - $(HexChatCopy) - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + - - - \ No newline at end of file + + + + + + + + + + + + + diff --git a/win32/copy/copy.vcxproj.filters b/win32/copy/copy.vcxproj.filters index af2be024..695b5c78 100644 --- a/win32/copy/copy.vcxproj.filters +++ b/win32/copy/copy.vcxproj.filters @@ -1,52 +1,3 @@  - - - {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 - - - Resource Files - - - Resource Files - - \ No newline at end of file -- cgit 1.4.1