mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[9966] Add CharacterDatabaseCleaner to VS2010 filters.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ff9990a777
commit
fe226f897b
2 changed files with 7 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9965"
|
||||
#define REVISION_NR "9966"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -436,6 +436,9 @@
|
|||
<Filter>References</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\game\pchdef.cpp" />
|
||||
<ClCompile Include="..\..\src\game\CharacterDatabaseCleaner.cpp">
|
||||
<Filter>Tool</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\game\AccountMgr.h">
|
||||
|
|
@ -820,5 +823,8 @@
|
|||
<Filter>References</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\game\pchdef.h" />
|
||||
<ClInclude Include="..\..\src\game\CharacterDatabaseCleaner.h">
|
||||
<Filter>Tool</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue