mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Update VS files to match latest develop (#424)
This commit is contained in:
committed by
Alexander Shishkin
parent
8b002ad774
commit
44d653b835
@@ -221,6 +221,8 @@
|
||||
<ClCompile Include="serializer\JsonSerializer.cpp" />
|
||||
<ClCompile Include="battle\SideInBattle.cpp" />
|
||||
<ClCompile Include="battle\SiegeInfo.cpp" />
|
||||
<ClCompile Include="spells\AbilityCaster.cpp" />
|
||||
<ClCompile Include="spells\BonusCaster.cpp" />
|
||||
<ClCompile Include="spells\CSpellHandler.cpp" />
|
||||
<ClCompile Include="spells\effects\Catapult.cpp" />
|
||||
<ClCompile Include="spells\effects\Dispel.cpp" />
|
||||
@@ -234,6 +236,7 @@
|
||||
<ClCompile Include="spells\AdventureSpellMechanics.cpp" />
|
||||
<ClCompile Include="spells\BattleSpellMechanics.cpp" />
|
||||
<ClCompile Include="spells\Problem.cpp" />
|
||||
<ClCompile Include="spells\ProxyCaster.cpp" />
|
||||
<ClCompile Include="spells\TargetCondition.cpp" />
|
||||
<ClCompile Include="spells\ViewSpellInt.cpp" />
|
||||
<ClCompile Include="spells\effects\Effect.cpp" />
|
||||
@@ -449,8 +452,10 @@
|
||||
<ClInclude Include="battle\SideInBattle.h" />
|
||||
<ClInclude Include="battle\SiegeInfo.h" />
|
||||
<ClInclude Include="serializer\JsonTreeSerializer.h" />
|
||||
<ClInclude Include="spells\AbilityCaster.h" />
|
||||
<ClInclude Include="spells\AdventureSpellMechanics.h" />
|
||||
<ClInclude Include="spells\BattleSpellMechanics.h" />
|
||||
<ClInclude Include="spells\BonusCaster.h" />
|
||||
<ClInclude Include="spells\CSpellHandler.h" />
|
||||
<ClInclude Include="spells\effects\Catapult.h" />
|
||||
<ClInclude Include="spells\effects\Dispel.h" />
|
||||
@@ -463,6 +468,7 @@
|
||||
<ClInclude Include="spells\effects\UnitEffect.h" />
|
||||
<ClInclude Include="spells\ISpellMechanics.h" />
|
||||
<ClInclude Include="spells\Magic.h" />
|
||||
<ClInclude Include="spells\ProxyCaster.h" />
|
||||
<ClInclude Include="spells\SpellMechanics.h" />
|
||||
<ClInclude Include="spells\Problem.h" />
|
||||
<ClInclude Include="spells\TargetCondition.h" />
|
||||
|
@@ -380,6 +380,15 @@
|
||||
<ClCompile Include="spells\Problem.cpp">
|
||||
<Filter>spells</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="spells\AbilityCaster.cpp">
|
||||
<Filter>spells</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="spells\BonusCaster.cpp">
|
||||
<Filter>spells</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="spells\ProxyCaster.cpp">
|
||||
<Filter>spells</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="CCreatureSet.h">
|
||||
@@ -883,5 +892,14 @@
|
||||
<ClInclude Include="spells\Problem.h">
|
||||
<Filter>spells</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spells\AbilityCaster.h">
|
||||
<Filter>spells</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spells\BonusCaster.h">
|
||||
<Filter>spells</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="spells\ProxyCaster.h">
|
||||
<Filter>spells</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user