diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-04 14:48:38 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-04 14:48:38 +0300 |
commit | 2829883e8d5116bb7f0983022e08791aa1aa47c3 (patch) | |
tree | 6ea046a33aa32d0e921fa839fcdbaa02e1c819af /plugins/NewStory | |
parent | 71a1103f8a902a82f2215932ecb3c1a06e74718e (diff) |
FreeImage: no need to rebuild each time + TARGA support
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/NewStory.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/NewStory/NewStory.vcxproj b/plugins/NewStory/NewStory.vcxproj index ea0f9d72ff..902c0bbb97 100644 --- a/plugins/NewStory/NewStory.vcxproj +++ b/plugins/NewStory/NewStory.vcxproj @@ -66,9 +66,6 @@ <ResourceCompile Include="res\Version.rc" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\..\libs\freeimage\freeimage.vcxproj"> - <Project>{5d14cff3-0d17-4528-99ea-de9dca47cc2e}</Project> - </ProjectReference> <ProjectReference Include="..\..\libs\litehtml\litehtml.vcxproj"> <Project>{51db004a-e160-47c7-b017-bec90fdc442d}</Project> </ProjectReference> |