aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9/parallaction.vcproj
diff options
context:
space:
mode:
authorJohannes Schickel2009-10-28 21:01:05 +0000
committerJohannes Schickel2009-10-28 21:01:05 +0000
commit921269fe142a541e9bc3abdd777cb3cd5d2a94c1 (patch)
treebff9e2f5fce6f8474a9c18aa230dff73c8ce1d2e /dists/msvc9/parallaction.vcproj
parent168275be5f4ced629ae940592963868d4059e3c8 (diff)
downloadscummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.tar.gz
scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.tar.bz2
scummvm-rg350-921269fe142a541e9bc3abdd777cb3cd5d2a94c1.zip
Replace our custom MSVC project files by automatically generated ones. Note that this is for active *testing*, I myself had not encountered any problems building a x86 and x64 binary with he msvc9 files. So if you are using MSVC, it would be nice to hear back some feedback whether it works for you or not.
svn-id: r45486
Diffstat (limited to 'dists/msvc9/parallaction.vcproj')
-rw-r--r--dists/msvc9/parallaction.vcproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/dists/msvc9/parallaction.vcproj b/dists/msvc9/parallaction.vcproj
index acefaedf41..bcd3f58a14 100644
--- a/dists/msvc9/parallaction.vcproj
+++ b/dists/msvc9/parallaction.vcproj
@@ -1,19 +1,22 @@
<?xml version="1.0" encoding="windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9,00"
+ Version="9.00"
Name="parallaction"
- ProjectGUID="{0068957B-E2E1-4988-8C87-D541D84DAF20}"
+ ProjectGUID="{82596791-5B31-48FF-999D-E6A5F45EE582}"
RootNamespace="parallaction"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform Name="Win32" />
+ <Platform Name="x64" />
</Platforms>
<Configurations>
<Configuration Name="Debug|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug.vsprops" />
<Configuration Name="Release|Win32" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release.vsprops" />
+ <Configuration Name="Debug|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Debug64.vsprops" />
+ <Configuration Name="Release|x64" ConfigurationType="4" InheritedPropertySheets=".\ScummVM_Release64.vsprops" />
</Configurations>
<Files>
<File RelativePath="..\..\engines\parallaction\balloons.cpp" />
@@ -43,6 +46,7 @@
<File RelativePath="..\..\engines\parallaction\input.h" />
<File RelativePath="..\..\engines\parallaction\inventory.cpp" />
<File RelativePath="..\..\engines\parallaction\inventory.h" />
+ <File RelativePath="..\..\engines\parallaction\module.mk" />
<File RelativePath="..\..\engines\parallaction\objects.cpp" />
<File RelativePath="..\..\engines\parallaction\objects.h" />
<File RelativePath="..\..\engines\parallaction\parallaction.cpp" />