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