From b2dca094c3d29bc9df5f7f288bcecd7a89c45306 Mon Sep 17 00:00:00 2001 From: ai4rei Date: Thu, 3 Nov 2011 09:22:59 +0000 Subject: [PATCH] * Organized items in VS2010 projects into groups like in other projects (follow up to r14562). git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@14988 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 + vcproj-10/char-server_sql.vcxproj | 2 - vcproj-10/char-server_sql.vcxproj.filters | 186 ++++++++++ vcproj-10/char-server_txt.vcxproj.filters | 168 +++++++++ vcproj-10/login-server_sql.vcxproj | 2 - vcproj-10/login-server_sql.vcxproj.filters | 144 ++++++++ vcproj-10/login-server_txt.vcxproj | 1 + vcproj-10/login-server_txt.vcxproj.filters | 144 ++++++++ vcproj-10/map-server_sql.vcxproj | 2 - vcproj-10/map-server_sql.vcxproj.filters | 339 ++++++++++++++++++ vcproj-10/map-server_txt.vcxproj.filters | 339 ++++++++++++++++++ vcproj-10/mapcache.vcxproj.filters | 63 ++++ vcproj-10/txt-converter-char.vcxproj.filters | 156 ++++++++ vcproj-10/txt-converter-login.vcxproj.filters | 90 +++++ 14 files changed, 1632 insertions(+), 6 deletions(-) create mode 100644 vcproj-10/char-server_sql.vcxproj.filters create mode 100644 vcproj-10/char-server_txt.vcxproj.filters create mode 100644 vcproj-10/login-server_sql.vcxproj.filters create mode 100644 vcproj-10/login-server_txt.vcxproj.filters create mode 100644 vcproj-10/map-server_sql.vcxproj.filters create mode 100644 vcproj-10/map-server_txt.vcxproj.filters create mode 100644 vcproj-10/mapcache.vcxproj.filters create mode 100644 vcproj-10/txt-converter-char.vcxproj.filters create mode 100644 vcproj-10/txt-converter-login.vcxproj.filters diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index eabc371404..6f78700745 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,7 @@ Date Added +2011/11/03 + * Organized items in VS2010 projects into groups like in other projects (follow up to r14562). [Ai4rei] 2011/10/28 * Random documentation of database files. [Ai4rei] * Fixed db/packet_db.txt reading not checking for max. amount of positions. [Ai4rei] diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj index f1a8e53630..3626abf957 100644 --- a/vcproj-10/char-server_sql.vcxproj +++ b/vcproj-10/char-server_sql.vcxproj @@ -131,7 +131,6 @@ - @@ -163,7 +162,6 @@ - diff --git a/vcproj-10/char-server_sql.vcxproj.filters b/vcproj-10/char-server_sql.vcxproj.filters new file mode 100644 index 0000000000..a2bbf2d154 --- /dev/null +++ b/vcproj-10/char-server_sql.vcxproj.filters @@ -0,0 +1,186 @@ + + + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + + + {623f21b1-c166-4848-83d8-8b4fe0e2e2df} + + + {83b1ecf5-21d1-4dac-915f-95ff77a90899} + + + {b3f5c857-79c0-4a55-b8c5-7e7f56a8f948} + + + \ No newline at end of file diff --git a/vcproj-10/char-server_txt.vcxproj.filters b/vcproj-10/char-server_txt.vcxproj.filters new file mode 100644 index 0000000000..0bb9773de7 --- /dev/null +++ b/vcproj-10/char-server_txt.vcxproj.filters @@ -0,0 +1,168 @@ + + + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + char_txt + + + + + {3426d3df-b8f8-421a-9ecf-5929f527ebcd} + + + {ecf20235-c0df-43f9-a4c0-f2f992b3330f} + + + {36b5e281-2a86-4c66-bc78-f56c54f0b3c2} + + + \ No newline at end of file diff --git a/vcproj-10/login-server_sql.vcxproj b/vcproj-10/login-server_sql.vcxproj index 43dbeb351f..b40f780044 100644 --- a/vcproj-10/login-server_sql.vcxproj +++ b/vcproj-10/login-server_sql.vcxproj @@ -138,7 +138,6 @@ - @@ -163,7 +162,6 @@ - diff --git a/vcproj-10/login-server_sql.vcxproj.filters b/vcproj-10/login-server_sql.vcxproj.filters new file mode 100644 index 0000000000..4171d33cd5 --- /dev/null +++ b/vcproj-10/login-server_sql.vcxproj.filters @@ -0,0 +1,144 @@ + + + + + login_sql + + + login_sql + + + login_sql + + + login_sql + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + login_sql + + + login_sql + + + login_sql + + + login_sql + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + {b50ee803-e71d-4d41-8f7d-2dad5839df50} + + + {8eea96ed-d379-4694-ae2e-ffb0be95170c} + + + {ab5c90ec-923d-4847-a214-45b40818211e} + + + \ No newline at end of file diff --git a/vcproj-10/login-server_txt.vcxproj b/vcproj-10/login-server_txt.vcxproj index f121af46a6..25ff4a5714 100644 --- a/vcproj-10/login-server_txt.vcxproj +++ b/vcproj-10/login-server_txt.vcxproj @@ -123,6 +123,7 @@ + diff --git a/vcproj-10/login-server_txt.vcxproj.filters b/vcproj-10/login-server_txt.vcxproj.filters new file mode 100644 index 0000000000..447e7e772e --- /dev/null +++ b/vcproj-10/login-server_txt.vcxproj.filters @@ -0,0 +1,144 @@ + + + + + 3rdparty + + + login_txt + + + login_txt + + + login_txt + + + login_txt + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + 3rdparty + + + login_txt + + + login_txt + + + login_txt + + + login_txt + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + {be8a59c3-07c1-4edd-9114-964892214f9e} + + + {2b1ebf8e-ab6f-49be-b1f0-52d695ac9282} + + + {0719c3dc-e4e3-4235-b6d6-bbd3e7c258a5} + + + \ No newline at end of file diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj index 6fcb16f0fc..8d11052984 100644 --- a/vcproj-10/map-server_sql.vcxproj +++ b/vcproj-10/map-server_sql.vcxproj @@ -131,7 +131,6 @@ - @@ -188,7 +187,6 @@ - diff --git a/vcproj-10/map-server_sql.vcxproj.filters b/vcproj-10/map-server_sql.vcxproj.filters new file mode 100644 index 0000000000..b290b3c956 --- /dev/null +++ b/vcproj-10/map-server_sql.vcxproj.filters @@ -0,0 +1,339 @@ + + + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + map_sql + + + 3rdparty + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + {3a137217-ebf7-44ee-95d9-3d7c51d2a199} + + + {8c01a080-5a78-4fb7-96f2-862c33a02230} + + + {c4845ea8-bcc7-411b-af29-e3842adb6714} + + + \ No newline at end of file diff --git a/vcproj-10/map-server_txt.vcxproj.filters b/vcproj-10/map-server_txt.vcxproj.filters new file mode 100644 index 0000000000..e157f4d40e --- /dev/null +++ b/vcproj-10/map-server_txt.vcxproj.filters @@ -0,0 +1,339 @@ + + + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + common + + + common + + + common + + + common + + + common + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + 3rdparty + + + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + common + + + map_txt + + + map_txt + + + map_txt + + + common + + + common + + + common + + + common + + + common + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + map_txt + + + 3rdparty + + + + + {1a14e4e3-9844-4386-bf22-dd1fe7732bb5} + + + {3c87ae01-115b-4d3b-a856-a3b96ca7b469} + + + {b4ec69ed-50dd-4ac0-885f-a88bd617ebac} + + + \ No newline at end of file diff --git a/vcproj-10/mapcache.vcxproj.filters b/vcproj-10/mapcache.vcxproj.filters new file mode 100644 index 0000000000..708cab0643 --- /dev/null +++ b/vcproj-10/mapcache.vcxproj.filters @@ -0,0 +1,63 @@ + + + + + common + + + common + + + common + + + common + + + common + + + common + + + mapcache + + + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + {a9c2444c-ffec-4e89-8412-e530231d79dc} + + + {5ea9d6f7-0a10-4bfb-ad39-478e4b1d8a0d} + + + \ No newline at end of file diff --git a/vcproj-10/txt-converter-char.vcxproj.filters b/vcproj-10/txt-converter-char.vcxproj.filters new file mode 100644 index 0000000000..4068225e65 --- /dev/null +++ b/vcproj-10/txt-converter-char.vcxproj.filters @@ -0,0 +1,156 @@ + + + + + converter + + + char + + + char_sql + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char_sql + + + char + + + char_sql + + + char_sql + + + char_sql + + + char + + + char_sql + + + char + + + char + + + char_sql + + + char + + + + + char_sql + + + char + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + char_sql + + + char + + + char_sql + + + char_sql + + + char_sql + + + char_sql + + + char + + + char + + + char + + + char_sql + + + char + + + + + {8cd3ef2c-94f8-4117-9456-0718099b6cff} + + + {39dba2e0-24d6-4e27-bca0-512f4124aafd} + + + {9ff3fa33-e859-4bec-8ef5-f4b35906784c} + + + {9b273f25-9226-4784-8e88-3085194c0c8a} + + + \ No newline at end of file diff --git a/vcproj-10/txt-converter-login.vcxproj.filters b/vcproj-10/txt-converter-login.vcxproj.filters new file mode 100644 index 0000000000..668acec990 --- /dev/null +++ b/vcproj-10/txt-converter-login.vcxproj.filters @@ -0,0 +1,90 @@ + + + + + login + + + login + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + converter + + + + + login + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + + + {23e12c5b-4a3f-49aa-880b-3cdd20026aaa} + + + {47a4218f-2ab2-4032-b56d-70593a821fb0} + + + {6d4aed21-4896-4192-8133-dd5f7ab3fb6d} + + + \ No newline at end of file