summaryrefslogtreecommitdiff
path: root/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj
diff options
context:
space:
mode:
authorpixel <pixel>2003-09-05 10:41:21 +0000
committerpixel <pixel>2003-09-05 10:41:21 +0000
commit6c8adf89100d24938645d20533ff08b53b0400bd (patch)
tree65348bceea60a6f55c9dffa607e55af0d96e46ba /MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj
parente6780760ee4d7d1924c2bc7cbec061f4f36b18e0 (diff)
Starting to build the project MSVC
Diffstat (limited to 'MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj')
-rw-r--r--MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj130
1 files changed, 130 insertions, 0 deletions
diff --git a/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj
new file mode 100644
index 0000000..df944fb
--- /dev/null
+++ b/MSVC/PSX-Bundle - library/PSX-Bundle - library.vcproj
@@ -0,0 +1,130 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="PSX-Bundle - library"
+ ProjectGUID="{0A2CD193-F270-4F2B-943C-F8BDF792D25C}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\generic\include;..\..\includes;..\..\..\zlib"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/PSX-Bundle - library.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="..\..\generic\include;..\..\includes;..\..\..\zlib"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/PSX-Bundle - library.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Lzss class"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\lzss.cpp">
+ </File>
+ <File
+ RelativePath="..\..\includes\lzss.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="CD classes"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\cdabstract.cpp">
+ </File>
+ <File
+ RelativePath="..\..\includes\cdabstract.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\cdreader.cpp">
+ </File>
+ <File
+ RelativePath="..\..\includes\cdreader.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\cdutils.cpp">
+ </File>
+ <File
+ RelativePath="..\..\includes\cdutils.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\yazedc.cpp">
+ </File>
+ <File
+ RelativePath="..\..\includes\yazedc.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>