diff options
Diffstat (limited to 'windows')
-rw-r--r-- | windows/proj/hdf5/hdf5.vcproj | 8 | ||||
-rw-r--r-- | windows/proj/hdf5dll/hdf5dll.vcproj | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/windows/proj/hdf5/hdf5.vcproj b/windows/proj/hdf5/hdf5.vcproj index f4afc21..3d27547 100644 --- a/windows/proj/hdf5/hdf5.vcproj +++ b/windows/proj/hdf5/hdf5.vcproj @@ -1173,6 +1173,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dchunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dcompact.c"
>
<FileConfiguration
@@ -1545,6 +1549,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dscatgath.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dselect.c"
>
<FileConfiguration
diff --git a/windows/proj/hdf5dll/hdf5dll.vcproj b/windows/proj/hdf5dll/hdf5dll.vcproj index 6dc98f7..d681ec7 100644 --- a/windows/proj/hdf5dll/hdf5dll.vcproj +++ b/windows/proj/hdf5dll/hdf5dll.vcproj @@ -1248,6 +1248,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dchunk.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dcompact.c"
>
<FileConfiguration
@@ -1628,6 +1632,10 @@ </FileConfiguration>
</File>
<File
+ RelativePath="..\..\..\src\H5Dscatgath.c"
+ >
+ </File>
+ <File
RelativePath="..\..\..\src\H5Dselect.c"
>
<FileConfiguration
|