[0150] Added VC110 (Visual Studio 12) Files

This commit is contained in:
FailZorD 2012-08-21 16:01:19 +03:00 committed by Antz
parent 76264d8178
commit 20fc34dc8a
3 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "0149"
#define REVISION_NR "0150"
#endif // __REVISION_NR_H__

View file

@ -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" />

View file

@ -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>