OSDN Git Service

[Refactor] #933 Renamed accessory-enchanter-base.h to enchanter-base.h
[hengbandforosx/hengbandosx.git] / Hengband / Hengband / Hengband.vcxproj
index 167b4e0..a91da2a 100644 (file)
     <ClCompile Include="..\..\src\cmd-action\cmd-travel.cpp" />\r
     <ClCompile Include="..\..\src\cmd-action\cmd-tunnel.cpp" />\r
     <ClCompile Include="..\..\src\action\movement-execution.cpp" />\r
+    <ClCompile Include="..\..\src\main-win\commandline-win.cpp" />\r
+    <ClCompile Include="..\..\src\main-win\graphics-win.cpp" />\r
+    <ClCompile Include="..\..\src\object-enchant\apply-magic-amulet.cpp" />\r
+    <ClCompile Include="..\..\src\object-enchant\apply-magic-ring.cpp" />\r
+    <ClCompile Include="..\..\src\player-info\alignment.cpp" />\r
+    <ClCompile Include="..\..\src\player-info\equipment-info.cpp" />\r
+    <ClCompile Include="..\..\src\player-status\player-energy.cpp" />\r
+    <ClCompile Include="..\..\src\main-win\main-win-utils.cpp" />\r
     <ClCompile Include="..\..\src\store\cmd-store.cpp" />\r
     <ClCompile Include="..\..\src\cmd-io\cmd-floor.cpp" />\r
     <ClCompile Include="..\..\src\cmd-io\cmd-lore.cpp" />\r
     <ClCompile Include="..\..\src\main\info-initializer.cpp" />\r
     <ClCompile Include="..\..\src\main\init-error-messages-table.cpp" />\r
     <ClCompile Include="..\..\src\main-win\main-win-bg.cpp" />\r
+    <ClCompile Include="..\..\src\main\scene-table-floor.cpp" />\r
+    <ClCompile Include="..\..\src\main\scene-table-monster.cpp" />\r
     <ClCompile Include="..\..\src\main\scene-table.cpp" />\r
     <ClCompile Include="..\..\src\market\building-initializer.cpp" />\r
     <ClCompile Include="..\..\src\melee\melee-spell-flags-checker.cpp" />\r
     <ClCompile Include="..\..\src\player-status\player-status-base.cpp" />\r
     <ClCompile Include="..\..\src\player-status\player-stealth.cpp" />\r
     <ClCompile Include="..\..\src\player-status\player-basic-statistics.cpp" />\r
-    <ClCompile Include="..\..\src\player-status\player-strength.cpp" />\r
-    <ClCompile Include="..\..\src\player-status\player-intelligence.cpp" />\r
-    <ClCompile Include="..\..\src\player-status\player-wisdom.cpp" />\r
-    <ClCompile Include="..\..\src\player-status\player-dextarity.cpp" />\r
-    <ClCompile Include="..\..\src\player-status\player-constitution.cpp" />\r
-    <ClCompile Include="..\..\src\player-status\player-charisma.cpp" />\r
+    <ClCompile Include="..\..\src\player-ability\player-strength.cpp" />\r
+    <ClCompile Include="..\..\src\player-ability\player-intelligence.cpp" />\r
+    <ClCompile Include="..\..\src\player-ability\player-wisdom.cpp" />\r
+    <ClCompile Include="..\..\src\player-ability\player-dexterity.cpp" />\r
+    <ClCompile Include="..\..\src\player-ability\player-constitution.cpp" />\r
+    <ClCompile Include="..\..\src\player-ability\player-charisma.cpp" />\r
+    <ClCompile Include="..\..\src\player-status\player-infravision.cpp" />\r
     <ClCompile Include="..\..\src\player\player-status-resist.cpp" />\r
     <ClCompile Include="..\..\src\room\vault-builder.cpp" />\r
     <ClCompile Include="..\..\src\specific-object\blade-turner.cpp" />\r
     </ClCompile>\r
     <ClCompile Include="..\..\src\store\home.cpp" />\r
     <ClCompile Include="..\..\src\store\museum.cpp" />\r
-    <ClCompile Include="..\..\src\store\owner-insults.cpp" />\r
     <ClCompile Include="..\..\src\store\pricing.cpp" />\r
     <ClCompile Include="..\..\src\store\purchase-order.cpp" />\r
     <ClCompile Include="..\..\src\store\sell-order.cpp" />\r
     <ClCompile Include="..\..\src\store\service-checker.cpp" />\r
     <ClCompile Include="..\..\src\system\angband-version.cpp" />\r
+    <ClCompile Include="..\..\src\system\player-type-definition.cpp" />\r
     <ClCompile Include="..\..\src\target\grid-selector.cpp" />\r
     <ClCompile Include="..\..\src\target\projection-path-calculator.cpp" />\r
     <ClCompile Include="..\..\src\target\target-describer.cpp" />\r
     <ClCompile Include="..\..\src\mind\mind-samurai.cpp" />\r
     <ClCompile Include="..\..\src\mind\mind-warrior.cpp" />\r
     <ClCompile Include="..\..\src\racial\racial-vampire.cpp" />\r
