1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Merge branch 'develop' of https://github.com/vcmi/vcmi into develop

This commit is contained in:
DJWarmonger
2018-01-02 17:57:11 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -223,7 +223,7 @@
<ClCompile Include="windows\CHeroWindow.cpp" />
<ClCompile Include="windows\CKingdomInterface.cpp" />
<ClCompile Include="windows\CQuestLog.cpp" />
<ClCompile Include="windows\CreaturePurhaseCard.cpp" />
<ClCompile Include="windows\CreaturePurchaseCard.cpp" />
<ClCompile Include="windows\CSpellWindow.cpp" />
<ClCompile Include="windows\CTradeWindow.cpp" />
<ClCompile Include="windows\CWindowObject.cpp" />
@@ -277,7 +277,7 @@
<ClInclude Include="windows\CHeroWindow.h" />
<ClInclude Include="windows\CKingdomInterface.h" />
<ClInclude Include="windows\CQuestLog.h" />
<ClInclude Include="windows\CreaturePurhaseCard.h" />
<ClInclude Include="windows\CreaturePurchaseCard.h" />
<ClInclude Include="windows\CSpellWindow.h" />
<ClInclude Include="windows\CTradeWindow.h" />
<ClInclude Include="windows\CWindowObject.h" />

View File

@@ -113,7 +113,7 @@
<ClCompile Include="windows\QuickRecruitmentWindow.cpp">
<Filter>windows</Filter>
</ClCompile>
<ClCompile Include="windows\CreaturePurhaseCard.cpp">
<ClCompile Include="windows\CreaturePurchaseCard.cpp">
<Filter>windows</Filter>
</ClCompile>
<ClCompile Include="CreatureCostBox.cpp" />
@@ -257,7 +257,7 @@
<ClInclude Include="windows\QuickRecruitmentWindow.h">
<Filter>windows</Filter>
</ClInclude>
<ClInclude Include="windows\CreaturePurhaseCard.h">
<ClInclude Include="windows\CreaturePurchaseCard.h">
<Filter>windows</Filter>
</ClInclude>
<ClInclude Include="CreatureCostBox.h" />