diff options
Diffstat (limited to 'win')
| -rw-r--r-- | win/VC71/game.vcproj | 16 | ||||
| -rw-r--r-- | win/VC80/game.vcproj | 16 | ||||
| -rw-r--r-- | win/VC90/game.vcproj | 10 |
3 files changed, 42 insertions, 0 deletions
diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index e31da7f78f8..624c8faf90c 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -200,6 +200,16 @@ </File> </Filter> <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + </Filter> + <Filter Name="Objects" > <File @@ -215,6 +225,12 @@ > </File> <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + <File RelativePath="..\..\src\game\Bag.cpp" > </File> diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index 75a9932fe13..94d3b0886ac 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -420,6 +420,16 @@ </File> </Filter> <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + </Filter> + <Filter Name="Objects" > <File @@ -431,6 +441,12 @@ > </File> <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + <File RelativePath="..\..\src\game\AuctionHouseObject.h" > </File> diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 9a59a5fa8f6..2f4b29ea3b8 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -425,6 +425,16 @@ </File> </Filter> <Filter + Name="AuctionHouseBot" + > + <File + RelativePath="..\..\src\game\AuctionHouseBot.cpp"> + </File> + <File + RelativePath="..\..\src\game\AuctionHouseBot.h"> + </File> + </Filter> + <Filter Name="Objects" > <File |
