diff options
author | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-20 20:33:32 +0000 |
---|---|---|
committer | gepard1984 <gepard1984@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-20 20:33:32 +0000 |
commit | 44d7606656a650dc43018b5c63bb56ad1f70e77c (patch) | |
tree | a34a45286714803911fe2bf55315c611a444e605 /vcproj-10/char-server_sql.vcxproj | |
parent | a02514bc54c044f141520118ffd7e0b6ff5ecae2 (diff) | |
download | hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.tar.gz hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.tar.bz2 hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.tar.xz hercules-44d7606656a650dc43018b5c63bb56ad1f70e77c.zip |
Merged TXT removal branch back to trunk.
* TXT save engine is removed and no longer supported.
* See also tid:53926, tid:57717.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15503 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-10/char-server_sql.vcxproj')
-rw-r--r-- | vcproj-10/char-server_sql.vcxproj | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/vcproj-10/char-server_sql.vcxproj b/vcproj-10/char-server_sql.vcxproj index 1ed50b62f..e7fd17017 100644 --- a/vcproj-10/char-server_sql.vcxproj +++ b/vcproj-10/char-server_sql.vcxproj @@ -146,17 +146,17 @@ <ClInclude Include="..\src\common\timer.h" /> <ClInclude Include="..\src\common\utils.h" /> <ClInclude Include="..\src\common\version.h" /> - <ClInclude Include="..\src\char_sql\char.h" /> - <ClInclude Include="..\src\char_sql\int_auction.h" /> - <ClInclude Include="..\src\char_sql\int_guild.h" /> - <ClInclude Include="..\src\char_sql\int_homun.h" /> - <ClInclude Include="..\src\char_sql\int_mail.h" /> - <ClInclude Include="..\src\char_sql\int_mercenary.h" /> - <ClInclude Include="..\src\char_sql\int_party.h" /> - <ClInclude Include="..\src\char_sql\int_pet.h" /> - <ClInclude Include="..\src\char_sql\int_quest.h" /> - <ClInclude Include="..\src\char_sql\int_storage.h" /> - <ClInclude Include="..\src\char_sql\inter.h" /> + <ClInclude Include="..\src\char\char.h" /> + <ClInclude Include="..\src\char\int_auction.h" /> + <ClInclude Include="..\src\char\int_guild.h" /> + <ClInclude Include="..\src\char\int_homun.h" /> + <ClInclude Include="..\src\char\int_mail.h" /> + <ClInclude Include="..\src\char\int_mercenary.h" /> + <ClInclude Include="..\src\char\int_party.h" /> + <ClInclude Include="..\src\char\int_pet.h" /> + <ClInclude Include="..\src\char\int_quest.h" /> + <ClInclude Include="..\src\char\int_storage.h" /> + <ClInclude Include="..\src\char\inter.h" /> </ItemGroup> <ItemGroup> <ClCompile Include="..\3rdparty\mt19937ar\mt19937ar.c" /> @@ -174,17 +174,17 @@ <ClCompile Include="..\src\common\strlib.c" /> <ClCompile Include="..\src\common\timer.c" /> <ClCompile Include="..\src\common\utils.c" /> - <ClCompile Include="..\src\char_sql\char.c" /> - <ClCompile Include="..\src\char_sql\int_auction.c" /> - <ClCompile Include="..\src\char_sql\int_guild.c" /> - <ClCompile Include="..\src\char_sql\int_homun.c" /> - <ClCompile Include="..\src\char_sql\int_mail.c" /> - <ClCompile Include="..\src\char_sql\int_mercenary.c" /> - <ClCompile Include="..\src\char_sql\int_party.c" /> - <ClCompile Include="..\src\char_sql\int_pet.c" /> - <ClCompile Include="..\src\char_sql\int_quest.c" /> - <ClCompile Include="..\src\char_sql\int_storage.c" /> - <ClCompile Include="..\src\char_sql\inter.c" /> + <ClCompile Include="..\src\char\char.c" /> + <ClCompile Include="..\src\char\int_auction.c" /> + <ClCompile Include="..\src\char\int_guild.c" /> + <ClCompile Include="..\src\char\int_homun.c" /> + <ClCompile Include="..\src\char\int_mail.c" /> + <ClCompile Include="..\src\char\int_mercenary.c" /> + <ClCompile Include="..\src\char\int_party.c" /> + <ClCompile Include="..\src\char\int_pet.c" /> + <ClCompile Include="..\src\char\int_quest.c" /> + <ClCompile Include="..\src\char\int_storage.c" /> + <ClCompile Include="..\src\char\inter.c" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |