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/UserInfoEx | |
parent | 71a1103f8a902a82f2215932ecb3c1a06e74718e (diff) |
FreeImage: no need to rebuild each time + TARGA support
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/UInfoEx.vcxproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/UserInfoEx/UInfoEx.vcxproj b/plugins/UserInfoEx/UInfoEx.vcxproj index 52bd001f81..49b0846b9a 100644 --- a/plugins/UserInfoEx/UInfoEx.vcxproj +++ b/plugins/UserInfoEx/UInfoEx.vcxproj @@ -129,11 +129,6 @@ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\libs\freeimage\freeimage.vcxproj">
- <Project>{5D14CFF3-0D17-4528-99EA-DE9DCA47CC2E}</Project>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
<ClInclude Include="src\classMAnnivDate.h" />
<ClInclude Include="src\classMTime.h" />
<ClInclude Include="src\ctrl_annivedit.h" />
|