Guest User

Untitled

a guest
Feb 26th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. win/VC100/game.vcxproj | 4 +++-
  2. win/VC100/game.vcxproj.filters | 11 +++++++++++
  3. 2 files changed, 14 insertions(+), 1 deletions(-)
  4.  
  5. diff --git a/win/VC100/game.vcxproj b/win/VC100/game.vcxproj
  6. index 5d5e4a9..762c606 100644
  7. --- a/win/VC100/game.vcxproj
  8. +++ b/win/VC100/game.vcxproj
  9. @@ -350,6 +350,7 @@
  10. <ClCompile Include="..\..\src\game\AggressorAI.cpp" />
  11. <ClCompile Include="..\..\src\game\ArenaTeam.cpp" />
  12. <ClCompile Include="..\..\src\game\ArenaTeamHandler.cpp" />
  13. + <ClCompile Include="..\..\src\game\AuctionHouseBot.cpp" />
  14. <ClCompile Include="..\..\src\game\AuctionHouseHandler.cpp" />
  15. <ClCompile Include="..\..\src\game\AuctionHouseMgr.cpp" />
  16. <ClCompile Include="..\..\src\game\Bag.cpp" />
  17. @@ -474,7 +475,7 @@
  18. <ClCompile Include="..\..\src\game\SocialMgr.cpp" />
  19. <ClCompile Include="..\..\src\game\Spell.cpp" />
  20. <ClCompile Include="..\..\src\game\SpellAuras.cpp" />
  21. - <ClCompile Include="..\..\src\game\UnitAuraProcHandler.cpp" />
  22. + <ClCompile Include="..\..\src\game\UnitAuraProcHandler.cpp" />
  23. <ClCompile Include="..\..\src\game\SpellEffects.cpp" />
  24. <ClCompile Include="..\..\src\game\SpellHandler.cpp" />
  25. <ClCompile Include="..\..\src\game\SpellMgr.cpp" />
  26. @@ -505,6 +506,7 @@
  27. <ClInclude Include="..\..\src\game\AchievementMgr.h" />
  28. <ClInclude Include="..\..\src\game\AggressorAI.h" />
  29. <ClInclude Include="..\..\src\game\ArenaTeam.h" />
  30. + <ClInclude Include="..\..\src\game\AuctionHouseBot.h" />
  31. <ClInclude Include="..\..\src\game\AuctionHouseMgr.h" />
  32. <ClInclude Include="..\..\src\game\Bag.h" />
  33. <ClInclude Include="..\..\src\game\BattleGround.h" />
  34. diff --git a/win/VC100/game.vcxproj.filters b/win/VC100/game.vcxproj.filters
  35. index 2cec663..bd7b048 100644
  36. --- a/win/VC100/game.vcxproj.filters
  37. +++ b/win/VC100/game.vcxproj.filters
  38. @@ -448,6 +448,12 @@
  39. <ClCompile Include="..\..\src\game\UnitAuraProcHandler.cpp">
  40. <Filter>World/Handlers</Filter>
  41. </ClCompile>
  42. + <ClCompile Include="..\..\src\game\ChatLexicsCutter.cpp" />
  43. + <ClCompile Include="..\..\src\game\ChatLog.cpp" />
  44. + <ClCompile Include="..\..\src\game\VehicleHandler.cpp" />
  45. + <ClCompile Include="..\..\src\game\AuctionHouseBot.cpp">
  46. + <Filter>Object</Filter>
  47. + </ClCompile>
  48. </ItemGroup>
  49. <ItemGroup>
  50. <ClInclude Include="..\..\src\game\AccountMgr.h">
  51. @@ -841,5 +847,10 @@
  52. <ClInclude Include="..\..\src\game\Camera.h">
  53. <Filter>Object</Filter>
  54. </ClInclude>
  55. + <ClInclude Include="..\..\src\game\ChatLexicsCutter.h" />
  56. + <ClInclude Include="..\..\src\game\ChatLog.h" />
  57. + <ClInclude Include="..\..\src\game\AuctionHouseBot.h">
  58. + <Filter>Object</Filter>
  59. + </ClInclude>
  60. </ItemGroup>
  61. </Project>
  62. \ No newline at end of file
Add Comment
Please, Sign In to add comment