mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
[0150] Added VC110 (Visual Studio 12) Files
This commit is contained in:
parent
76264d8178
commit
20fc34dc8a
3 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "0149"
|
||||
#define REVISION_NR "0150"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
|
|
@ -499,6 +499,7 @@
|
|||
<ClCompile Include="..\..\src\game\Spell.cpp" />
|
||||
<ClCompile Include="..\..\src\game\SpellAuras.cpp" />
|
||||
<ClCompile Include="..\..\src\game\SQLStorages.cpp" />
|
||||
<ClCompile Include="..\..\src\game\TransportSystem.cpp" />
|
||||
<ClCompile Include="..\..\src\game\UnitAuraProcHandler.cpp" />
|
||||
<ClCompile Include="..\..\src\game\SpellEffects.cpp" />
|
||||
<ClCompile Include="..\..\src\game\SpellHandler.cpp" />
|
||||
|
|
@ -675,6 +676,7 @@
|
|||
<ClInclude Include="..\..\src\game\Totem.h" />
|
||||
<ClInclude Include="..\..\src\game\TotemAI.h" />
|
||||
<ClInclude Include="..\..\src\game\Transports.h" />
|
||||
<ClInclude Include="..\..\src\game\TransportSystem.h" />
|
||||
<ClInclude Include="..\..\src\game\Unit.h" />
|
||||
<ClInclude Include="..\..\src\game\UnitEvents.h" />
|
||||
<ClInclude Include="..\..\src\game\UpdateData.h" />
|
||||
|
|
|
|||
|
|
@ -547,6 +547,7 @@
|
|||
<ClCompile Include="..\..\src\game\OutdoorPvP\OutdoorPvPZM.cpp">
|
||||
<Filter>OutdoorPvP</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\src\game\TransportSystem.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\src\game\AccountMgr.h">
|
||||
|
|
@ -1045,5 +1046,6 @@
|
|||
<ClInclude Include="..\..\src\game\OutdoorPvP\OutdoorPvPZM.h">
|
||||
<Filter>OutdoorPvP</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\src\game\TransportSystem.h" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue