diff options
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"> |