diff --git a/datraw/datraw.nuspec b/datraw/datraw.nuspec index 58c6534..cd0b031 100644 --- a/datraw/datraw.nuspec +++ b/datraw/datraw.nuspec @@ -11,7 +11,7 @@ false This library allows for reading volumetric data sets stored in the dat/raw format, which consists of a textual description of the data format in the dat file and the raw voxel data in one or more raw files. A C++ header-only library for dat/raw volume data sets. - Fix for C++17 compatibility. + Fix for data offset not being honoured. Fix for multi-file patterns not working for wide strings. Copyright © 2018 - 2020 Visualisierungsinstitut der Universität Stuttgart native datraw dat raw volume volumetric diff --git a/test/test.vcxproj b/test/test.vcxproj index 7a3d10e..a885a25 100644 --- a/test/test.vcxproj +++ b/test/test.vcxproj @@ -74,21 +74,15 @@ - true $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - - true - + - true $(SolutionDir)$(Platform)\$(Configuration)\ $(Platform)\$(Configuration)\ - - true - + Use