您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

12 行
452 B

  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="..\deushax\debugsprite.h" />
  5. <ClInclude Include="..\deushax\game.h" />
  6. </ItemGroup>
  7. <ItemGroup>
  8. <ClCompile Include="..\deushax\debugsprite.cpp" />
  9. <ClCompile Include="..\deushax\deushax.cpp" />
  10. <ClCompile Include="..\deushax\game.cpp" />
  11. </ItemGroup>
  12. </Project>