浏览代码

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

DJWarmonger 8 年之前
父节点
当前提交
20ac1d6880
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      client/VCMI_client.vcxproj
  2. 2 2
      client/VCMI_client.vcxproj.filters

+ 2 - 2
client/VCMI_client.vcxproj

@@ -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
client/VCMI_client.vcxproj.filters

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