diff options
Diffstat (limited to 'vcproj-10/map-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/map-server_sql.vcxproj | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/vcproj-10/map-server_sql.vcxproj b/vcproj-10/map-server_sql.vcxproj index 997854d0f..af05998dc 100644 --- a/vcproj-10/map-server_sql.vcxproj +++ b/vcproj-10/map-server_sql.vcxproj @@ -173,13 +173,13 @@ <ClInclude Include="..\src\map\pc.h" /> <ClInclude Include="..\src\map\pet.h" /> <ClInclude Include="..\src\map\quest.h" /> - <ClInclude Include="..\src\map\RRConfig\Core.h" /> - <ClInclude Include="..\src\map\RRConfig\Renewal.h" /> - <ClInclude Include="..\src\map\RRConfig\Secure.h" /> - <ClInclude Include="..\src\map\RRConfig\Data\Const.h" /> - <ClInclude Include="..\src\map\RRConfig\Skills\General.h" /> - <ClInclude Include="..\src\map\RRConfig\Skills\Mage_Classes.h" /> - <ClInclude Include="..\src\map\RRConfig\Skills\Swordsman_Classes.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\script.h" /> <ClInclude Include="..\src\map\searchstore.h" /> <ClInclude Include="..\src\map\skill.h" /> |