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

xxhash.vcxproj (1143B)


      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 
      5   <ItemGroup>
      6     <ClCompile Include="src\xxhash.c" />
      7     <ClCompile Include="src\xxh_x86dispatch.c">
      8       <ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild>
      9     </ClCompile>
     10   </ItemGroup>
     11   <ItemGroup>
     12     <ClInclude Include="include\xxhash.h" />
     13     <ClInclude Include="include\xxh_x86dispatch.h">
     14       <ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild>
     15     </ClInclude>
     16   </ItemGroup>
     17 
     18   <PropertyGroup Label="Globals">
     19     <ProjectGuid>{09553C96-9F39-49BF-8AE6-7ACBD07C410C}</ProjectGuid>
     20   </PropertyGroup>
     21 
     22   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     23 
     24   <ItemDefinitionGroup>
     25     <ClCompile>
     26       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     27       <AdditionalIncludeDirectories>$(ProjectDir)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     28     </ClCompile>
     29   </ItemDefinitionGroup>
     30 
     31   <Import Project="..\msvc\vsprops\Targets.props" />
     32 </Project>