Files
love/platform/msvc2008/filesystem.vcproj
T
2009-08-08 12:15:47 +02:00

250 lines
6.6 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9,00"
Name="filesystem"
ProjectGUID="{CBAD7A48-38A2-A59C-94DF-610079E1BF09}"
RootNamespace="filesystem"
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="include;../../src;../../src/modules;"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;FILESYSTEM_EXPORTS;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="lua5.1.lib physfs.lib"
OutputFile="$(OutDir)\love\$(ProjectName).dll"
LinkIncremental="2"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
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="include;../../src;../../src/modules;"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_WARNINGS;FILESYSTEM_EXPORTS;"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="lua5.1.lib physfs.lib"
OutputFile="$(OutDir)\love\$(ProjectName).dll"
LinkIncremental="1"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="false"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<!-- Generated stuff begins -->
<Files>
<File RelativePath="..\..\src\modules\filesystem\File.h">
</File>
<File RelativePath="..\..\src\modules\filesystem\FileData.cpp">
<FileConfiguration Name="Debug|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\" />
</FileConfiguration>
<FileConfiguration Name="Release|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\" />
</FileConfiguration>
</File>
<File RelativePath="..\..\src\modules\filesystem\FileData.h">
</File>
<Filter Name="physfs">
<File RelativePath="..\..\src\modules\filesystem\physfs\File.cpp">
<FileConfiguration Name="Debug|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
<FileConfiguration Name="Release|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\File.h">
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\Filesystem.cpp">
<FileConfiguration Name="Debug|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
<FileConfiguration Name="Release|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\Filesystem.h">
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\wrap_File.cpp">
<FileConfiguration Name="Debug|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
<FileConfiguration Name="Release|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\wrap_File.h">
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\wrap_FileData.cpp">
<FileConfiguration Name="Debug|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
<FileConfiguration Name="Release|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\wrap_FileData.h">
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\wrap_Filesystem.cpp">
<FileConfiguration Name="Debug|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
<FileConfiguration Name="Release|Win32">
<Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)\modules\filesystem\physfs\" />
</FileConfiguration>
</File>
<File RelativePath="..\..\src\modules\filesystem\physfs\wrap_Filesystem.h">
</File>
</Filter>
</Files>
<!-- Generated stuff ends -->
<Globals>
</Globals>
</VisualStudioProject>