This commit is contained in:
kudzu_cp 2010-09-08 13:15:55 +00:00
parent 7cc66bfe79
commit f1a369251b

View file

@ -71,7 +71,6 @@
<Compile Include="BaseToolTask.cs" />
<Compile Include="ExtractMapFromElfFile.cs" />
<Compile Include="IL2CPU.cs" />
<Compile Include="IL2CPUTask.cs" />
<Compile Include="Ld.cs" />
<Compile Include="MakeISO.cs" />
<Compile Include="NAsm.cs" />
@ -119,9 +118,6 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="ReadMe.html" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.