[9966] Add CharacterDatabaseCleaner to VS2010 filters.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
zergtmn 2010-05-23 19:46:55 +04:00 committed by VladimirMangos
parent ff9990a777
commit fe226f897b
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9965" #define REVISION_NR "9966"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__

View file

@ -436,6 +436,9 @@
<Filter>References</Filter> <Filter>References</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\src\game\pchdef.cpp" /> <ClCompile Include="..\..\src\game\pchdef.cpp" />
<ClCompile Include="..\..\src\game\CharacterDatabaseCleaner.cpp">
<Filter>Tool</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ClInclude Include="..\..\src\game\AccountMgr.h"> <ClInclude Include="..\..\src\game\AccountMgr.h">
@ -820,5 +823,8 @@
<Filter>References</Filter> <Filter>References</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\..\src\game\pchdef.h" /> <ClInclude Include="..\..\src\game\pchdef.h" />
<ClInclude Include="..\..\src\game\CharacterDatabaseCleaner.h">
<Filter>Tool</Filter>
</ClInclude>
</ItemGroup> </ItemGroup>
</Project> </Project>