|
123456789101112 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup>
- <ClInclude Include="..\deushax\debugsprite.h" />
- <ClInclude Include="..\deushax\game.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\deushax\debugsprite.cpp" />
- <ClCompile Include="..\deushax\deushax.cpp" />
- <ClCompile Include="..\deushax\game.cpp" />
- </ItemGroup>
- </Project>
|