diff options
Diffstat (limited to 'windows/proj')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 6 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index ed27926..822095c 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -7053,6 +7053,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5WB.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Z.c">
<FileConfiguration
Name="Debug|Win32">
@@ -7504,6 +7507,9 @@ RelativePath="..\..\..\src\H5Vprivate.h">
</File>
<File
+ RelativePath="..\..\..\src\H5WBprivate.h">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Zprivate.h">
</File>
<File
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 295deee..e6f7a0e 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -7112,6 +7112,9 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5WB.c">
+ </File>
+ <File
RelativePath="..\..\..\src\H5Z.c">
<FileConfiguration
Name="Debug|Win32">
@@ -7418,6 +7421,9 @@ <File
RelativePath="..\..\..\src\H5ACprivate.h">
</File>
+ <File
+ RelativePath="..\..\..\src\H5WBprivate.h">
+ </File>
</Filter>
<File
RelativePath="..\..\..\src\H5ACpublic.h">
|