git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

gbdk-support/png2asset/png2asset.vcxproj.filters

      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <ItemGroup>
      4     <Filter Include="Source Files">
      5       <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
      6       <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
      7     </Filter>
      8   </ItemGroup>
      9   <ItemGroup>
     10     <ClCompile Include="png2asset.cpp">
     11       <Filter>Source Files</Filter>
     12     </ClCompile>
     13     <ClCompile Include="lodepng.cpp">
     14       <Filter>Source Files</Filter>
     15     </ClCompile>
     16   </ItemGroup>
     17   <ItemGroup>
     18     <ClInclude Include="lodepng.h">
     19       <Filter>Source Files</Filter>
     20     </ClInclude>
     21   </ItemGroup>
     22 </Project>

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.