| @@ -13,6 +13,7 @@ | |||||
| <ItemGroup> | <ItemGroup> | ||||
| <ClInclude Include="..\monsterz\board.h" /> | <ClInclude Include="..\monsterz\board.h" /> | ||||
| <ClInclude Include="..\monsterz\game.h" /> | <ClInclude Include="..\monsterz\game.h" /> | ||||
| <ClInclude Include="..\monsterz\mash.h" /> | |||||
| <ClInclude Include="..\monsterz\piece.h" /> | <ClInclude Include="..\monsterz\piece.h" /> | ||||
| <ClInclude Include="..\src\audio.h" /> | <ClInclude Include="..\src\audio.h" /> | ||||
| <ClInclude Include="..\src\bitfield.h" /> | <ClInclude Include="..\src\bitfield.h" /> | ||||
| @@ -44,6 +45,7 @@ | |||||
| <ItemGroup> | <ItemGroup> | ||||
| <ClCompile Include="..\monsterz\board.cpp" /> | <ClCompile Include="..\monsterz\board.cpp" /> | ||||
| <ClCompile Include="..\monsterz\game.cpp" /> | <ClCompile Include="..\monsterz\game.cpp" /> | ||||
| <ClCompile Include="..\monsterz\mash.cpp" /> | |||||
| <ClCompile Include="..\monsterz\monsterz.cpp" /> | <ClCompile Include="..\monsterz\monsterz.cpp" /> | ||||
| <ClCompile Include="..\monsterz\piece.cpp" /> | <ClCompile Include="..\monsterz\piece.cpp" /> | ||||
| <ClCompile Include="..\src\audio.cpp" /> | <ClCompile Include="..\src\audio.cpp" /> | ||||
| @@ -146,4 +148,4 @@ | |||||
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
| <ImportGroup Label="ExtensionTargets"> | <ImportGroup Label="ExtensionTargets"> | ||||
| </ImportGroup> | </ImportGroup> | ||||
| </Project> | |||||
| </Project> | |||||