2012-12-24 10:20:23 -05:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2016-04-24 12:45:47 -04:00
|
|
|
Version="9.00"
|
2012-12-24 10:20:23 -05: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"
|
2016-03-22 12:45:25 -04:00
|
|
|
Description="embed manifest"
|
2016-06-04 12:45:32 -04:00
|
|
|
CommandLine="mt.exe -nologo -manifest dxwnd.dll.manifest -outputresource:"../Debug/dxwnd.dll;#1
"
|
2016-03-22 12:45:25 -04:00
|
|
|
Outputs="manifest.out.txt"
|
2012-12-24 10:20:23 -05:00
|
|
|
/>
|
|
|
|
<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"
|
2015-07-01 12:40:14 -04:00
|
|
|
AdditionalIncludeDirectories=".;../Include"
|
2012-12-24 10:20:23 -05:00
|
|
|
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"
|
2014-10-30 12:39:54 -04:00
|
|
|
Culture="0"
|
2012-12-24 10:20:23 -05:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2015-04-10 12:42:09 -04:00
|
|
|
AdditionalDependencies="shlwapi.lib odbc32.lib odbccp32.lib libMinHook.x86.lib OpenGl32.lib"
|
2012-12-24 10:20:23 -05:00
|
|
|
OutputFile="../Debug/dxwnd.dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
SuppressStartupBanner="true"
|
2015-07-01 12:40:14 -04:00
|
|
|
AdditionalLibraryDirectories=""
|
|
|
|
IgnoreAllDefaultLibraries="false"
|
|
|
|
IgnoreDefaultLibraryNames=""
|
2012-12-24 10:20:23 -05:00
|
|
|
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"
|
2016-03-22 12:45:25 -04:00
|
|
|
Description="embed manifest"
|
2016-06-04 12:45:32 -04:00
|
|
|
CommandLine="mt.exe -nologo -manifest dxwnd.dll.manifest -outputresource:"../Release/dxwnd.dll;#1
"
|
2016-03-22 12:45:25 -04:00
|
|
|
Outputs="manifest.out.txt"
|
2012-12-24 10:20:23 -05:00
|
|
|
/>
|
|
|
|
<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"
|
2014-11-19 11:40:00 -05:00
|
|
|
OpenMP="true"
|
2012-12-24 10:20:23 -05:00
|
|
|
PrecompiledHeaderFile=".\Release/dxwnd.pch"
|
|
|
|
AssemblerListingLocation=".\Release/"
|
|
|
|
ObjectFile=".\Release/"
|
|
|
|
ProgramDataBaseFileName=".\Release/"
|
|
|
|
WarningLevel="3"
|
|
|
|
SuppressStartupBanner="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
PreprocessorDefinitions="NDEBUG"
|
2015-12-15 11:42:37 -05:00
|
|
|
Culture="0"
|
2012-12-24 10:20:23 -05:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2015-04-10 12:42:09 -04:00
|
|
|
AdditionalDependencies=" libMinHook.x86.lib OpenGl32.lib"
|
2012-12-24 10:20:23 -05:00
|
|
|
OutputFile="../Release/dxwnd.dll"
|
|
|
|
LinkIncremental="1"
|
|
|
|
SuppressStartupBanner="true"
|
2016-03-22 12:45:25 -04:00
|
|
|
GenerateManifest="false"
|
|
|
|
ManifestFile=""
|
2012-12-24 10:20:23 -05:00
|
|
|
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"
|
|
|
|
>
|
2013-10-08 12:38:12 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\advapi.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-01-24 11:40:16 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\avifile.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-06-21 12:46:09 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\comctl32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-06-22 12:40:59 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\comdlg32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-10-05 12:45:56 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\cpulimit.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-12-13 11:40:09 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\d3dtexture.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-01-31 11:40:19 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\ddblit.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-11-26 11:48:21 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\ddcreates.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-04-27 12:19:14 -04:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\ddraw.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2016-01-06 11:46:05 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\ddrawex.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-11-03 11:40:28 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\ddshot.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-12-13 11:40:09 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\ddtexture.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2017-01-20 11:49:41 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dibdump.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-02-06 11:19:16 -05:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\dinput.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2015-01-24 11:40:16 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dsound.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-01-24 11:38:44 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dwhide.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\dxdiaghook.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
</File>
|
2013-12-02 11:17:07 -05:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\dxemublt.cpp"
|
2013-12-02 11:17:07 -05:00
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\dxhelper.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath="dxhook.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2016-09-19 12:47:15 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\dxmapping.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\dxwcore.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath="dxwnd.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath="dxwnd.def"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\dxwnd.rc"
|
|
|
|
>
|
|
|
|
</File>
|
2015-05-23 12:40:49 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\dxwsstack.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\dxwwstack.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-10-14 12:47:39 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\emulateddc.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2017-01-27 11:49:51 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\fontstack.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-07-21 12:38:09 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\gdi32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-01-24 11:40:16 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\gdiblt.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-01-19 11:38:43 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\glide.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-07-21 12:38:09 -04:00
|
|
|
<File
|
|
|
|
RelativePath="hd3d.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions=""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2013-11-10 11:38:21 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\hd3d7.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-12-13 11:40:09 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\hd3d8.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\hd3d9.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-01-03 11:40:25 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\hexdump.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-07-24 12:46:36 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\hint.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-05-14 12:39:12 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\hotpatch.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\iatpatch.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2014-08-10 12:39:50 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\imagehlp.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-12-02 11:17:07 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\imelib.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-07-01 12:40:14 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\Inject.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-04-16 12:19:12 -04:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\kernel32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-06-04 12:45:32 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\mincaps.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-10-25 12:42:15 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\msghook.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-04-03 12:42:48 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\msims32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-07-21 12:38:09 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\msvfw.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\ole32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\opengl.cpp"
|
2013-04-16 12:19:12 -04:00
|
|
|
>
|
|
|
|
</File>
|
2017-01-22 11:49:46 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\queryint.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-04-03 12:42:48 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\shareddc.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-12-10 11:47:35 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\smack.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-01-19 11:42:45 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\supmodes.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-04-24 12:45:47 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\toggle_fs.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
2013-07-21 12:38:09 -04:00
|
|
|
RelativePath=".\user32.cpp"
|
2012-12-24 10:20:23 -05:00
|
|
|
>
|
|
|
|
</File>
|
2016-12-22 11:48:51 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\wing32.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-04-04 12:17:08 -04:00
|
|
|
<File
|
2013-06-15 12:21:25 -04:00
|
|
|
RelativePath=".\winmm.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-10-25 12:42:15 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\winproc.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2013-06-15 12:21:25 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\wintrust.cpp"
|
2013-04-04 12:17:08 -04:00
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
|
|
>
|
2016-12-19 11:48:46 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dxdds.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dxhelper.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="dxhook.h"
|
|
|
|
>
|
|
|
|
</File>
|
2013-01-04 10:30:38 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dxwcore.hpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-04-01 12:42:40 -04:00
|
|
|
<File
|
|
|
|
RelativePath="..\Include\dxwnd.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\glhook.h"
|
|
|
|
>
|
|
|
|
</File>
|
2014-01-19 11:38:43 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\glidehook.h"
|
|
|
|
>
|
|
|
|
</File>
|
2014-07-13 12:39:33 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\hd3d.doc.hpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-01-19 11:42:45 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\hddraw.h"
|
|
|
|
>
|
|
|
|
</File>
|
2016-09-29 12:47:27 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\logall.h"
|
|
|
|
>
|
|
|
|
</File>
|
2013-04-16 12:19:12 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\msvfwhook.h"
|
|
|
|
>
|
|
|
|
</File>
|
2016-12-10 11:47:35 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\rad.h"
|
|
|
|
>
|
|
|
|
</File>
|
2013-12-02 11:17:07 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\resource.h"
|
|
|
|
>
|
|
|
|
</File>
|
2016-04-03 12:42:48 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\shareddc.hpp"
|
|
|
|
>
|
|
|
|
</File>
|
2016-12-10 11:47:35 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\smack.h"
|
|
|
|
>
|
|
|
|
</File>
|
2016-12-16 11:48:42 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\stb_dxt.h"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\syslibs.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Resource Files"
|
|
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
|
|
>
|
2015-05-11 12:42:20 -04:00
|
|
|
<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>
|
2013-12-02 11:17:07 -05:00
|
|
|
<File
|
|
|
|
RelativePath=".\dxwbanner.bmp"
|
|
|
|
>
|
|
|
|
</File>
|
2015-05-11 12:42:20 -04:00
|
|
|
<File
|
|
|
|
RelativePath=".\fire1.bmp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\fire2.bmp"
|
|
|
|
>
|
|
|
|
</File>
|
2012-12-24 10:20:23 -05:00
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|