OSDN Git Service

[Refactor] #40570 Separated dungeon-data-definition.c/h from floor-generate.h and...
[hengband/hengband.git] / Hengband / Hengband / Hengband.vcxproj
index a7a9b20..dd319cc 100644 (file)
     <ClCompile Include="..\..\src\birth\initial-equipments-table.c" />\r
     <ClCompile Include="..\..\src\birth\inventory-initializer.c" />\r
     <ClCompile Include="..\..\src\birth\quick-start.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-ball-bolt.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-breath.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-caster.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-spirit-curse.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-status.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-summon.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-util.c" />\r
     <ClCompile Include="..\..\src\blue-magic\learnt-info.c" />\r
     <ClCompile Include="..\..\src\blue-magic\learnt-power-getter.c" />\r
     <ClCompile Include="..\..\src\cmd-action\cmd-attack.c" />\r
     <ClCompile Include="..\..\src\io\input-key-requester.c" />\r
     <ClCompile Include="..\..\src\io\store-key-processor.c" />\r
     <ClCompile Include="..\..\src\load\info-loader.c" />\r
+    <ClCompile Include="..\..\src\melee\melee-spell-flags-checker.c" />\r
+    <ClCompile Include="..\..\src\melee\melee-spell-util.c" />\r
+    <ClCompile Include="..\..\src\melee\melee-spell.c" />\r
+    <ClCompile Include="..\..\src\mind\mind-blue-mage.c" />\r
     <ClCompile Include="..\..\src\mind\mind-mage.c" />\r
     <ClCompile Include="..\..\src\mind\mind-magic-resistance.c" />\r
     <ClCompile Include="..\..\src\mind\mind-weaponsmith.c" />\r
+    <ClCompile Include="..\..\src\mspell\element-resistance-checker.c" />\r
+    <ClCompile Include="..\..\src\mspell\high-resistance-checker.c" />\r
+    <ClCompile Include="..\..\src\mspell\improper-mspell-remover.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-attack-util.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-attack.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-lite.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-selector.c" />\r
+    <ClCompile Include="..\..\src\mspell\smart-mspell-util.c" />\r
+    <ClCompile Include="..\..\src\mspell\specified-summon.c" />\r
+    <ClCompile Include="..\..\src\object-use\read-execution.c" />\r
+    <ClCompile Include="..\..\src\player\player-status-flags.c" />\r
     <ClCompile Include="..\..\src\racial\racial-kutar.c" />\r
     <ClCompile Include="..\..\src\mind\stances-table.c" />\r
     <ClCompile Include="..\..\src\mspell\mspell-dispel.c" />\r
     <ClCompile Include="..\..\src\load\player-info-loader.c" />\r
     <ClCompile Include="..\..\src\load\store-loader.c" />\r
     <ClCompile Include="..\..\src\load\world-loader.c" />\r
+    <ClCompile Include="..\..\src\room\cave-filler.c" />\r
+    <ClCompile Include="..\..\src\room\room-generator.c" />\r
+    <ClCompile Include="..\..\src\room\room-info-table.c" />\r
     <ClCompile Include="..\..\src\save\floor-writer.c" />\r
     <ClCompile Include="..\..\src\save\info-writer.c" />\r
     <ClCompile Include="..\..\src\save\item-writer.c" />\r
     <ClCompile Include="..\..\src\store\purchase-order.c" />\r
     <ClCompile Include="..\..\src\store\sell-order.c" />\r
     <ClCompile Include="..\..\src\store\service-checker.c" />\r
+    <ClCompile Include="..\..\src\system\dungeon-data-definition.c" />\r
     <ClCompile Include="..\..\src\view\display-inventory.c" />\r
     <ClCompile Include="..\..\src\view\display-map.c" />\r
     <ClCompile Include="..\..\src\window\display-sub-window-items.c" />\r
     <ClInclude Include="..\..\src\birth\initial-equipments-table.h" />\r
     <ClInclude Include="..\..\src\birth\inventory-initializer.h" />\r
     <ClInclude Include="..\..\src\birth\quick-start.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-ball-bolt.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-breath.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-caster.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-spirit-curse.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-status.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-summon.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-util.h" />\r
     <ClInclude Include="..\..\src\blue-magic\learnt-info.h" />\r
     <ClInclude Include="..\..\src\blue-magic\learnt-power-getter.h" />\r
     <ClInclude Include="..\..\src\cmd-action\cmd-attack.h" />\r
     <ClInclude Include="..\..\src\io\store-key-processor.h" />\r
     <ClInclude Include="..\..\src\load\info-loader.h" />\r
     <ClInclude Include="..\..\src\locale\language-switcher.h" />\r
