diff options
author | Pixel <pixel@nobis-crew.org> | 2009-06-02 11:25:04 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-06-02 11:25:04 -0700 |
commit | ecd56dda3d15f8f7e19f527584b57263e68dc7d7 (patch) | |
tree | 618d4f2adb58695efd4875422ffb3535f5fec3ea /PSX-Bundle.vcproj | |
parent | bad0cd00ee93488f9b9182117f74446441b6fb09 (diff) |
Adding CD-Tool modules to VS 2008 express solution.
Diffstat (limited to 'PSX-Bundle.vcproj')
-rw-r--r-- | PSX-Bundle.vcproj | 204 |
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=""..\PSX-Bundle\includes";..\Baltisot\include;..\Baltisot\lib\zlib\include;..\Baltisot\lib\lua\include;"..\PSX-Bundle\psxdev""
+ 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=""..\PSX-Bundle\includes";..\Baltisot\include;..\Baltisot\lib\zlib\include;..\Baltisot\lib\lua\include;"..\PSX-Bundle\psxdev""
+ 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>
|