.vcxproj file cleanup

This commit is contained in:
owomomo 2019-01-08 00:52:46 +08:00
parent d3e5d7dee9
commit a5572c1b06
2 changed files with 0 additions and 16 deletions

View File

@ -1440,15 +1440,7 @@
<None Include="..\src\pputile.inc" />
</ItemGroup>
<ItemGroup>
<Image Include="..\src\drivers\win\res\arrow-down.bmp" />
<Image Include="..\src\drivers\win\res\arrow-down.png" />
<Image Include="..\src\drivers\win\res\arrow-up.bmp" />
<Image Include="..\src\drivers\win\res\arrow-up.png" />
<Image Include="..\src\drivers\win\res\bitmap21.bmp" />
<Image Include="res\arrow-down.bmp" />
<Image Include="res\arrow-down.png" />
<Image Include="res\arrow-up.bmp" />
<Image Include="res\arrow-up.png" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@ -1940,14 +1940,6 @@
<CustomBuild Include="..\src\auxlib.lua" />
</ItemGroup>
<ItemGroup>
<Image Include="res\arrow-up.png" />
<Image Include="..\src\drivers\win\res\arrow-up.png" />
<Image Include="res\arrow-down.png" />
<Image Include="..\src\drivers\win\res\arrow-down.png" />
<Image Include="..\src\drivers\win\res\bitmap21.bmp" />
<Image Include="res\arrow-down.bmp" />
<Image Include="res\arrow-up.bmp" />
<Image Include="..\src\drivers\win\res\arrow-down.bmp" />
<Image Include="..\src\drivers\win\res\arrow-up.bmp" />
</ItemGroup>
</Project>