16 lines
473 B
Text
16 lines
473 B
Text
![]() |
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="main.cpp" />
|
||
|
<ClCompile Include="loadg.cpp" />
|
||
|
<ClCompile Include="dxlib.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="dxlib.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="Makefile" />
|
||
|
<None Include="index.html" />
|
||
|
<None Include="lib.js" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|