diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 13 | ||||
-rw-r--r-- | dists/msvc71/scummvm.vcproj | 13 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 18 | ||||
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 18 |
4 files changed, 62 insertions, 0 deletions
diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index e1208df5ef..48c2960a7b 100644 --- a/dists/msvc7/scummvm.vcproj +++ b/dists/msvc7/scummvm.vcproj @@ -50,6 +50,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -105,6 +107,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -255,6 +259,9 @@ RelativePath="..\..\common\ptr.h"> </File> <File + RelativePath="..\..\common\queue.h"> + </File> + <File RelativePath="..\..\common\rect.h"> </File> <File @@ -1068,6 +1075,12 @@ <Filter Name="engines"> <File + RelativePath="..\..\engines\dialogs.cpp"> + </File> + <File + RelativePath="..\..\engines\dialogs.h"> + </File> + <File RelativePath="..\..\engines\engine.cpp"> </File> <File diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index fc6f9aa517..451696b98f 100644 --- a/dists/msvc71/scummvm.vcproj +++ b/dists/msvc71/scummvm.vcproj @@ -50,6 +50,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -111,6 +113,8 @@ <Tool Name="VCMIDLTool"/> <Tool + Name="VCWebDeploymentTool"/> + <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> @@ -269,6 +273,9 @@ RelativePath="..\..\common\ptr.h"> </File> <File + RelativePath="..\..\common\queue.h"> + </File> + <File RelativePath="..\..\common\rect.h"> </File> <File @@ -1082,6 +1089,12 @@ <Filter Name="engines"> <File + RelativePath="..\..\engines\dialogs.cpp"> + </File> + <File + RelativePath="..\..\engines\dialogs.h"> + </File> + <File RelativePath="..\..\engines\engine.cpp"> </File> <File diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index 16c6980767..92179fb24e 100644 --- a/dists/msvc8/scummvm.vcproj +++ b/dists/msvc8/scummvm.vcproj @@ -97,6 +97,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -186,6 +189,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -377,6 +383,10 @@ > </File> <File + RelativePath="..\..\common\queue.h" + > + </File> + <File RelativePath="..\..\common\rect.h" > </File> @@ -1456,6 +1466,14 @@ Name="engines" > <File + RelativePath="..\..\engines\dialogs.cpp" + > + </File> + <File + RelativePath="..\..\engines\dialogs.h" + > + </File> + <File RelativePath="..\..\engines\engine.cpp" > </File> diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index baa6157bd5..247d60dc81 100644 --- a/dists/msvc9/scummvm.vcproj +++ b/dists/msvc9/scummvm.vcproj @@ -100,6 +100,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -191,6 +194,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -382,6 +388,10 @@ > </File> <File + RelativePath="..\..\common\queue.h" + > + </File> + <File RelativePath="..\..\common\rect.h" > </File> @@ -1461,6 +1471,14 @@ Name="engines" > <File + RelativePath="..\..\engines\dialogs.cpp" + > + </File> + <File + RelativePath="..\..\engines\dialogs.h" + > + </File> + <File RelativePath="..\..\engines\engine.cpp" > </File> |