Skip to content

Commit

Permalink
Updated Visual Studio build configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ruven committed Sep 25, 2024
1 parent 7caa82e commit 79eb359
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion windows/Visual Studio 2022/iipsrv.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<ClCompile Include="..\..\src\JPEGCompressor.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\JPEGImage.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\src\JTL.cc">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -119,6 +122,9 @@
<ClInclude Include="..\..\src\JPEGCompressor.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\JPEGImage.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\src\KakaduImage.h">
<Filter>Header Files</Filter>
</ClInclude>
Expand Down Expand Up @@ -171,4 +177,4 @@
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
</Project>

0 comments on commit 79eb359

Please sign in to comment.