summaryrefslogtreecommitdiff
path: root/PSX-Bundle.vcproj
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-06-06 18:53:43 +0000
committerPixel <pixel@nobis-crew.org>2009-06-06 18:53:43 +0000
commitc86ef9448280ef5f502efb3c475faa176c35aaef (patch)
treea68a39fed16cb5a00a0feb937bdce57143774260 /PSX-Bundle.vcproj
parenta5a0d71a3a767d6a9b7b057400f384bacdb69dd4 (diff)
parentd008ad4c96dbf03ae78617f701fb42f7f01e91c6 (diff)
Merge branch 'master' of ssh+git://pixel@git.grumpycoder.net/pub/repo.git/lua-interface
Diffstat (limited to 'PSX-Bundle.vcproj')
-rw-r--r--PSX-Bundle.vcproj204
1 files changed, 204 insertions, 0 deletions
diff --git a/PSX-Bundle.vcproj b/PSX-Bundle.vcproj
new file mode 100644
index 0000000..50b29e6
--- /dev/null
+++ b/PSX-Bundle.vcproj
@@ -0,0 +1,204 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="PSX-Bundle"
+ ProjectGUID="{8D1FD5C4-7F15-4B9A-B63A-7D14D9234315}"
+ RootNamespace="PSX-Bundle"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)\tmp"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;..\PSX-Bundle\includes&quot;;..\Baltisot\include;..\Baltisot\lib\zlib\include;..\Baltisot\lib\lua\include;&quot;..\PSX-Bundle\psxdev&quot;"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;NO_DLL;_MSVC;LIBICONV_STATIC;LIBICONV_PLUG"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)"
+ IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\$(ProjectName)\tmp"
+ ConfigurationType="4"
+ CharacterSet="2"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="&quot;..\PSX-Bundle\includes&quot;;..\Baltisot\include;..\Baltisot\lib\zlib\include;..\Baltisot\lib\lua\include;&quot;..\PSX-Bundle\psxdev&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;NO_DLL;_MSVC;LIBICONV_STATIC;LIBICONV_PLUG"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\PSX-Bundle\lib\cdabstract.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\cdreader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\cdutils.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\dvdabstract.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\isobuilder.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\luacd.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\luapsx.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\lzss.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-modules-cd-tool\src\plugin-luacd.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\lua-modules-cd-tool\src\plugin-luapsx.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\PSX-Bundle\lib\yazedc.cpp"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>