Fixed erroneous ClInclude to ClCompile (thanks Matteo Pompili!)
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
<ClCompile Include="sim65\main.c" />
|
<ClCompile Include="sim65\main.c" />
|
||||||
<ClCompile Include="sim65\memory.c" />
|
<ClCompile Include="sim65\memory.c" />
|
||||||
<ClCompile Include="sim65\paravirt.c" />
|
<ClCompile Include="sim65\paravirt.c" />
|
||||||
<ClInclude Include="sim65\peripherals.c" />
|
<ClCompile Include="sim65\peripherals.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
|
|||||||
Reference in New Issue
Block a user