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/SmileyAdd | |
parent | 71a1103f8a902a82f2215932ecb3c1a06e74718e (diff) |
FreeImage: no need to rebuild each time + TARGA support
Diffstat (limited to 'plugins/SmileyAdd')
-rw-r--r-- | plugins/SmileyAdd/SmileyAdd.vcxproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/SmileyAdd/SmileyAdd.vcxproj b/plugins/SmileyAdd/SmileyAdd.vcxproj index 3f1ef12004..4c3890b996 100644 --- a/plugins/SmileyAdd/SmileyAdd.vcxproj +++ b/plugins/SmileyAdd/SmileyAdd.vcxproj @@ -63,11 +63,6 @@ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\libs\freeimage\freeimage.vcxproj">
- <Project>{5D14CFF3-0D17-4528-99EA-DE9DCA47CC2E}</Project>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
<ResourceCompile Include="res\resource.rc" />
<ResourceCompile Include="res\Version.rc" />
</ItemGroup>
|