2007-11-14 12:41:02 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2007-12-30 20:09:14 +00:00
|
|
|
Version="8,00"
|
2007-11-14 12:41:02 +00:00
|
|
|
Name="VisualBoyAdvance"
|
|
|
|
ProjectGUID="{6D4C5EC8-933F-4C05-A1BF-498E658576DF}"
|
|
|
|
RootNamespace="VBA"
|
|
|
|
Keyword="MFCProj"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
2007-11-17 10:16:24 +00:00
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
<DefaultToolFile
|
|
|
|
FileName="masm.rules"
|
|
|
|
/>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
2007-11-14 12:41:02 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
UseOfMFC="1"
|
|
|
|
CharacterSet="2"
|
2007-12-02 14:45:47 +00:00
|
|
|
BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm"
|
2007-11-14 12:41:02 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="MASM"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
MkTypLibCompatible="false"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-11-15 08:57:30 +00:00
|
|
|
AdditionalOptions="/MP"
|
2007-11-14 12:41:02 +00:00
|
|
|
Optimization="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
AdditionalIncludeDirectories="..\dependencies\zlib;..\dependencies\libpng;"..\dependencies\File_Extractor-0.4.2\fex";..\dependencies\cximage;..\dependencies\msvc"
|
2007-12-25 16:22:30 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_WARNINGS;MMX;BKPT_SUPPORT;GBA_LOGGING"
|
2007-11-14 12:41:02 +00:00
|
|
|
StringPooling="false"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
SmallerTypeCheck="false"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
StructMemberAlignment="0"
|
|
|
|
BufferSecurityCheck="false"
|
|
|
|
EnableFunctionLevelLinking="false"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
|
|
|
TreatWChar_tAsBuiltInType="false"
|
|
|
|
UsePrecompiledHeader="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
|
2007-11-14 12:41:02 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2007-12-01 10:37:40 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG;_MSC_VER=1400"
|
2007-11-14 12:41:02 +00:00
|
|
|
Culture="1033"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalDependencies="nafxcwd.lib LIBCMTD.lib OpenGL32.Lib dinput8.lib dxguid.lib ddraw.lib winmm.lib Dsound.lib HtmlHelp.lib"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputFile="$(OutDir)\VisualBoyAdvance.exe"
|
2007-11-14 12:41:02 +00:00
|
|
|
Version=""
|
2007-11-17 10:16:24 +00:00
|
|
|
LinkIncremental="2"
|
|
|
|
AdditionalLibraryDirectories=""
|
2007-12-01 11:22:58 +00:00
|
|
|
GenerateManifest="true"
|
|
|
|
AdditionalManifestDependencies="type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'"
|
2007-11-17 10:16:24 +00:00
|
|
|
IgnoreDefaultLibraryNames="nafxcwd.lib;LIBCMTD.lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="1"
|
|
|
|
EnableCOMDATFolding="1"
|
|
|
|
OptimizeForWindows98="1"
|
|
|
|
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"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2007-12-16 19:45:25 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
2007-11-17 10:16:24 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
UseOfMFC="1"
|
|
|
|
CharacterSet="2"
|
2007-12-02 14:45:47 +00:00
|
|
|
BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="MASM"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
MkTypLibCompatible="false"
|
2007-12-16 19:45:25 +00:00
|
|
|
TargetEnvironment="3"
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalOptions="/MP"
|
|
|
|
Optimization="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
AdditionalIncludeDirectories="..\dependencies\zlib;..\dependencies\libpng;"..\dependencies\File_Extractor-0.4.2\fex";..\dependencies\cximage;..\dependencies\msvc"
|
2007-12-25 16:22:30 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_CRT_SECURE_NO_WARNINGS;BKPT_SUPPORT;GBA_LOGGING;C_CORE"
|
2007-12-16 19:45:25 +00:00
|
|
|
StringPooling="false"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
SmallerTypeCheck="false"
|
|
|
|
RuntimeLibrary="1"
|
|
|
|
StructMemberAlignment="0"
|
2007-11-17 10:16:24 +00:00
|
|
|
BufferSecurityCheck="false"
|
2007-12-16 19:45:25 +00:00
|
|
|
EnableFunctionLevelLinking="false"
|
|
|
|
EnableEnhancedInstructionSet="0"
|
|
|
|
TreatWChar_tAsBuiltInType="false"
|
2007-11-17 10:16:24 +00:00
|
|
|
UsePrecompiledHeader="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
|
2007-11-17 10:16:24 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
2007-12-16 19:45:25 +00:00
|
|
|
DebugInformationFormat="3"
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
PreprocessorDefinitions="_DEBUG"
|
2007-11-17 10:16:24 +00:00
|
|
|
Culture="1033"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalDependencies="nafxcwd.lib LIBCMTD.lib OpenGL32.Lib dinput8.lib dxguid.lib ddraw.lib winmm.lib Dsound.lib"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputFile="$(OutDir)\VisualBoyAdvance.exe"
|
2007-11-17 10:16:24 +00:00
|
|
|
Version=""
|
2007-12-16 19:45:25 +00:00
|
|
|
LinkIncremental="2"
|
2007-11-17 10:16:24 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2007-12-01 11:22:58 +00:00
|
|
|
GenerateManifest="true"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalManifestDependencies="type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'"
|
|
|
|
IgnoreDefaultLibraryNames="nafxcwd.lib;LIBCMTD.lib"
|
|
|
|
GenerateDebugInformation="true"
|
2007-11-17 10:16:24 +00:00
|
|
|
SubSystem="2"
|
2007-12-16 19:45:25 +00:00
|
|
|
OptimizeReferences="1"
|
|
|
|
EnableCOMDATFolding="1"
|
2007-11-17 10:16:24 +00:00
|
|
|
OptimizeForWindows98="1"
|
2007-12-16 19:45:25 +00:00
|
|
|
TargetMachine="17"
|
2007-11-17 10:16:24 +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"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2007-12-16 19:45:25 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
2007-11-17 10:16:24 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
UseOfMFC="1"
|
2007-12-16 19:45:25 +00:00
|
|
|
UseOfATL="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
2007-11-17 10:16:24 +00:00
|
|
|
CharacterSet="2"
|
2007-12-16 19:45:25 +00:00
|
|
|
ManagedExtensions="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="MASM"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
MkTypLibCompatible="false"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalOptions="/D_ST_MODEL
/D_SECURE_SCL=0
/Zc:forScope-
/MP"
|
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
WholeProgramOptimization="true"
|
2007-12-02 14:45:47 +00:00
|
|
|
AdditionalIncludeDirectories="..\dependencies\zlib;..\dependencies\libpng;"..\dependencies\File_Extractor-0.4.2\fex";..\dependencies\cximage;..\dependencies\msvc"
|
2007-12-25 16:22:30 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;MMX;BKPT_SUPPORT;GBA_LOGGING;FINAL_VERSION"
|
2007-12-16 19:45:25 +00:00
|
|
|
RuntimeLibrary="0"
|
2007-12-01 23:24:34 +00:00
|
|
|
BufferSecurityCheck="false"
|
2007-12-16 19:45:25 +00:00
|
|
|
EnableEnhancedInstructionSet="1"
|
|
|
|
FloatingPointModel="2"
|
2007-11-17 10:16:24 +00:00
|
|
|
UsePrecompiledHeader="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
|
2007-11-17 10:16:24 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
2007-12-16 19:45:25 +00:00
|
|
|
DebugInformationFormat="0"
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG;_MSC_VER=1400"
|
2007-11-17 10:16:24 +00:00
|
|
|
Culture="1033"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
RegisterOutput="false"
|
|
|
|
IgnoreImportLibrary="false"
|
2007-12-28 23:07:44 +00:00
|
|
|
AdditionalDependencies="nafxcw.lib LIBCMT.lib dinput8.lib winmm.lib dxguid.lib ddraw.lib Dsound.lib htmlhelp.lib"
|
2007-12-16 19:45:25 +00:00
|
|
|
ShowProgress="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputFile="$(OutDir)\VisualBoyAdvance.exe"
|
2007-11-17 10:16:24 +00:00
|
|
|
Version=""
|
2007-12-16 19:45:25 +00:00
|
|
|
LinkIncremental="0"
|
|
|
|
SuppressStartupBanner="true"
|
2007-11-17 10:16:24 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2007-12-01 11:22:58 +00:00
|
|
|
GenerateManifest="true"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalManifestDependencies="type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'"
|
|
|
|
IgnoreAllDefaultLibraries="false"
|
|
|
|
IgnoreDefaultLibraryNames="nafxcw.lib;LIBCMT.lib"
|
|
|
|
GenerateDebugInformation="false"
|
|
|
|
AssemblyDebug="2"
|
|
|
|
GenerateMapFile="false"
|
|
|
|
MapExports="false"
|
2007-11-17 10:16:24 +00:00
|
|
|
SubSystem="2"
|
2007-12-16 19:45:25 +00:00
|
|
|
OptimizeReferences="0"
|
|
|
|
EnableCOMDATFolding="0"
|
2007-11-17 10:16:24 +00:00
|
|
|
OptimizeForWindows98="1"
|
2007-12-16 19:45:25 +00:00
|
|
|
LinkTimeCodeGeneration="1"
|
|
|
|
TargetMachine="1"
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
2007-12-16 19:45:25 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
RelativePath=""
|
|
|
|
UnloadBeforeCopy="false"
|
|
|
|
RegisterOutput="false"
|
|
|
|
VirtualDirectoryName=""
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
2007-12-01 23:24:34 +00:00
|
|
|
ExcludedFromBuild="true"
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2007-12-01 23:24:34 +00:00
|
|
|
Name="Release|x64"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ProjectDir)$(PlatformName)\$(ConfigurationName)_temp"
|
2007-11-17 10:16:24 +00:00
|
|
|
ConfigurationType="1"
|
|
|
|
UseOfMFC="1"
|
2007-12-01 23:24:34 +00:00
|
|
|
UseOfATL="0"
|
|
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
2007-11-17 10:16:24 +00:00
|
|
|
CharacterSet="2"
|
2007-12-01 23:24:34 +00:00
|
|
|
ManagedExtensions="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
BuildLogFile="$(IntDir)\$(ProjectName)_BuildLog.htm"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="MASM"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
PreprocessorDefinitions="_DEBUG"
|
|
|
|
MkTypLibCompatible="false"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2007-12-01 23:24:34 +00:00
|
|
|
AdditionalOptions="/D_ST_MODEL
/D_SECURE_SCL=0
/Zc:forScope-
/MP"
|
|
|
|
Optimization="2"
|
|
|
|
InlineFunctionExpansion="2"
|
|
|
|
FavorSizeOrSpeed="1"
|
|
|
|
WholeProgramOptimization="true"
|
2007-12-02 14:45:47 +00:00
|
|
|
AdditionalIncludeDirectories="..\dependencies\zlib;..\dependencies\libpng;"..\dependencies\File_Extractor-0.4.2\fex";..\dependencies\cximage;..\dependencies\msvc"
|
2007-12-25 16:22:30 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;BKPT_SUPPORT;GBA_LOGGING;FINAL_VERSION;C_CORE"
|
2007-12-01 23:24:34 +00:00
|
|
|
RuntimeLibrary="0"
|
2007-11-17 10:16:24 +00:00
|
|
|
BufferSecurityCheck="false"
|
2007-12-02 14:45:47 +00:00
|
|
|
EnableEnhancedInstructionSet="0"
|
2007-12-01 23:24:34 +00:00
|
|
|
FloatingPointModel="2"
|
2007-11-17 10:16:24 +00:00
|
|
|
UsePrecompiledHeader="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
|
2007-11-17 10:16:24 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
2007-12-01 23:24:34 +00:00
|
|
|
DebugInformationFormat="0"
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
2007-12-01 23:24:34 +00:00
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2007-11-17 10:16:24 +00:00
|
|
|
Culture="1033"
|
|
|
|
AdditionalIncludeDirectories=""
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2007-12-01 23:24:34 +00:00
|
|
|
RegisterOutput="false"
|
|
|
|
IgnoreImportLibrary="false"
|
2007-12-16 19:45:25 +00:00
|
|
|
AdditionalDependencies="nafxcw.lib LIBCMT.lib OpenGL32.Lib dinput8.lib winmm.lib dxguid.lib ddraw.lib Dsound.lib"
|
2007-12-01 23:24:34 +00:00
|
|
|
ShowProgress="0"
|
2007-12-02 14:45:47 +00:00
|
|
|
OutputFile="$(OutDir)\VisualBoyAdvance.exe"
|
2007-11-17 10:16:24 +00:00
|
|
|
Version=""
|
2007-12-01 23:24:34 +00:00
|
|
|
LinkIncremental="0"
|
|
|
|
SuppressStartupBanner="true"
|
2007-11-14 12:41:02 +00:00
|
|
|
AdditionalLibraryDirectories=""
|
2007-12-01 11:22:58 +00:00
|
|
|
GenerateManifest="true"
|
|
|
|
AdditionalManifestDependencies="type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'"
|
2007-12-01 23:24:34 +00:00
|
|
|
IgnoreAllDefaultLibraries="false"
|
|
|
|
IgnoreDefaultLibraryNames="nafxcw.lib;LIBCMT.lib"
|
|
|
|
GenerateDebugInformation="false"
|
|
|
|
AssemblyDebug="2"
|
|
|
|
GenerateMapFile="false"
|
|
|
|
MapExports="false"
|
2007-11-14 12:41:02 +00:00
|
|
|
SubSystem="2"
|
2007-12-01 23:24:34 +00:00
|
|
|
OptimizeReferences="0"
|
|
|
|
EnableCOMDATFolding="0"
|
2007-11-14 12:41:02 +00:00
|
|
|
OptimizeForWindows98="1"
|
2007-12-01 23:24:34 +00:00
|
|
|
LinkTimeCodeGeneration="1"
|
2007-11-17 10:16:24 +00:00
|
|
|
TargetMachine="17"
|
2007-11-14 12:41:02 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
2007-12-01 23:24:34 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
RelativePath=""
|
|
|
|
UnloadBeforeCopy="false"
|
|
|
|
RegisterOutput="false"
|
|
|
|
VirtualDirectoryName=""
|
2007-11-14 12:41:02 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="Filters"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\2xSaI.cpp"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
WholeProgramOptimization="true"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
WholeProgramOptimization="true"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\2xSaImmx.asm"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
2007-12-10 12:35:55 +00:00
|
|
|
CommandLine="nasm -d__DJGPP__ -O1 -fwin32 -g -Xvc -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
2007-12-02 14:45:47 +00:00
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-11-14 12:41:02 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
2007-12-16 19:45:25 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
2007-12-16 19:45:25 +00:00
|
|
|
CommandLine="nasm -d__DJGPP__ -O1 -fwin64 -g -Xvc -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
2007-12-02 14:45:47 +00:00
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
<FileConfiguration
|
2007-12-16 19:45:25 +00:00
|
|
|
Name="Release|Win32"
|
2007-11-14 12:41:02 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
2007-12-16 19:45:25 +00:00
|
|
|
CommandLine="nasm -d__DJGPP__ -O1 -fwin32 -Xvc -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
2007-12-02 14:45:47 +00:00
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-11-14 12:41:02 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
2007-12-01 23:24:34 +00:00
|
|
|
Name="Release|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
2007-12-12 18:36:39 +00:00
|
|
|
CommandLine="nasm -d__DJGPP__ -O1 -fwin64 -Xvc -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
2007-12-02 14:45:47 +00:00
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-11-17 10:16:24 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\admame.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\bilinear.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\interframe.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\motionblur.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\pixel.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-17 07:09:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\rpi.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\scanline.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\simpleFilter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Functionality"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\armdis.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Cheats.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\CheatSearch.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gbafilter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\getopt.c"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\getopt1.c"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\memgzio.c"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
</File>
|
2007-12-27 14:31:27 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Reg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\Text.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Util.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="GBA"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\agbprint.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\bios.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\EEprom.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\elf.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Flash.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-01 22:27:30 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\GBA-arm.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\GBA-thumb.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\GBA.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Gfx.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Globals.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Mode0.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Mode1.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Mode2.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Mode3.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Mode4.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Mode5.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\remote.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\RTC.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Sound.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Sram.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="GB"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbCheats.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbDis.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbGfx.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbGlobals.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbMemory.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbPrinter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbSGB.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbSound.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-04 09:08:44 +00:00
|
|
|
<Filter
|
|
|
|
Name="GB APU"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Blip_Buffer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Effects_Buffer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Gb_Apu.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Gb_Apu_State.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Gb_Oscs.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Multi_Buffer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="UI"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AboutDialog.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AccelEditor.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AcceleratorManager.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Associate.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AVIWrite.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\BitmapControl.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\CmdAccelOb.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ColorButton.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ColorControl.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Commands.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Directories.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Disassemble.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ExportGSASnapshot.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\FileDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GameOverrides.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBACheats.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GDBConnection.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GSACodeSelect.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Hyperlink.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\IOViewer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Joypad.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\KeyboardEdit.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\LangSelect.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Logging.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MapView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MaxScale.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MemoryViewer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MemoryViewerAddressSize.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MemoryViewerDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ModeConfirm.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-06 14:23:43 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\OALConfig.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\OamView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\PaletteView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\PaletteViewControl.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ResizeDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\RewindInterval.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\RomInfo.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-17 07:09:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\SelectPlugin.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\skin.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\skinButton.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\StringTokenizer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Throttle.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\TileView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\VideoMode.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\WavWriter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\WinResUtil.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ZoomControl.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="GB"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBCheatsDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBColorDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBDisassemble.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBMapView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBMemoryViewerDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBOamView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBPaletteView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBPrinterDlg.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBTileView.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2007-12-06 14:23:43 +00:00
|
|
|
<Filter
|
|
|
|
Name="MainWnd"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWnd.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWndCheats.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWndFile.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWndHelp.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWndOptions.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWndTools.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Main"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\stdafx.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\VBA.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="IO"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Direct3D.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\DirectDraw.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\DirectInput.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\DirectSound.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\glfont.c"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
2007-12-16 19:45:25 +00:00
|
|
|
Name="Debug|x64"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
<FileConfiguration
|
2007-12-16 19:45:25 +00:00
|
|
|
Name="Release|Win32"
|
2007-11-14 12:41:02 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-17 10:16:24 +00:00
|
|
|
<FileConfiguration
|
2007-12-01 23:24:34 +00:00
|
|
|
Name="Release|x64"
|
2007-11-17 10:16:24 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-11-14 12:41:02 +00:00
|
|
|
</File>
|
2007-12-12 18:36:39 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\LoadOAL.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
2007-12-05 23:22:37 +00:00
|
|
|
RelativePath=".\src\win32\OpenAL.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-11-14 12:41:02 +00:00
|
|
|
RelativePath=".\src\win32\OpenGL.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Linking"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Link.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Link.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\LinkOptions.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\LinkOptions.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
|
|
|
<Filter
|
|
|
|
Name="GB"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbCheats.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbCodes.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbCodesCB.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbGlobals.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbMemory.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbPrinter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbSGB.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gbSound.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-12 18:36:39 +00:00
|
|
|
<Filter
|
|
|
|
Name="GB APU"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\blargg_common.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\blargg_config.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\blargg_source.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Blip_Buffer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Effects_Buffer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Gb_Apu.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Gb_Oscs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\gb\gb_apu\Multi_Buffer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Filters"
|
|
|
|
>
|
2007-11-17 07:09:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\rpi.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="GBA"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\agbprint.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\bios.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\EEprom.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\elf.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Flash.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\GBA.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-15 11:20:16 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\GBAcpu.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\GBAinline.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Gfx.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Globals.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\RTC.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Sound.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Sram.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\System.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Functionality"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\armdis.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Cheats.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\CheatSearch.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\getopt.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\memgzio.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\NLS.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Port.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-27 14:31:27 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Reg.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\Text.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\unzip.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\Util.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="UI"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AboutDialog.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AccelEditor.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AcceleratorManager.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Associate.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\AVIWrite.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\BitmapControl.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\CmdAccelOb.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ColorButton.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ColorControl.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Directories.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Disassemble.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ExportGSASnapshot.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\FileDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBACheats.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GDBConnection.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GSACodeSelect.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Hyperlink.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\IOViewer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\IOViewerRegs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\IUpdate.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Joypad.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\KeyboardEdit.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\LangSelect.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Logging.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MainWnd.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MapView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MaxScale.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MemoryViewer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MemoryViewerAddressSize.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\MemoryViewerDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ModeConfirm.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-06 14:23:43 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\OALConfig.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\OamView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\PaletteView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\PaletteViewControl.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ResizeDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\RewindInterval.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\RomInfo.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-17 07:09:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\SelectPlugin.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-01 13:42:24 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\skin.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\StringTokenizer.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Throttle.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\TileView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\UniVideoModeDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\VideoMode.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\WavWriter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\WinHelper.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\WinResUtil.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\ZoomControl.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="GB"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBCheatsDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBColorDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBDisassemble.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBMapView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBMemoryViewerDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBOamView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBPaletteView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBPrinterDlg.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\GBTileView.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="IO"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Display.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Input.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-12 18:36:39 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\LoadOAL.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\Sound.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Main"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\stdafx.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\VBA.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Res"
|
|
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
|
|
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\res\DevInfo.txt"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\res\gpl.txt"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\res\Known Bugs.txt"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\res\ReadMe.txt"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-02 14:45:47 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\resource.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\VBA.rc"
|
|
|
|
>
|
|
|
|
</File>
|
2007-12-01 10:37:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\src\win32\vba.rc2"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Filter>
|
2007-12-25 20:11:50 +00:00
|
|
|
<Filter
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="hq"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Filter
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="c"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\c\hq3x_pattern.h"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\c\hq4x_pattern.h"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\c\hq_base.h"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\c\hq_implementation.cpp"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
2007-12-30 20:09:14 +00:00
|
|
|
ExcludedFromBuild="true"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2007-12-30 20:09:14 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\hq\c\hq_shared.h"
|
|
|
|
>
|
2007-12-25 20:11:50 +00:00
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|Win32"
|
|
|
|
ExcludedFromBuild="true"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2007-12-30 20:09:14 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="asm"
|
|
|
|
>
|
2007-12-25 20:11:50 +00:00
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\hq3x32.cpp"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\hq3x32.h"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCLCompilerTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\hq3x_16.asm"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2007-12-30 20:09:14 +00:00
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\hq3x_32.asm"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2007-12-30 20:09:14 +00:00
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\hq4x_16.asm"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\hq4x_32.asm"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
2007-12-30 20:09:14 +00:00
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Assembling $(InputFileName)..."
|
|
|
|
CommandLine="nasm -O1 -i"src/hq/asm/" -fwin32 -Xvc -w-orphan-labels -o"$(IntDir)\$(InputName).obj" -- "$(InputPath)"
"
|
|
|
|
Outputs=""$(IntDir)\$(InputName).obj""
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="VCCustomBuildTool"
|
2007-12-25 20:11:50 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2007-12-30 20:09:14 +00:00
|
|
|
RelativePath=".\src\hq\asm\macros.mac"
|
2007-12-25 20:11:50 +00:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Debug|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|Win32"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2007-12-30 20:09:14 +00:00
|
|
|
Name="Release|x64"
|
2007-12-25 20:11:50 +00:00
|
|
|
ExcludedFromBuild="true"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2007-12-30 20:09:14 +00:00
|
|
|
<Filter
|
|
|
|
Name="old"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\hq2x.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\hq2x.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\interp.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\src\lq2x.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2007-12-25 20:11:50 +00:00
|
|
|
</Filter>
|
2007-11-14 12:41:02 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
<Global
|
|
|
|
Name="RESOURCE_FILE"
|
2007-12-01 13:42:24 +00:00
|
|
|
Value="src\win32\VBA.rc"
|
2007-11-14 12:41:02 +00:00
|
|
|
/>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|