2008-07-12 17:40:22 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-08-23 15:28:24 +00:00
|
|
|
Version="8,00"
|
2008-07-12 17:40:22 +00:00
|
|
|
Name="Plugin_VideoDX9"
|
|
|
|
ProjectGUID="{636FAD5F-02D1-4E9A-BE67-FB8EA99B9A18}"
|
|
|
|
RootNamespace="Plugin_VideoDX9"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="1"
|
|
|
|
TypeLibraryName=".\Release/Video_DirectX9.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="false"
|
|
|
|
WholeProgramOptimization="true"
|
2008-07-17 20:29:04 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/VideoCommon/Src;"
|
2008-07-12 17:40:22 +00:00
|
|
|
PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;VIDEO_DIRECTX9_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
FloatingPointModel="2"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-23 15:28:24 +00:00
|
|
|
WarnAsError="true"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalOptions=""..\..\core\common\win32\release\common.lib""
|
|
|
|
AdditionalDependencies="dsound.lib odbc32.lib odbccp32.lib comctl32.lib d3d9.lib d3dx9.lib winmm.lib"
|
|
|
|
OutputFile="..\..\..\Binary\Win32/Plugins\Plugin_VideoDX9.dll"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-15 11:53:41 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
2008-07-12 17:40:22 +00:00
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
2008-08-23 15:28:24 +00:00
|
|
|
TargetEnvironment="1"
|
|
|
|
TypeLibraryName=".\Debug/Video_DirectX9.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
Optimization="0"
|
2008-07-17 20:29:04 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/VideoCommon/Src;"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="_WIN32;WIN32;_DEBUG;_WINDOWS;_USRDLL;VIDEO_DIRECTX9_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
2008-07-16 20:50:16 +00:00
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
2008-07-12 17:40:22 +00:00
|
|
|
WarningLevel="3"
|
2008-08-23 15:28:24 +00:00
|
|
|
WarnAsError="true"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
2008-08-23 15:28:24 +00:00
|
|
|
DebugInformationFormat="4"
|
2008-07-12 17:40:22 +00:00
|
|
|
CompileAs="0"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
AdditionalOptions=""..\..\core\common\win32\debug\common.lib""
|
2008-07-12 17:40:22 +00:00
|
|
|
AdditionalDependencies="dsound.lib odbc32.lib odbccp32.lib comctl32.lib d3d9.lib d3dx9.lib winmm.lib"
|
2008-08-23 15:28:24 +00:00
|
|
|
OutputFile="..\..\..\Binary\Win32/Plugins\Plugin_VideoDX9D.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-08-23 15:28:24 +00:00
|
|
|
GenerateDebugInformation="true"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-08-23 15:28:24 +00:00
|
|
|
TargetMachine="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
2008-08-23 15:28:24 +00:00
|
|
|
WholeProgramOptimization="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="1"
|
2008-08-23 15:28:24 +00:00
|
|
|
TypeLibraryName=".\Release/Video_DirectX9.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="false"
|
|
|
|
WholeProgramOptimization="true"
|
2008-07-17 20:29:04 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/VideoCommon/Src;"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="_WIN32;WIN32;NDEBUG;_WINDOWS;_USRDLL;VIDEO_DIRECTX9_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;DEBUGFAST"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
FloatingPointModel="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
2008-08-23 15:28:24 +00:00
|
|
|
WarnAsError="true"
|
2008-07-12 17:40:22 +00:00
|
|
|
SuppressStartupBanner="true"
|
2008-08-23 15:28:24 +00:00
|
|
|
DebugInformationFormat="3"
|
2008-07-12 17:40:22 +00:00
|
|
|
CompileAs="0"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="dsound.lib odbc32.lib odbccp32.lib comctl32.lib d3d9.lib d3dx9.lib winmm.lib"
|
2008-08-23 15:28:24 +00:00
|
|
|
OutputFile="..\..\..\Binary\Win32/Plugins\Plugin_VideoDX9DF.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-08-23 15:28:24 +00:00
|
|
|
IgnoreDefaultLibraryNames="LIBCMTD.lib"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
2008-08-23 15:28:24 +00:00
|
|
|
WholeProgramOptimization="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="3"
|
2008-08-23 15:28:24 +00:00
|
|
|
TypeLibraryName=".\Release/Video_DirectX9.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="false"
|
|
|
|
WholeProgramOptimization="true"
|
2008-07-17 20:29:04 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/VideoCommon/Src;"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VIDEO_DIRECTX9_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
|
|
|
|
StringPooling="true"
|
|
|
|
ExceptionHandling="1"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="false"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
|
|
|
FloatingPointModel="2"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="dsound.lib odbc32.lib odbccp32.lib comctl32.lib d3d9.lib d3dx9.lib winmm.lib"
|
2008-08-23 15:28:24 +00:00
|
|
|
OutputFile="..\..\..\Binary\x64\Plugins\Plugin_VideoDX9.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-15 11:53:41 +00:00
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2008-07-12 17:40:22 +00:00
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
2008-08-23 15:28:24 +00:00
|
|
|
TargetEnvironment="3"
|
|
|
|
TypeLibraryName=".\Debug/Video_DirectX9.tlb"
|
2008-07-12 17:40:22 +00:00
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
Optimization="0"
|
2008-07-17 20:29:04 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/VideoCommon/Src;"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;VIDEO_DIRECTX9_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
2008-07-12 17:40:22 +00:00
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2008-08-23 15:28:24 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2008-07-12 17:40:22 +00:00
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="dsound.lib odbc32.lib odbccp32.lib comctl32.lib d3d9.lib d3dx9.lib winmm.lib"
|
2008-08-23 15:28:24 +00:00
|
|
|
OutputFile="..\..\..\Binary\x64\Plugins\Plugin_VideoDX9D.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-08-23 15:28:24 +00:00
|
|
|
GenerateDebugInformation="true"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-08-23 15:28:24 +00:00
|
|
|
TargetMachine="17"
|
2008-07-12 17:40:22 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
UseOfMFC="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="0"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
MkTypLibCompatible="true"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
TypeLibraryName=".\Release/Video_DirectX9.tlb"
|
|
|
|
HeaderFileName=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="3"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
OmitFramePointers="false"
|
|
|
|
WholeProgramOptimization="true"
|
2008-07-17 20:29:04 +00:00
|
|
|
AdditionalIncludeDirectories="../../PluginSpecs;../../Core/Common/Src;../../Core/VideoCommon/Src;"
|
2008-07-16 12:17:20 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VIDEO_DIRECTX9_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;;DEBUGFAST"
|
2008-07-12 17:40:22 +00:00
|
|
|
StringPooling="true"
|
|
|
|
ExceptionHandling="1"
|
|
|
|
RuntimeLibrary="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
|
|
|
FloatingPointModel="2"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
AssemblerListingLocation="$(IntDir)\"
|
|
|
|
ObjectFile="$(IntDir)\"
|
2008-07-16 20:50:16 +00:00
|
|
|
ProgramDataBaseFileName="$(IntDir)\"
|
2008-07-12 17:40:22 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
CompileAs="0"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
|
|
|
Culture="1053"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="dsound.lib odbc32.lib odbccp32.lib comctl32.lib d3d9.lib d3dx9.lib winmm.lib"
|
2008-07-16 12:17:20 +00:00
|
|
|
OutputFile="..\..\..\Binary\x64\Plugins\Plugin_VideoDX9DF.dll"
|
2008-07-12 17:40:22 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
GenerateManifest="false"
|
2008-07-15 11:53:41 +00:00
|
|
|
ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
|
|
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
2008-07-12 17:40:22 +00:00
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Resource Files"
|
|
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\resource.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Resource.rc"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="win32"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\ChunkFile.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\ChunkFile.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\DialogManager.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\DialogManager.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\File.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\File.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\Misc.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\Misc.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\PropertySheet.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\PropertySheet.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\ShellUtil.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ObjectFile="$(IntDir)/$(InputName)1.obj"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\ShellUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\TabControl.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\TabControl.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\Thread.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="2"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
ForcedIncludeFiles="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\Thread.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\W32Util\XPTheme.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Decoder"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\BPStructs.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\BPStructs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\CPStructs.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\CPStructs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DataReader.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DataReader.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DecodedVArray.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DecodedVArray.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\OpcodeDecoding.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexHandler.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexHandler.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader_Color.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader_MtxIndex.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader_Normal.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader_Normal.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader_Position.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexLoader_TextCoord.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\XFStructs.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\XFStructs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Render"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\IndexGenerator.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\IndexGenerator.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PixelShader.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\PixelShader.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Render.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Render.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ShaderManager.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\ShaderManager.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\TextureCache.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\TextureCache.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\TransformEngine.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\TransformEngine.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Transformer.hlsl"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexShader.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\VertexShader.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="D3D"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DBase.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DBase.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DPostprocess.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DPostprocess.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DShader.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DShader.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DTexture.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DTexture.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\D3DUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\EmuWindow.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\EmuWindow.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="UI"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DlgSettings.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\DlgSettings.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Globals.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Globals.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\main.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PrecompiledHeaderFile="$(IntDir)/Video_DirectX9.pch"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\main.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\stdafx.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="DebugFast|Win32"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Release|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-23 15:28:24 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-12 17:40:22 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="DebugFast|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
UsePrecompiledHeader="1"
|
|
|
|
PrecompiledHeaderThrough="stdafx.h"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\stdafx.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Utils.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Utils.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\Src\Vec3.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|