mirror of
https://github.com/ksherlock/x65.git
synced 2025-01-01 15:30:06 +00:00
15 lines
412 B
Plaintext
15 lines
412 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="..\struse.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Natvis Include="..\struse.natvis" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="..\x65.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Text Include="..\x65.txt" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|