aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc8/touche.vcproj
diff options
context:
space:
mode:
authorFilippos Karapetis2009-11-03 22:56:22 +0000
committerFilippos Karapetis2009-11-03 22:56:22 +0000
commit400f31ff9804d1416e046d8f9fd4f321f5b6282f (patch)
tree4ab9c3970998267cb75efc8a3a671d5ca34ba665 /dists/msvc8/touche.vcproj
parent930910fe5c1f94093f74ca085f2fe7dd7e4f0b11 (diff)
downloadscummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.tar.gz
scummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.tar.bz2
scummvm-rg350-400f31ff9804d1416e046d8f9fd4f321f5b6282f.zip
Deleted all the MSVC project files, since they can be built quickly and reliably from the gcc files using the create_msvc tool. Added some brief instructions on how to use the tool.
svn-id: r45645
Diffstat (limited to 'dists/msvc8/touche.vcproj')
-rw-r--r--dists/msvc8/touche.vcproj35
1 files changed, 0 insertions, 35 deletions
diff --git a/dists/msvc8/touche.vcproj b/dists/msvc8/touche.vcproj
deleted file mode 100644
index 176e606263..0000000000
--- a/dists/msvc8/touche.vcproj
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="touche"
- ProjectGUID="{3D0111DC-F148-4391-9497-B4B262F89E00}"
- RootNamespace="touche"
- Keyword="Win32Proj"
- >
- <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\touche\detection.cpp" />
- <File RelativePath="..\..\engines\touche\graphics.cpp" />
- <File RelativePath="..\..\engines\touche\graphics.h" />
- <File RelativePath="..\..\engines\touche\menu.cpp" />
- <File RelativePath="..\..\engines\touche\midi.cpp" />
- <File RelativePath="..\..\engines\touche\midi.h" />
- <File RelativePath="..\..\engines\touche\module.mk" />
- <File RelativePath="..\..\engines\touche\opcodes.cpp" />
- <File RelativePath="..\..\engines\touche\resource.cpp" />
- <File RelativePath="..\..\engines\touche\saveload.cpp" />
- <File RelativePath="..\..\engines\touche\staticres.cpp" />
- <File RelativePath="..\..\engines\touche\touche.cpp" />
- <File RelativePath="..\..\engines\touche\touche.h" />
- </Files>
-</VisualStudioProject>