From f5db2d6d5e9c2d7752815f29f523d601b9acc2fa Mon Sep 17 00:00:00 2001 From: allen hux Date: Tue, 8 Nov 2022 10:56:02 -0800 Subject: [PATCH] Fix for vs 2019 sln/proj using DS 1.1.0 --- DdsToXet/DdsToXet.vcxproj | 13 ++++++++++++- DdsToXet/DdsToXet.vcxproj.filters | 3 +++ TileUpdateManager/TileUpdateManager.vcxproj | 4 ++-- src/Expanse.vcxproj | 4 ++-- tracePlayer/tracePlayer_2019.vcxproj | 4 ++-- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/DdsToXet/DdsToXet.vcxproj b/DdsToXet/DdsToXet.vcxproj index 5f8ecf5..ea9a936 100644 --- a/DdsToXet/DdsToXet.vcxproj +++ b/DdsToXet/DdsToXet.vcxproj @@ -101,6 +101,17 @@ convert.bat $(SolutionDir)dds media Document + + + - + + + + + + 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}. + + + \ No newline at end of file diff --git a/DdsToXet/DdsToXet.vcxproj.filters b/DdsToXet/DdsToXet.vcxproj.filters index c525b39..b33b2e3 100644 --- a/DdsToXet/DdsToXet.vcxproj.filters +++ b/DdsToXet/DdsToXet.vcxproj.filters @@ -28,4 +28,7 @@ scripts + + + \ No newline at end of file diff --git a/TileUpdateManager/TileUpdateManager.vcxproj b/TileUpdateManager/TileUpdateManager.vcxproj index edd7329..194f6cc 100644 --- a/TileUpdateManager/TileUpdateManager.vcxproj +++ b/TileUpdateManager/TileUpdateManager.vcxproj @@ -133,12 +133,12 @@ - + 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}. - + \ No newline at end of file diff --git a/src/Expanse.vcxproj b/src/Expanse.vcxproj index 1e1e715..f749d1f 100644 --- a/src/Expanse.vcxproj +++ b/src/Expanse.vcxproj @@ -217,12 +217,12 @@ - + 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}. - + \ No newline at end of file diff --git a/tracePlayer/tracePlayer_2019.vcxproj b/tracePlayer/tracePlayer_2019.vcxproj index 5cafe9e..bec44d7 100644 --- a/tracePlayer/tracePlayer_2019.vcxproj +++ b/tracePlayer/tracePlayer_2019.vcxproj @@ -91,12 +91,12 @@ - + 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}. - + \ No newline at end of file