diff --git a/src/jpegls-wic-codec.vcxproj b/src/jpegls-wic-codec.vcxproj index 2571192..4f286ff 100644 --- a/src/jpegls-wic-codec.vcxproj +++ b/src/jpegls-wic-codec.vcxproj @@ -1,9 +1,9 @@ - - - + + + Debug @@ -71,7 +71,6 @@ - @@ -118,21 +117,21 @@ - - - + + + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - + + + + + + diff --git a/src/jpegls-wic-codec.vcxproj.filters b/src/jpegls-wic-codec.vcxproj.filters index addfe42..2cf0856 100644 --- a/src/jpegls-wic-codec.vcxproj.filters +++ b/src/jpegls-wic-codec.vcxproj.filters @@ -15,9 +15,6 @@ - - Header Files - Header Files diff --git a/src/packages.config b/src/packages.config index 53dd2e6..44bb8d9 100644 --- a/src/packages.config +++ b/src/packages.config @@ -1,7 +1,7 @@  - - - + + + \ No newline at end of file diff --git a/src/pch.h b/src/pch.h deleted file mode 100644 index 6254e54..0000000 --- a/src/pch.h +++ /dev/null @@ -1,29 +0,0 @@ -// Copyright (c) Team CharLS. -// SPDX-License-Identifier: BSD-3-Clause - -#pragma once - - -#include // Defines the highest available Windows platform. - -#pragma warning(push) -#pragma warning(disable : 5105) // macro expansion producing 'defined' has undefined behavior -#include -#include -#include -#pragma warning(pop) - -#include - -#pragma warning(push) -#pragma warning(disable : 5204) // class has virtual functions, but its trivial destructor is not virtual -#include -#pragma warning(pop) - -#include - -#pragma warning(push) -#pragma warning(disable : 5262) // implicit fall-through occurs here; -#include -#include -#pragma warning(pop)