-    <ClCompile Include="..\..\src\object-enchant\apply-magic-accessory.cpp" />\r
     <ClCompile Include="..\..\src\object-enchant\apply-magic-armor.cpp" />\r
     <ClCompile Include="..\..\src\object-enchant\apply-magic-others.cpp" />\r
     <ClCompile Include="..\..\src\object-enchant\apply-magic-weapon.cpp" />\r
     <ClCompile Include="..\..\src\inventory\pack-overflow.cpp" />\r
     <ClCompile Include="..\..\src\io\input-key-processor.cpp" />\r
     <ClCompile Include="..\..\src\core\game-closer.cpp" />\r
-    <ClCompile Include="..\..\src\core\hp-mp-processor.cpp" />\r
-    <ClCompile Include="..\..\src\core\hp-mp-regenerator.cpp" />\r
+    <ClCompile Include="..\..\src\hpmp\hp-mp-processor.cpp" />\r
+    <ClCompile Include="..\..\src\hpmp\hp-mp-regenerator.cpp" />\r
     <ClCompile Include="..\..\src\core\magic-effects-timeout-reducer.cpp" />\r
     <ClCompile Include="..\..\src\core\stuff-handler.cpp" />\r
     <ClCompile Include="..\..\src\core\turn-compensator.cpp" />\r
     <ClInclude Include="..\..\src\cmd-action\cmd-travel.h" />\r
     <ClInclude Include="..\..\src\cmd-action\cmd-tunnel.h" />\r
     <ClInclude Include="..\..\src\action\movement-execution.h" />\r
+    <ClInclude Include="..\..\src\main-win\commandline-win.h" />\r
+    <ClInclude Include="..\..\src\main-win\graphics-win.h" />\r
+    <ClInclude Include="..\..\src\object-enchant\apply-magic-amulet.h" />\r
+    <ClInclude Include="..\..\src\object-enchant\apply-magic-ring.h" />\r
+    <ClInclude Include="..\..\src\player-info\alignment.h" />\r
+    <ClInclude Include="..\..\src\player-info\equipment-info.h" />\r
+    <ClInclude Include="..\..\src\player-status\player-energy.h" />\r
+    <ClInclude Include="..\..\src\player-status\player-hand-types.h" />\r
+    <ClInclude Include="..\..\src\main-win\main-win-utils.h" />\r
     <ClInclude Include="..\..\src\store\cmd-store.h" />\r
     <ClInclude Include="..\..\src\cmd-io\cmd-floor.h" />\r
     <ClInclude Include="..\..\src\cmd-io\cmd-lore.h" />\r
     <ClInclude Include="..\..\src\main\init-error-messages-table.h" />\r
     <ClInclude Include="..\..\src\main-win\main-win-bg.h" />\r
     <ClInclude Include="..\..\src\main-win\main-win-windows.h" />\r
+    <ClInclude Include="..\..\src\main\scene-table-floor.h" />\r
+    <ClInclude Include="..\..\src\main\scene-table-monster.h" />\r
     <ClInclude Include="..\..\src\main\scene-table.h" />\r
     <ClInclude Include="..\..\src\market\building-initializer.h" />\r
     <ClInclude Include="..\..\src\melee\melee-spell-flags-checker.h" />\r
     <ClInclude Include="..\..\src\object-activation\activation-resistance.h" />\r
     <ClInclude Include="..\..\src\object-activation\activation-teleport.h" />\r
     <ClInclude Include="..\..\src\object-activation\activation-util.h" />\r
-    <ClInclude Include="..\..\src\player-info\base-status-info.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-ability-types.h" />\r
     <ClInclude Include="..\..\src\player-info\base-status-types.h" />\r
     <ClInclude Include="..\..\src\player-info\body-improvement-info.h" />\r
     <ClInclude Include="..\..\src\player-info\class-ability-info.h" />\r
     <ClInclude Include="..\..\src\player-status\player-status-base.h" />\r
     <ClInclude Include="..\..\src\player-status\player-stealth.h" />\r
     <ClInclude Include="..\..\src\player-status\player-basic-statistics.h" />\r
