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

simpleini.vcxproj (915B)


      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\ConvertUTF.c" />
      7   </ItemGroup>
      8   <ItemGroup>
      9     <ClInclude Include="include\ConvertUTF.h" />
     10     <ClInclude Include="include\SimpleIni.h" />
     11   </ItemGroup>
     12 
     13   <PropertyGroup Label="Globals">
     14     <ProjectGuid>{3773F4CC-614E-4028-8595-22E08CA649E3}</ProjectGuid>
     15   </PropertyGroup>
     16 
     17   <Import Project="..\msvc\vsprops\StaticLibrary.props" />
     18 
     19   <ItemDefinitionGroup>
     20     <ClCompile>
     21       <WarningLevel>TurnOffAllWarnings</WarningLevel>
     22       <AdditionalIncludeDirectories>$(ProjectDir)include;$(ProjectDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
     23     </ClCompile>
     24   </ItemDefinitionGroup>
     25 
     26   <Import Project="..\msvc\vsprops\Targets.props" />
     27 </Project>