mirror of
https://github.com/DxWnd/DxWnd.reloaded
synced 2024-12-30 09:25:35 +01:00
667 lines
12 KiB
XML
667 lines
12 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="dxwnd"
|
|
ProjectGUID="{579E7FE7-2745-4100-A802-23511711FCDE}"
|
|
RootNamespace="dxwnd"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory=".\Debug"
|
|
IntermediateDirectory=".\Debug"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="embed manifest"
|
|
CommandLine="mt.exe -nologo -manifest dxwnd.dll.manifest -outputresource:"../Debug/dxwnd.dll;#1
"
|
|
Outputs="manifest.out.txt"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Debug/dxwnd.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/IInclude"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=".;../Include"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DXWND_EXPORTS"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="2"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
PrecompiledHeaderFile=".\Debug/dxwnd.pch"
|
|
AssemblerListingLocation=".\Debug/"
|
|
ObjectFile=".\Debug/"
|
|
ProgramDataBaseFileName=".\Debug/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="0"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="shlwapi.lib odbc32.lib odbccp32.lib libMinHook.x86.lib OpenGl32.lib"
|
|
OutputFile="../Debug/dxwnd.dll"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""
|
|
IgnoreAllDefaultLibraries="false"
|
|
IgnoreDefaultLibraryNames=""
|
|
ModuleDefinitionFile=".\dxwnd.def"
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile=".\Debug/dxwnd.pdb"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary=".\Debug/dxwnd.lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile=".\Debug/dxwnd.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory=".\Release"
|
|
IntermediateDirectory=".\Release"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
Description="embed manifest"
|
|
CommandLine="mt.exe -nologo -manifest dxwnd.dll.manifest -outputresource:"../Release/dxwnd.dll;#1
"
|
|
Outputs="manifest.out.txt"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="true"
|
|
SuppressStartupBanner="true"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/dxwnd.tlb"
|
|
HeaderFileName=""
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../Include"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DXWND_EXPORTS"
|
|
StringPooling="true"
|
|
ExceptionHandling="2"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
OpenMP="true"
|
|
PrecompiledHeaderFile=".\Release/dxwnd.pch"
|
|
AssemblerListingLocation=".\Release/"
|
|
ObjectFile=".\Release/"
|
|
ProgramDataBaseFileName=".\Release/"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="0"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies=" libMinHook.x86.lib OpenGl32.lib"
|
|
OutputFile="../Release/dxwnd.dll"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
GenerateManifest="false"
|
|
ManifestFile=""
|
|
ModuleDefinitionFile=".\dxwnd.def"
|
|
ProgramDatabaseFile=".\Release/dxwnd.pdb"
|
|
RandomizedBaseAddress="1"
|
|
DataExecutionPrevention="0"
|
|
ImportLibrary=".\Release/dxwnd.lib"
|
|
TargetMachine="1"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
OutputFile=".\Release/dxwnd.bsc"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath=".\advapi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\avifile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\comctl32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\comdlg32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cpulimit.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\d3dtexture.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ddblit.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ddcreates.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ddraw.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ddrawex.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ddshot.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ddtexture.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dibdump.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dinput.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dsound.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dwhide.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxdiaghook.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxemublt.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxhelper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="dxhook.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxmapping.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxwcore.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="dxwnd.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="dxwnd.def"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxwnd.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxwsstack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxwwstack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\emulateddc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\fontstack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gdi32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\gdiblt.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\glide.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="hd3d.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions=""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hd3d7.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hd3d8.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hd3d9.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hexdump.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hotpatch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\iatpatch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\imagehlp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\imelib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Inject.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\kernel32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mincaps.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\msghook.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\msims32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\msvfw.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ole32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\opengl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\queryint.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\shareddc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\smack.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\supmodes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\toggle_fs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\user32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\wing32.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\winmm.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\winproc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\wintrust.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath=".\dxdds.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxhelper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="dxhook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxwcore.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Include\dxwnd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\glhook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\glidehook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hd3d.doc.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\hddraw.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\logall.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\msvfwhook.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\rad.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\shareddc.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\smack.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stb_dxt.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\syslibs.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
>
|
|
<File
|
|
RelativePath=".\bitmap1.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bitmap2.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bmp00001.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\bmp00002.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cross.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dxwbanner.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\fire1.bmp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\fire2.bmp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|