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

rainterface.vcxproj (917B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <Import Project="..\msvc\vsprops\Configurations.props" />
      4   <PropertyGroup Label="Globals">
      5     <ProjectGuid>{E4357877-D459-45C7-B8F6-DCBB587BB528}</ProjectGuid>
      6   </PropertyGroup>
      7   <ItemGroup>
      8     <ClInclude Include="RA_Consoles.h" />
      9     <ClInclude Include="RA_Emulators.h" />
     10     <ClInclude Include="RA_Interface.h" />
     11   </ItemGroup>
     12   <ItemGroup>
     13     <ClCompile Include="RA_Interface.cpp" />
     14   </ItemGroup>
     15   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     16   <ItemDefinitionGroup>
     17     <ClCompile>
     18       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     19       <AdditionalIncludeDirectories>$(ProjectDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     20     </ClCompile>
     21   </ItemDefinitionGroup>
     22   <Import Project="..\msvc\vsprops\Targets.props" />
     23 </Project>