aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj')
-rw-r--r--engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj932
1 files changed, 0 insertions, 932 deletions
diff --git a/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj b/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj
deleted file mode 100644
index f37dfd7258..0000000000
--- a/engines/sci/win32/msvc71-2003/fsci_dll/fsci_dll.vcproj
+++ /dev/null
@@ -1,932 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="fsci_dll"
- ProjectGUID="{B605B919-02BD-4E2D-B043-08A21736B01A}"
- RootNamespace="fsci_dll"
- Keyword="Win32Proj">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="TRUE"
- FavorSizeOrSpeed="1"
- OmitFramePointers="TRUE"
- OptimizeForProcessor="3"
- AdditionalIncludeDirectories="&quot;$(SolutionDir)..\..\..\..\SDL\include&quot;;&quot;$(SolutionDir)..\..\include&quot;;&quot;$(SolutionDir)..\..\include\win32&quot;"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VERSION=\&quot;0.6.3-dev\&quot;;PACKAGE=\&quot;FreeSCI\&quot;;FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE"
- StringPooling="TRUE"
- RuntimeLibrary="2"
- BufferSecurityCheck="FALSE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib"
- OutputFile="$(OutDir)/fsci.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="&quot;$(SolutionDir)..\..\..\..\SDL\lib&quot;"
- IgnoreDefaultLibraryNames="libci.lib"
- ModuleDefinitionFile="$(SolutionDir)..\freesci.def"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(TargetDir)$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Release/fsci_dll.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="echo Copying SDL.dll to $(OutDir)\
-copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\
-"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="&quot;$(SolutionDir)..\..\..\..\SDL\include&quot;;&quot;$(SolutionDir)..\..\include&quot;;&quot;$(SolutionDir)..\..\include\win32&quot;"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;VERSION=__TIMESTAMP__;PACKAGE=\&quot;FreeSCI\&quot;;FREESCI_EXPORTS;X_DISPLAY_MISSING;HAVE_SDL;HAVE_DIRECTX;HAVE_MEMCHR;HAVE_SYS_STAT_H;HAVE_FCNTL_H;HAVE_STRING_H;HAVE_UNLINK;HAVE_RMDIR;WANT_CONSOLE"
- RuntimeLibrary="3"
- BufferSecurityCheck="FALSE"
- RuntimeTypeInfo="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="SDL.lib d3d8.lib d3dx8.lib dxerr8.lib winmm.lib"
- OutputFile="$(OutDir)/fsci.dll"
- LinkIncremental="1"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="&quot;$(SolutionDir)..\..\..\..\SDL\lib&quot;"
- IgnoreDefaultLibraryNames="libci.lib"
- ModuleDefinitionFile="$(SolutionDir)..\freesci.def"
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
- ImportLibrary="$(TargetDir)$(TargetName).lib"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="TRUE"
- SuppressStartupBanner="TRUE"
- TargetEnvironment="1"
- TypeLibraryName=".\Debug/fsci_dll.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"
- CommandLine="echo Copying SDL.dll to $(OutDir)\
-copy /y $(SolutionDir)..\..\..\..\SDL\lib\sdl.dll $(OutDir)\
-"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="..\..\..\..\BUGS-IN-GAMES">
- </File>
- <File
- RelativePath="..\..\..\..\ChangeLog">
- </File>
- <File
- RelativePath="..\..\freesci.def">
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
- <Tool
- Name="VCCustomBuildTool"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\..\..\NEWS">
- </File>
- <File
- RelativePath="..\..\..\..\README">
- </File>
- <File
- RelativePath="..\..\..\..\README.Win32">
- </File>
- <File
- RelativePath="..\..\..\..\TODO">
- </File>
- <Filter
- Name="engine"
- Filter="">
- <File
- RelativePath="..\..\..\engine\cfsml.pl">
- </File>
- <File
- RelativePath="..\..\..\engine\game.c">
- </File>
- <File
- RelativePath="..\..\..\engine\gc.c">
- </File>
- <File
- RelativePath="..\..\..\engine\grammar.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kernel.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kevent.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kfile.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kgraphics.c">
- </File>
- <File
- RelativePath="..\..\..\engine\klists.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kmath.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kmenu.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kmovement.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kpathing.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kscripts.c">
- </File>
- <File
- RelativePath="..\..\..\engine\ksound.c">
- </File>
- <File
- RelativePath="..\..\..\engine\kstring.c">
- </File>
- <File
- RelativePath="..\..\..\engine\said.c">
- </File>
- <File
- RelativePath="..\..\..\engine\said.y">
- </File>
- <File
- RelativePath="..\..\..\engine\savegame.c">
- </File>
- <File
- RelativePath="..\..\..\engine\savegame.cfsml">
- </File>
- <File
- RelativePath="..\..\..\engine\scriptconsole.c">
- </File>
- <File
- RelativePath="..\..\..\engine\scriptdebug.c">
- </File>
- <File
- RelativePath="..\..\..\engine\seg_manager.c">
- </File>
- <File
- RelativePath="..\..\..\engine\sys_strings.c">
- </File>
- <File
- RelativePath="..\..\..\engine\vm.c">
- </File>
- </Filter>
- <Filter
- Name="gfx"
- Filter="">
- <File
- RelativePath="..\..\..\gfx\antialias.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\font-5x8.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\font-6x10.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\font.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\gfx_console.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\gfx_res_options.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\gfx_resource.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\gfx_support.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\gfx_tools.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\menubar.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\operations.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resmgr.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\sbtree.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\sci_widgets.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\widgets.c">
- </File>
- <Filter
- Name="drivers"
- Filter="">
- <File
- RelativePath="..\..\..\gfx\drivers\dx_driver.cpp">
- </File>
- <File
- RelativePath="..\..\..\gfx\drivers\gfx_drivers.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\drivers\null_driver.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\drivers\sdl_driver.c">
- </File>
- </Filter>
- <Filter
- Name="resource"
- Filter="">
- <File
- RelativePath="..\..\..\gfx\resource\sci_cursor_0.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resource\sci_font.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resource\sci_pal_1.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resource\sci_pic_0.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resource\sci_resmgr.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resource\sci_view_0.c">
- </File>
- <File
- RelativePath="..\..\..\gfx\resource\sci_view_1.c">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="scicore"
- Filter="">
- <File
- RelativePath="..\..\..\scicore\aatree.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\console.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\decompress0.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\decompress01.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\decompress1.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\decompress11.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\exe.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\exe_lzexe.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\exe_raw.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\fnmatch.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\huffmake.pl">
- </File>
- <File
- RelativePath="..\..\..\scicore\hufftree.1">
- </File>
- <File
- RelativePath="..\..\..\scicore\hufftree.2">
- </File>
- <File
- RelativePath="..\..\..\scicore\hufftree.3">
- </File>
- <File
- RelativePath="..\..\..\scicore\int_hashmap.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\modules.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\old_objects.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\reg_t_hashmap.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\resource.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\resource_map.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\resource_patch.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\sci_memory.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\script.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\tools.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\treedef.1">
- </File>
- <File
- RelativePath="..\..\..\scicore\treedef.2">
- </File>
- <File
- RelativePath="..\..\..\scicore\treedef.3">
- </File>
- <File
- RelativePath="..\..\..\scicore\versions.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\vocab.c">
- </File>
- <File
- RelativePath="..\..\..\scicore\vocab_debug.c">
- </File>
- </Filter>
- <Filter
- Name="sfx"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\adlib.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\core.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\iterator.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\pcm-iterator.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\songlib.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\time.c">
- </File>
- <Filter
- Name="seq"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\seq\gm.c"
- >
- </File>
- <File
- RelativePath="..\..\..\sfx\seq\instrument-map.c"
- >
- </File>
- <File
- RelativePath="..\..\..\sfx\seq\mt32.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\seq\sequencers.c">
- </File>
- </Filter>
- <Filter
- Name="timer"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\timer\sigalrm.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\timer\timers.c">
- </File>
- </Filter>
- <Filter
- Name="player"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\player\players.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\player\polled.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\player\realtime.c">
- </File>
- </Filter>
- <Filter
- Name="device"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\device\devices.c">
- </File>
- </Filter>
- <Filter
- Name="mixer"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\mixer\mixers.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\mixer\soft.c">
- </File>
- </Filter>
- <Filter
- Name="pcm_device"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\pcm_device\audiobuf.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\pcm_device\pcm_devices.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\pcm_device\sdl.c">
- </File>
- </Filter>
- <Filter
- Name="softseq"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\softseq\amiga.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq\fmopl.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq\mt32.cpp"
- >
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq\opl2.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq\pcspeaker.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq\SN76496.c">
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq\softsequencers.c">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="win32"
- Filter="">
- <File
- RelativePath="..\..\usleep.c">
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="..\..\..\include\aatree.h">
- </File>
- <File
- RelativePath="..\..\..\include\console.h">
- </File>
- <File
- RelativePath="..\..\..\include\engine.h">
- </File>
- <File
- RelativePath="..\..\..\include\event.h">
- </File>
- <File
- RelativePath="..\..\..\scicore\exe.h">
- </File>
- <File
- RelativePath="..\..\..\scicore\exe_dec.h">
- </File>
- <File
- RelativePath="..\..\..\include\game_select.h">
- </File>
- <File
- RelativePath="..\..\..\scicore\games.h">
- </File>
- <File
- RelativePath="..\..\..\engine\gc.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_driver.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_operations.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_options.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_res_options.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_resmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_resource.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_state_internal.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_system.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_tools.h">
- </File>
- <File
- RelativePath="..\..\..\include\gfx_widgets.h">
- </File>
- <File
- RelativePath="..\..\..\gfx\drivers\dx_driver.h">
- </File>
- <File
- RelativePath="..\..\..\include\hashmap.h">
- </File>
- <File
- RelativePath="..\..\..\engine\heap.h">
- </File>
- <File
- RelativePath="..\..\..\include\heapmgr.h">
- </File>
- <File
- RelativePath="..\..\..\include\int_hashmap.h">
- </File>
- <File
- RelativePath="..\..\..\include\kdebug.h">
- </File>
- <File
- RelativePath="..\..\..\include\kernel.h">
- </File>
- <File
- RelativePath="..\..\..\engine\kernel_compat.h">
- </File>
- <File
- RelativePath="..\..\..\engine\kernel_types.h">
- </File>
- <File
- RelativePath="..\..\..\include\list.h">
- </File>
- <File
- RelativePath="..\..\..\include\listener.h">
- </File>
- <File
- RelativePath="..\..\..\include\menubar.h">
- </File>
- <File
- RelativePath="..\..\..\include\modules.h">
- </File>
- <File
- RelativePath="..\..\..\include\old_objects.h">
- </File>
- <File
- RelativePath="..\..\..\include\reg_t_hashmap.h">
- </File>
- <File
- RelativePath="..\..\..\include\resource.h">
- </File>
- <File
- RelativePath="..\..\..\include\sbtree.h">
- </File>
- <File
- RelativePath="..\..\..\include\sci_conf.h">
- </File>
- <File
- RelativePath="..\..\..\engine\sci_graphics.h">
- </File>
- <File
- RelativePath="..\..\..\include\sci_memory.h">
- </File>
- <File
- RelativePath="..\..\..\include\sci_midi.h">
- </File>
- <File
- RelativePath="..\..\..\include\sci_widgets.h">
- </File>
- <File
- RelativePath="..\..\..\include\sciresource.h">
- </File>
- <File
- RelativePath="..\..\..\include\scitypes.h">
- </File>
- <File
- RelativePath="..\..\..\include\script.h">
- </File>
- <File
- RelativePath="..\..\..\include\seg_manager.h">
- </File>
- <File
- RelativePath="..\..\..\sfx\seq\instrument-map.h"
- >
- </File>
- <File
- RelativePath="..\..\..\sfx\adlib.h">
- </File>
- <File
- RelativePath="..\..\..\sfx\pcm_device\audiobuf.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_core.h">
- </File>
- <File
- RelativePath="..\..\..\sfx\device.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_engine.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_iterator.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_iterator_internal.h">
- </File>
- <File
- RelativePath="..\..\..\sfx\mixer.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_pcm.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_player.h">
- </File>
- <File
- RelativePath="..\..\..\sfx\sequencer.h">
- </File>
- <File
- RelativePath="..\..\..\sfx\softseq.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_songlib.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_time.h">
- </File>
- <File
- RelativePath="..\..\..\include\sfx_timer.h">
- </File>
- <File
- RelativePath="..\..\..\include\sys_strings.h">
- </File>
- <File
- RelativePath="..\..\..\include\uinput.h">
- </File>
- <File
- RelativePath="..\..\..\include\util.h">
- </File>
- <File
- RelativePath="..\..\..\include\versions.h">
- </File>
- <File
- RelativePath="..\..\..\include\vm.h">
- </File>
- <File
- RelativePath="..\..\..\include\vm_types.h">
- </File>
- <File
- RelativePath="..\..\..\include\vocabulary.h">
- </File>
- <Filter
- Name="win32"
- Filter="">
- <File
- RelativePath="..\..\..\include\win32\sci_win32.h">
- </File>
- </Filter>
- <Filter
- Name="SDL"
- Filter="">
- <File
- RelativePath="..\..\..\..\..\SDL\include\begin_code.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\close_code.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_active.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_audio.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_byteorder.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_cdrom.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_amiga.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_dreamcast.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_macos.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_macosx.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_minimal.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_nds.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_os2.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_symbian.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_config_win32.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_copying.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_cpuinfo.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_endian.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_error.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_events.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_getenv.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_joystick.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_keyboard.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_keysym.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_loadso.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_main.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_mouse.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_mutex.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_name.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_opengl.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_platform.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_quit.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_rwops.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_stdinc.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_syswm.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_thread.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_timer.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_types.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_version.h">
- </File>
- <File
- RelativePath="..\..\..\..\..\SDL\include\SDL_video.h">
- </File>
- </Filter>
- <Filter
- Name="softseq"
- Filter="">
- <File
- RelativePath="..\..\..\sfx\softseq\fmopl.h">
- </File>
- </Filter>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>