Update some VisualStudio project files to
include src/hvf/hvf.c, to fix the error at
https://gitlab.freedesktop.org/freetype/freetype/-/jobs/88070343

* builds/windows/vc2010/freetype.vcxproj: Add hvf.c before ftlzw.c.
* builds/windows/visualc/freetype.vcproj: Add hvf.c before pcf.c.
* builds/windows/visualce/freetype.vcproj: Add hvf.c before pcf.c.
diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj
index 671d124..4efd9d4 100644
--- a/builds/windows/vc2010/freetype.vcxproj
+++ b/builds/windows/vc2010/freetype.vcxproj
@@ -475,6 +475,7 @@
     <ClCompile Include="..\..\..\src\cid\type1cid.c" />

     <ClCompile Include="..\..\..\src\dlg\dlgwrap.c" />

     <ClCompile Include="..\..\..\src\gzip\ftgzip.c" />

+    <ClCompile Include="..\..\..\src\hvf\hvf.c" />

     <ClCompile Include="..\..\..\src\lzw\ftlzw.c" />

     <ClCompile Include="..\..\..\src\pcf\pcf.c" />

     <ClCompile Include="..\..\..\src\pfr\pfr.c" />

diff --git a/builds/windows/visualc/freetype.vcproj b/builds/windows/visualc/freetype.vcproj
index a16782c..6a5b9d6 100644
--- a/builds/windows/visualc/freetype.vcproj
+++ b/builds/windows/visualc/freetype.vcproj
@@ -494,6 +494,10 @@
 					>

 				</File>

 				<File

+					RelativePath="..\..\..\src\hvf\hvf.c"

+					>

+				</File>

+				<File

 					RelativePath="..\..\..\src\pcf\pcf.c"

 					>

 				</File>

diff --git a/builds/windows/visualce/freetype.vcproj b/builds/windows/visualce/freetype.vcproj
index e271462..c4b4533 100644
--- a/builds/windows/visualce/freetype.vcproj
+++ b/builds/windows/visualce/freetype.vcproj
@@ -3613,6 +3613,10 @@
 					>

 				</File>

 				<File

+					RelativePath="..\..\..\src\hvf\hvf.c"

+					>

+				</File>

+				<File

 					RelativePath="..\..\..\src\pcf\pcf.c"

 					>

 				</File>