duckstation

duckstation, but archived from the revision just before upstream changed it to a proprietary software project, this version is the libre one
git clone https://git.neptards.moe/u3shit/duckstation.git
Log | Files | Refs | README | LICENSE

Win32Application.props (294B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="BaseApplication.props" />
      4 
      5   <ItemDefinitionGroup>
      6     <Link>
      7       <SubSystem>Windows</SubSystem>
      8     </Link>
      9   </ItemDefinitionGroup>
     10 </Project>