diff --git a/projectfiles/VC10/wesnoth.vcxproj b/projectfiles/VC10/wesnoth.vcxproj index 9c4849d2af6..3f241ae9d0a 100644 --- a/projectfiles/VC10/wesnoth.vcxproj +++ b/projectfiles/VC10/wesnoth.vcxproj @@ -416,6 +416,7 @@ $(IntDir)Editor\ $(IntDir)Editor\ + $(IntDir)Gui\Dialogs\ $(IntDir)Gui\Dialogs\ @@ -1129,7 +1130,9 @@ $(IntDir)Storyscreen\ $(IntDir)Storyscreen\ + + $(IntDir)Whiteboard\ $(IntDir)Whiteboard\ @@ -1442,6 +1445,7 @@ + @@ -1603,7 +1607,12 @@ + + + + + diff --git a/projectfiles/VC10/wesnoth.vcxproj.filters b/projectfiles/VC10/wesnoth.vcxproj.filters index b7df8f78529..0c12b815fa8 100644 --- a/projectfiles/VC10/wesnoth.vcxproj.filters +++ b/projectfiles/VC10/wesnoth.vcxproj.filters @@ -83,6 +83,9 @@ {24fa9dff-1e37-435e-9c30-50571ff65b5e} + + {1c6b6530-2d8a-47a2-b3f2-ab9d2f84d0a8} + @@ -904,6 +907,11 @@ Gui\Dialogs + + + + utils + @@ -1759,5 +1767,19 @@ Gui\Dialogs + + + + utils + + + utils + + + utils + + + utils + \ No newline at end of file