From fa5ef40e63fd9e51a55da9cc3b2877298c404129 Mon Sep 17 00:00:00 2001 From: Lightling Date: Sun, 27 Mar 2022 14:23:45 -0400 Subject: [PATCH] install DXTK --- DX11Starter.vcxproj | 10 ++++++++++ DX11Starter.vcxproj.filters | 1 + packages.config | 5 +++++ 3 files changed, 16 insertions(+) create mode 100644 packages.config diff --git a/DX11Starter.vcxproj b/DX11Starter.vcxproj index 9a57e96..0a269e9 100644 --- a/DX11Starter.vcxproj +++ b/DX11Starter.vcxproj @@ -308,9 +308,19 @@ + + + + + + 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/DX11Starter.vcxproj.filters b/DX11Starter.vcxproj.filters index c75eb6f..1c0591f 100644 --- a/DX11Starter.vcxproj.filters +++ b/DX11Starter.vcxproj.filters @@ -140,5 +140,6 @@ Shaders + \ No newline at end of file diff --git a/packages.config b/packages.config new file mode 100644 index 0000000..572f747 --- /dev/null +++ b/packages.config @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file