diff options
Diffstat (limited to 'vcproj-10')
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj | 13 | ||||
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj.filters | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj index e90c3c4de..ad546cada 100644 --- a/vcproj-10/map-server_sql.vcxproj +++ b/vcproj-10/map-server_sql.vcxproj @@ -182,13 +182,12 @@ <ClInclude Include="..\src\map\pc_groups.h" /> <ClInclude Include="..\src\map\pet.h" /> <ClInclude Include="..\src\map\quest.h" /> - <ClInclude Include="..\src\map\config\Core.h" /> - <ClInclude Include="..\src\map\config\Renewal.h" /> - <ClInclude Include="..\src\map\config\Secure.h" /> - <ClInclude Include="..\src\map\config\Data\Const.h" /> - <ClInclude Include="..\src\map\config\Skills\General.h" /> - <ClInclude Include="..\src\map\config\Skills\Mage_Classes.h" /> - <ClInclude Include="..\src\map\config\Skills\Swordsman_Classes.h" /> + <ClInclude Include="..\src\map\config\const.h" /> + <ClInclude Include="..\src\map\config\core.h" /> + <ClInclude Include="..\src\map\config\renewal.h" /> + <ClInclude Include="..\src\map\config\secure.h" /> + <ClInclude Include="..\src\map\config\classes\general.h" /> + <ClInclude Include="..\src\map\config\classes\swordsman.h" /> <ClInclude Include="..\src\map\script.h" /> <ClInclude Include="..\src\map\searchstore.h" /> <ClInclude Include="..\src\map\skill.h" /> diff --git a/vcproj-10/map-server_sql.vcxproj.filters b/vcproj-10/map-server_sql.vcxproj.filters index f5862c135..343c866c4 100644 --- a/vcproj-10/map-server_sql.vcxproj.filters +++ b/vcproj-10/map-server_sql.vcxproj.filters @@ -342,13 +342,12 @@ <ClInclude Include="..\src\common\utils.h"> <Filter>common</Filter> </ClInclude> - <ClInclude Include="..\src\map\config\Core.h" /> - <ClInclude Include="..\src\map\config\Renewal.h" /> - <ClInclude Include="..\src\map\config\Secure.h" /> - <ClInclude Include="..\src\map\config\Data\Const.h" /> - <ClInclude Include="..\src\map\config\Skills\General.h" /> - <ClInclude Include="..\src\map\config\Skills\Mage_Classes.h" /> - <ClInclude Include="..\src\map\config\Skills\Swordsman_Classes.h" /> + <ClInclude Include="..\src\map\config\const.h" /> + <ClInclude Include="..\src\map\config\core.h" /> + <ClInclude Include="..\src\map\config\renewal.h" /> + <ClInclude Include="..\src\map\config\secure.h" /> + <ClInclude Include="..\src\map\config\classes\general.h" /> + <ClInclude Include="..\src\map\config\classes\swordsman.h" /> <ClInclude Include="..\src\common\conf.h"> <Filter>common</Filter> </ClInclude> |