Rename wow_xframe_eh test to xframe_eh. Target latest Windows SDK.
This commit is contained in:
Родитель
f80812718c
Коммит
8bfb4b95cd
|
@ -34,7 +34,7 @@
|
|||
<ProjectGuid>{11B784C2-C49D-43A4-8672-F227D3532983}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>nestedcollided</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
|
|
@ -5,9 +5,9 @@ VisualStudioVersion = 15.0.28216.51
|
|||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xcpt4", "xcpt4\xcpt4.vcxproj", "{5D4FA065-5A6D-44A7-9352-0FB1F9814F35}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wow_xframe_eh_exe", "wow_xframe_eh_exe\wow_xframe_eh_exe.vcxproj", "{7CF1A0C7-1724-4781-A997-9A5A05734501}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xframe_eh_exe", "xframe_eh_exe\xframe_eh_exe.vcxproj", "{7CF1A0C7-1724-4781-A997-9A5A05734501}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wow_xframe_eh_dll", "wow_xframe_eh_dll\wow_xframe_eh_dll.vcxproj", "{8F6A8632-BDB4-42D5-A4BD-D2C33239BFFD}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "xframe_eh_dll", "xframe_eh_dll\xframe_eh_dll.vcxproj", "{8F6A8632-BDB4-42D5-A4BD-D2C33239BFFD}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nested_collided", "nested_collided\nested_collided.vcxproj", "{11B784C2-C49D-43A4-8672-F227D3532983}"
|
||||
EndProject
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
<ProjectGuid>{5D4FA065-5A6D-44A7-9352-0FB1F9814F35}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>xcpt4</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
LIBRARY wow_xframe_eh_dll
|
||||
LIBRARY xframe_eh_dll
|
||||
|
||||
EXPORTS
|
||||
setup_data_dll
|
|
@ -4,7 +4,7 @@ Copyright (c) Microsoft Corporation
|
|||
|
||||
Module Name:
|
||||
|
||||
wow_xframe_eh_dll.c
|
||||
xframe_eh_dll.c
|
||||
|
||||
Abstract:
|
||||
|
|
@ -27,17 +27,17 @@
|
|||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="wow_xframe_eh_dll.c" />
|
||||
<ClCompile Include="xframe_eh_dll.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="wow_xframe_eh_dll.DEF" />
|
||||
<None Include="xframe_eh_dll.DEF" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{8F6A8632-BDB4-42D5-A4BD-D2C33239BFFD}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>wowxframeehdll</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||
|
@ -138,7 +138,7 @@
|
|||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ModuleDefinitionFile>wow_xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
|
@ -153,7 +153,7 @@
|
|||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ModuleDefinitionFile>wow_xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
|
@ -168,7 +168,7 @@
|
|||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ModuleDefinitionFile>wow_xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
|
@ -183,7 +183,7 @@
|
|||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ModuleDefinitionFile>wow_xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
|
@ -203,7 +203,7 @@
|
|||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ModuleDefinitionFile>wow_xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
|
@ -223,7 +223,7 @@
|
|||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||
<ModuleDefinitionFile>wow_xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
<ModuleDefinitionFile>xframe_eh_dll.def</ModuleDefinitionFile>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
@ -4,7 +4,7 @@ Copyright (c) Microsoft Corporation
|
|||
|
||||
Module Name:
|
||||
|
||||
wow_xframe_eh_exe.c
|
||||
xframe_eh_exe.c
|
||||
|
||||
Abstract:
|
||||
|
||||
|
@ -68,7 +68,7 @@ LoadXframeDll()
|
|||
HMODULE hXframeDll;
|
||||
SETUP_DATA_FUNCTION setup_fault_function;
|
||||
|
||||
hXframeDll = LoadLibraryExW(L"wow_xframe_eh_dll.dll", NULL, 0);
|
||||
hXframeDll = LoadLibraryExW(L"xframe_eh_dll.dll", NULL, 0);
|
||||
if (hXframeDll == NULL)
|
||||
__debugbreak();
|
||||
|
|
@ -27,14 +27,14 @@
|
|||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="wow_xframe_eh_exe.c" />
|
||||
<ClCompile Include="xframe_eh_exe.c" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<VCProjectVersion>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{7CF1A0C7-1724-4781-A997-9A5A05734501}</ProjectGuid>
|
||||
<Keyword>Win32Proj</Keyword>
|
||||
<RootNamespace>wowxframeehexe</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
Загрузка…
Ссылка в новой задаче