-    <ClInclude Include="..\..\src\player-status\player-strength.h" />\r
-    <ClInclude Include="..\..\src\player-status\player-intelligence.h" />\r
-    <ClInclude Include="..\..\src\player-status\player-wisdom.h" />\r
-    <ClInclude Include="..\..\src\player-status\player-dextarity.h" />\r
-    <ClInclude Include="..\..\src\player-status\player-constitution.h" />\r
-    <ClInclude Include="..\..\src\player-status\player-charisma.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-strength.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-intelligence.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-wisdom.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-dexterity.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-constitution.h" />\r
+    <ClInclude Include="..\..\src\player-ability\player-charisma.h" />\r
+    <ClInclude Include="..\..\src\player-status\player-infravision.h" />\r
     <ClInclude Include="..\..\src\player\player-status-resist.h" />\r
     <ClInclude Include="..\..\src\room\vault-builder.h" />\r
     <ClInclude Include="..\..\src\specific-object\blade-turner.h" />\r
     <ClInclude Include="..\..\src\stdafx.h" />\r
     <ClInclude Include="..\..\src\store\home.h" />\r
     <ClInclude Include="..\..\src\store\museum.h" />\r
-    <ClInclude Include="..\..\src\store\owner-insults.h" />\r
     <ClInclude Include="..\..\src\store\pricing.h" />\r
     <ClInclude Include="..\..\src\store\purchase-order.h" />\r
     <ClInclude Include="..\..\src\store\sell-order.h" />\r
     <ClInclude Include="..\..\src\system\alloc-entries.h" />\r
     <ClInclude Include="..\..\src\system\dungeon-data-definition.h" />\r
     <ClInclude Include="..\..\src\system\floor-type-definition.h" />\r
+    <ClInclude Include="..\..\src\system\player-type-definition.h" />\r
     <ClInclude Include="..\..\src\target\grid-selector.h" />\r
     <ClInclude Include="..\..\src\target\projection-path-calculator.h" />\r
     <ClInclude Include="..\..\src\target\target-describer.h" />\r
     <ClInclude Include="..\..\src\mind\mind-samurai.h" />\r
     <ClInclude Include="..\..\src\mind\mind-warrior.h" />\r
     <ClInclude Include="..\..\src\racial\racial-vampire.h" />\r
-    <ClInclude Include="..\..\src\object-enchant\apply-magic-accessory.h" />\r
+    <ClInclude Include="..\..\src\object-enchant\enchanter-base.h" />\r
     <ClInclude Include="..\..\src\object-enchant\apply-magic-armor.h" />\r
     <ClInclude Include="..\..\src\object-enchant\apply-magic-others.h" />\r
     <ClInclude Include="..\..\src\object-enchant\apply-magic-weapon.h" />\r
     <ClInclude Include="..\..\src\inventory\pack-overflow.h" />\r
     <ClInclude Include="..\..\src\io\input-key-processor.h" />\r
     <ClInclude Include="..\..\src\core\game-closer.h" />\r
-    <ClInclude Include="..\..\src\core\hp-mp-processor.h" />\r
-    <ClInclude Include="..\..\src\core\hp-mp-regenerator.h" />\r
+    <ClInclude Include="..\..\src\hpmp\hp-mp-processor.h" />\r
+    <ClInclude Include="..\..\src\hpmp\hp-mp-regenerator.h" />\r
     <ClInclude Include="..\..\src\core\magic-effects-timeout-reducer.h" />\r
     <ClInclude Include="..\..\src\core\special-internal-keys.h" />\r
     <ClInclude Include="..\..\src\core\stuff-handler.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-type.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-util.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-ball.h" />\r
-    <ClInclude Include="..\..\src\mspell\mspell.h" />\r
-    <ClInclude Include="..\..\src\player\player-personalities-types.h" />\r
+    <ClInclude Include="..\..\src\player\player-personality-types.h" />\r
     <ClInclude Include="..\..\src\player\player-race-types.h" />\r
-    <ClInclude Include="..\..\src\player\player-classes-types.h" />\r
+    <ClInclude Include="..\..\src\player\player-class-types.h" />\r
     <ClInclude Include="..\..\src\spell-kind\spells-detection.h" />\r
     <ClInclude Include="..\..\src\system\angband-version.h" />\r
     <ClInclude Include="..\..\src\core\turn-compensator.h" />\r
     <ClCompile Include="..\..\src\mutation\mutation-calculator.cpp" />\r
     <ClCompile Include="..\..\src\object\object-info.cpp" />\r
     <ClCompile Include="..\..\src\racial\racial-switcher.cpp" />\r
-    <ClCompile Include="..\..\src\term\readdib.cpp" />\r
     <ClCompile Include="..\..\src\realm\realm-arcane.cpp" />\r
     <ClCompile Include="..\..\src\realm\realm-chaos.cpp" />\r
     <ClCompile Include="..\..\src\realm\realm-hex.cpp" />\r
     <ClInclude Include="..\..\src\player\player-status.h" />\r
     <ClInclude Include="..\..\src\dungeon\quest.h" />\r
     <ClInclude Include="..\..\src\racial\racial-switcher.h" />\r
-    <ClInclude Include="..\..\src\term\readdib.h" />\r
     <ClInclude Include="..\..\src\realm\realm-arcane.h" />\r
     <ClInclude Include="..\..\src\realm\realm-chaos.h" />\r
     <ClInclude Include="..\..\src\realm\realm-craft.h" />\r