mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Updated the MSVC project files for the SCI engine (added engine/stringfrag.cpp)
svn-id: r39316
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.00"
|
||||
Version="7,00"
|
||||
Name="sci"
|
||||
ProjectGUID="{53F17B2B-0412-4EC3-A999-ED0537BB5223}"
|
||||
Keyword="Win32Proj">
|
||||
@@ -213,6 +213,9 @@
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\state.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\stringfrag.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\vm.cpp">
|
||||
</File>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="7.10"
|
||||
Version="7,10"
|
||||
Name="sci"
|
||||
ProjectGUID="{53F17B2B-0412-4EC3-A999-ED0537BB5223}"
|
||||
Keyword="Win32Proj">
|
||||
@@ -227,6 +227,9 @@
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\state.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\stringfrag.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\vm.cpp">
|
||||
</File>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="8,00"
|
||||
Name="sci"
|
||||
ProjectGUID="{53F17B2B-0412-4EC3-A999-ED0537BB5223}"
|
||||
RootNamespace="sci"
|
||||
@@ -313,6 +313,10 @@
|
||||
RelativePath="..\..\engines\sci\engine\state.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\stringfrag.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\vm.cpp"
|
||||
>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="sci"
|
||||
ProjectGUID="{53F17B2B-0412-4EC3-A999-ED0537BB5223}"
|
||||
RootNamespace="sci"
|
||||
@@ -314,6 +314,10 @@
|
||||
RelativePath="..\..\engines\sci\engine\state.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\stringfrag.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\engines\sci\engine\vm.cpp"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user