+    <ClInclude Include="..\..\src\melee\melee-spell-flags-checker.h" />\r
+    <ClInclude Include="..\..\src\melee\melee-spell-util.h" />\r
+    <ClInclude Include="..\..\src\melee\melee-spell.h" />\r
     <ClInclude Include="..\..\src\mind\mind-blue-mage.h" />\r
     <ClInclude Include="..\..\src\mind\mind-mage.h" />\r
     <ClInclude Include="..\..\src\mind\mind-magic-resistance.h" />\r
     <ClInclude Include="..\..\src\mind\mind-weaponsmith.h" />\r
+    <ClInclude Include="..\..\src\mspell\element-resistance-checker.h" />\r
+    <ClInclude Include="..\..\src\mspell\high-resistance-checker.h" />\r
+    <ClInclude Include="..\..\src\mspell\improper-mspell-remover.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-attack-util.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-attack.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-lite.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-selector.h" />\r
+    <ClInclude Include="..\..\src\mspell\smart-mspell-util.h" />\r
+    <ClInclude Include="..\..\src\mspell\specified-summon.h" />\r
+    <ClInclude Include="..\..\src\object-use\read-execution.h" />\r
+    <ClInclude Include="..\..\src\player\player-status-flags.h" />\r
     <ClInclude Include="..\..\src\racial\racial-kutar.h" />\r
     <ClInclude Include="..\..\src\mind\stances-table.h" />\r
     <ClInclude Include="..\..\src\mspell\monster-power-table.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-dispel.h" />\r
     <ClInclude Include="..\..\src\mspell\mspell-mask-definitions.h" />\r
-    <ClInclude Include="..\..\src\mspell\mspells1.h" />\r
-    <ClInclude Include="..\..\src\mspell\mspells2.h" />\r
-    <ClInclude Include="..\..\src\mspell\mspells3.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-checker.h" />\r
+    <ClInclude Include="..\..\src\mspell\mspell-judgement.h" />\r
+    <ClInclude Include="..\..\src\blue-magic\blue-magic-checker.h" />\r
     <ClInclude Include="..\..\src\mutation\mutation-flag-types.h" />\r
     <ClInclude Include="..\..\src\mutation\mutation-techniques.h" />\r
     <ClInclude Include="..\..\src\artifact\random-art-pval-investor.h" />\r
     <ClInclude Include="..\..\src\load\savedata-flag-types.h" />\r
     <ClInclude Include="..\..\src\load\store-loader.h" />\r
     <ClInclude Include="..\..\src\load\world-loader.h" />\r
+    <ClInclude Include="..\..\src\room\cave-filler.h" />\r
+    <ClInclude Include="..\..\src\room\lake-types.h" />\r
+    <ClInclude Include="..\..\src\room\room-generator.h" />\r
+    <ClInclude Include="..\..\src\room\room-info-table.h" />\r
+    <ClInclude Include="..\..\src\room\room-types.h" />\r
     <ClInclude Include="..\..\src\save\floor-writer.h" />\r
     <ClInclude Include="..\..\src\save\info-writer.h" />\r
     <ClInclude Include="..\..\src\save\item-writer.h" />\r
     <ClInclude Include="..\..\src\store\sell-order.h" />\r
     <ClInclude Include="..\..\src\store\service-checker.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\term\screen-processor.h" />\r
     <ClInclude Include="..\..\src\util\bit-flags-calculator.h" />\r
     <ClCompile Include="..\..\src\mind\mind-switcher.c" />\r
     <ClCompile Include="..\..\src\monster\monster-info.c" />\r
     <ClCompile Include="..\..\src\monster\monster-list.c" />\r
-    <ClCompile Include="..\..\src\mspell\mspells1.c" />\r
-    <ClCompile Include="..\..\src\mspell\mspells2.c" />\r
-    <ClCompile Include="..\..\src\mspell\mspells3.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-checker.c" />\r
+    <ClCompile Include="..\..\src\mspell\mspell-judgement.c" />\r
+    <ClCompile Include="..\..\src\blue-magic\blue-magic-checker.c" />\r
     <ClCompile Include="..\..\src\mspell\assign-monster-spell.c" />\r
     <ClCompile Include="..\..\src\mutation\mutation.c" />\r
     <ClCompile Include="..\..\src\object\object-info.c" />\r