Update file names in vs project (#400)

This commit is contained in:
Dydzio
2018-01-02 19:40:23 +03:00
committed by Alexander Shishkin
parent 6c2d082676
commit 707257c2c8
2 changed files with 4 additions and 4 deletions
+2 -2
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" />
+2 -2
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" />