2019-09-18 05:36:22 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\msvc\vsprops\Configurations.props" />
|
|
|
|
|
|
2019-09-18 05:36:22 +00:00
|
|
|
|
<ItemGroup>
|
2020-06-07 15:47:07 +00:00
|
|
|
|
<ClCompile Include="src\stb_image.c" />
|
2020-03-15 14:03:06 +00:00
|
|
|
|
<ClCompile Include="src\stb_image_resize.c" />
|
2019-09-18 05:36:22 +00:00
|
|
|
|
<ClCompile Include="src\stb_image_write.c" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-06-07 15:47:07 +00:00
|
|
|
|
<ClInclude Include="include\stb_image.h" />
|
2020-03-15 14:03:06 +00:00
|
|
|
|
<ClInclude Include="include\stb_image_resize.h" />
|
2019-09-18 05:36:22 +00:00
|
|
|
|
<ClInclude Include="include\stb_image_write.h" />
|
|
|
|
|
</ItemGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
2019-09-18 05:36:22 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{ED601289-AC1A-46B8-A8ED-17DB9EB73423}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
|
|
|
|
|
<ItemDefinitionGroup>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<WarningLevel>TurnOffAllWarnings</WarningLevel>
|
2021-07-24 05:26:35 +00:00
|
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir)dep\zlib\include;$(ProjectDir)include;$(ProjectDir)src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2019-09-18 05:36:22 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
|
|
|
|
|
<Import Project="..\msvc\vsprops\Targets.props" />
|
2019-09-18 05:36:22 +00:00
|
|
|
|
</Project>
|