You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

monsterz.vcxproj.filters 997 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup>
  4. <ClInclude Include="..\monsterz\board.h" />
  5. <ClInclude Include="..\monsterz\interface.h" />
  6. <ClInclude Include="..\monsterz\piece.h" />
  7. <ClInclude Include="..\monsterz\thumbs.h" />
  8. <ClInclude Include="..\monsterz\title.h" />
  9. <ClInclude Include="..\monsterz\mash.h" />
  10. <ClInclude Include="..\monsterz\monsterz.h" />
  11. <ClInclude Include="..\monsterz\score.h" />
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClCompile Include="..\monsterz\board.cpp" />
  15. <ClCompile Include="..\monsterz\interface.cpp" />
  16. <ClCompile Include="..\monsterz\monsterz.cpp" />
  17. <ClCompile Include="..\monsterz\piece.cpp" />
  18. <ClCompile Include="..\monsterz\thumbs.cpp" />
  19. <ClCompile Include="..\monsterz\title.cpp" />
  20. <ClCompile Include="..\monsterz\mash.cpp" />
  21. <ClCompile Include="..\monsterz\score.cpp" />
  22. </ItemGroup>
  23. </Project>