diff --git a/packages.config b/packages.config new file mode 100644 index 00000000..9b6b3fe9 --- /dev/null +++ b/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/simplewall.vcxproj b/simplewall.vcxproj index be4e417e..eb68553d 100644 --- a/simplewall.vcxproj +++ b/simplewall.vcxproj @@ -1,5 +1,6 @@  + Debug @@ -367,6 +368,7 @@ + @@ -395,13 +397,25 @@ + + + + + + + + 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/simplewall.vcxproj.filters b/simplewall.vcxproj.filters index 52be9a14..332a5192 100644 --- a/simplewall.vcxproj.filters +++ b/simplewall.vcxproj.filters @@ -72,6 +72,9 @@ Source Files + + Source Files + @@ -152,10 +155,16 @@ Header Files + + Header Files + Resource Files + + + \ No newline at end of file