Fix tinyexif in Visual Studio.

This commit is contained in:
Stephen Anthony 2022-08-17 08:05:42 -02:30
parent 13d933c429
commit 540d503e7f
2 changed files with 4 additions and 8 deletions

View File

@ -951,7 +951,7 @@
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release-Sanitize|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Release-Sanitize|x64'">CompileAsC</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">CompileAsC</CompileAs> <CompileAs Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">CompileAsC</CompileAs>
</ClCompile> </ClCompile>
<ClCompile Include="..\tinyexif\TinyEXIF.cpp" /> <ClCompile Include="..\tinyexif\tinyexif.cxx" />
<ClCompile Include="FSNodeWINDOWS.cxx" /> <ClCompile Include="FSNodeWINDOWS.cxx" />
<ClCompile Include="OSystemWINDOWS.cxx" /> <ClCompile Include="OSystemWINDOWS.cxx" />
<ClCompile Include="..\common\PNGLibrary.cxx" /> <ClCompile Include="..\common\PNGLibrary.cxx" />
@ -2174,8 +2174,7 @@
<ClInclude Include="..\sqlite\source\sqlite3.h" /> <ClInclude Include="..\sqlite\source\sqlite3.h" />
<ClInclude Include="..\sqlite\sqlite3.h" /> <ClInclude Include="..\sqlite\sqlite3.h" />
<ClInclude Include="..\sqlite\sqlite_options.h" /> <ClInclude Include="..\sqlite\sqlite_options.h" />
<ClInclude Include="..\tinyexif\TinyEXIF.h" /> <ClInclude Include="..\tinyexif\tinyexif_lib.hxx" />
<ClInclude Include="..\tinyexif\TinyEXIF_lib.hxx" />
<ClInclude Include="FSNodeWINDOWS.hxx" /> <ClInclude Include="FSNodeWINDOWS.hxx" />
<ClInclude Include="HomeFinder.hxx" /> <ClInclude Include="HomeFinder.hxx" />
<ClInclude Include="OSystemWINDOWS.hxx" /> <ClInclude Include="OSystemWINDOWS.hxx" />

View File

@ -1161,7 +1161,7 @@
<ClCompile Include="..\common\JPGLibrary.cxx"> <ClCompile Include="..\common\JPGLibrary.cxx">
<Filter>Source Files</Filter> <Filter>Source Files</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\tinyexif\TinyEXIF.cpp"> <ClCompile Include="..\tinyexif\tinyexif.cxx">
<Filter>Source Files\tinyexif</Filter> <Filter>Source Files\tinyexif</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
@ -2399,10 +2399,7 @@
<ClInclude Include="..\nanojpeg\nanojpeg_lib.hxx"> <ClInclude Include="..\nanojpeg\nanojpeg_lib.hxx">
<Filter>Header Files\nanojpeg</Filter> <Filter>Header Files\nanojpeg</Filter>
</ClInclude> </ClInclude>
<ClInclude Include="..\tinyexif\TinyEXIF.h"> <ClInclude Include="..\tinyexif\tinyexif_lib.hxx">
<Filter>Header Files\tinyexif</Filter>
</ClInclude>
<ClInclude Include="..\tinyexif\TinyEXIF_lib.hxx">
<Filter>Header Files\tinyexif</Filter> <Filter>Header Files\tinyexif</Filter>
</ClInclude> </ClInclude>
</ItemGroup> </ItemGroup>