diff --git a/platform/Windows/build.vcxproj b/platform/Windows/build.vcxproj index 49c001f35..925a0fe4a 100644 --- a/platform/Windows/build.vcxproj +++ b/platform/Windows/build.vcxproj @@ -324,8 +324,8 @@ - - + + @@ -352,10 +352,6 @@ - - - - diff --git a/source/build/include/fix16.h b/source/thirdparty/include/fix16.h similarity index 100% rename from source/build/include/fix16.h rename to source/thirdparty/include/fix16.h diff --git a/source/build/include/fix16_int64.h b/source/thirdparty/include/fix16_int64.h similarity index 100% rename from source/build/include/fix16_int64.h rename to source/thirdparty/include/fix16_int64.h diff --git a/source/build/src/fix16.cpp b/source/thirdparty/src/fix16.cpp similarity index 100% rename from source/build/src/fix16.cpp rename to source/thirdparty/src/fix16.cpp diff --git a/source/build/src/fix16_str.cpp b/source/thirdparty/src/fix16_str.cpp similarity index 100% rename from source/build/src/fix16_str.cpp rename to source/thirdparty/src/fix16_str.cpp