mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-20 03:29:32 +02:00
MSVS project update.
This commit is contained in:
parent
6a616a5d33
commit
092a0c305b
@ -130,7 +130,12 @@
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="AttackPossibility.cpp" />
|
||||
<ClCompile Include="common.cpp" />
|
||||
<ClCompile Include="EnemyInfo.cpp" />
|
||||
<ClCompile Include="main.cpp" />
|
||||
<ClCompile Include="PotentialTargets.cpp" />
|
||||
<ClCompile Include="StackWithBonuses.cpp" />
|
||||
<ClCompile Include="StdInc.cpp">
|
||||
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||||
@ -140,11 +145,18 @@
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='RD|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="BattleAI.cpp" />
|
||||
<ClCompile Include="ThreatMap.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="AttackPossibility.h" />
|
||||
<ClInclude Include="common.h" />
|
||||
<ClInclude Include="EnemyInfo.h" />
|
||||
<ClInclude Include="PotentialTargets.h" />
|
||||
<ClInclude Include="StackWithBonuses.h" />
|
||||
<ClInclude Include="StdInc.h" />
|
||||
<ClInclude Include="BattleAI.h" />
|
||||
<ClInclude Include="..\..\Global.h" />
|
||||
<ClInclude Include="ThreatMap.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include "StdInc.h"
|
||||
|
||||
/*
|
||||
* ThreatMap.cpp, part of VCMI engine
|
||||
*
|
||||
|
3
AUTHORS
3
AUTHORS
@ -57,6 +57,3 @@ Arseniy Shestakov aka SXX, <me@arseniyshestakov.com>
|
||||
|
||||
Vadim Markovtsev, <gmarkhor@gmail.com>
|
||||
* resolving problems with macOS, bug fixes
|
||||
|
||||
Michał Kalinowski, <feniks_fire@o2.pl>
|
||||
* refactoring code
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 5.4 KiB |
Loading…
x
Reference in New Issue
Block a user