diff options
| author | Chaz Brown <iamparadox@netscape.net> | 2009-08-17 11:37:05 -0400 |
|---|---|---|
| committer | Chaz Brown <iamparadox@netscape.net> | 2009-08-17 11:37:05 -0400 |
| commit | d0cd451f4ffc96b8273efaf25633f604e67b174f (patch) | |
| tree | 90eab05b1031bfb0d64f5296dc440d21d1841f69 /win | |
| parent | 5047eb7a6265d2bf496ef22d7c9a6b30fa21d466 (diff) | |
New Filters added to AHBot, moved into AI section for VS
--HG--
branch : trunk
Diffstat (limited to 'win')
| -rw-r--r-- | win/VC90/game.vcproj | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 8c9b0895208..0d9ad6ab5ec 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9,00" + Version="9.00" Name="game" ProjectGUID="{1DC6C4DA-A028-41F3-877D-D5400C594F88}" RootNamespace="game" @@ -1334,18 +1334,6 @@ RelativePath="..\..\src\game\ZoneScript.h" > </File> - <Filter - Name="AuctionHouseBot" - > - <File - RelativePath="..\..\src\game\AuctionHouseBot.cpp" - > - </File> - <File - RelativePath="..\..\src\game\AuctionHouseBot.h" - > - </File> - </Filter> </Filter> <Filter Name="Server" @@ -1622,6 +1610,18 @@ RelativePath="..\..\src\game\UnitAI.h" > </File> + <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp" + > + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h" + > + </File> + </Filter> </Filter> <Filter Name="OutdoorPvP" |
