diff options
-rw-r--r-- | dists/msvc7/scummvm.vcproj | 10 | ||||
-rw-r--r-- | dists/msvc71/scummvm.vcproj | 10 | ||||
-rw-r--r-- | dists/msvc8/scummvm.vcproj | 14 | ||||
-rw-r--r-- | dists/msvc9/scummvm.vcproj | 14 |
4 files changed, 48 insertions, 0 deletions
diff --git a/dists/msvc7/scummvm.vcproj b/dists/msvc7/scummvm.vcproj index aedfbe80f4..89cb1ff697 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"/> @@ -291,6 +295,12 @@ RelativePath="..\..\common\timer.h"> </File> <File + RelativePath="..\..\common\unarj.cpp"> + </File> + <File + RelativePath="..\..\common\unarj.h"> + </File> + <File RelativePath="..\..\common\unzip.cpp"> </File> <File diff --git a/dists/msvc71/scummvm.vcproj b/dists/msvc71/scummvm.vcproj index 7b7b5b72c8..08102bd9b2 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"/> @@ -305,6 +309,12 @@ RelativePath="..\..\common\timer.h"> </File> <File + RelativePath="..\..\common\unarj.cpp"> + </File> + <File + RelativePath="..\..\common\unarj.h"> + </File> + <File RelativePath="..\..\common\unzip.cpp"> </File> <File diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj index a5cd6a9169..3dcaf09f83 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> @@ -425,6 +431,14 @@ > </File> <File + RelativePath="..\..\common\unarj.cpp" + > + </File> + <File + RelativePath="..\..\common\unarj.h" + > + </File> + <File RelativePath="..\..\common\unzip.cpp" > </File> diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj index d5904961a7..daf6ae6c99 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> @@ -430,6 +436,14 @@ > </File> <File + RelativePath="..\..\common\unarj.cpp" + > + </File> + <File + RelativePath="..\..\common\unarj.h" + > + </File> + <File RelativePath="..\..\common\unzip.cpp" > </File> |