mirror of
https://github.com/freitz85/AppleIISd.git
synced 2024-11-21 22:31:29 +00:00
15 lines
464 B
XML
15 lines
464 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<None Include="makefile" />
|
|
<None Include="Makefile.options" />
|
|
<None Include="Flasher.bin.map" />
|
|
<None Include="obj\Flasher.lst" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\Flasher.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="src\AppleIISd.h" />
|
|
</ItemGroup>
|
|
</Project> |