Skip to content
Snippets Groups Projects
Commit 61dc97b5 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Update the Windows Kit path (with needed NTDDK #include files) to 10.0.22621.0

This is version installed with MSVC 2022
parent 1ad3450c
Branches
Tags
1 merge request!455Update branch with changes from master
......@@ -28,7 +28,6 @@
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{af4dbbf1-f99a-4dff-8991-0b98b581151b}</ProjectGuid>
<RootNamespace>sbbsexec</RootNamespace>
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
......@@ -63,16 +62,16 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<TargetName>sbbsexec</TargetName>
<IncludePath>c:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared;c:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um;$(IncludePath)</IncludePath>
<LibraryPath>c:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\um\x86;$(LibraryPath)</LibraryPath>
<IncludePath>c:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\shared;c:\Program Files (x86)\Windows Kits\10\Include\10.0.22621.0\um;$(IncludePath)</IncludePath>
<LibraryPath>c:\Program Files (x86)\Windows Kits\10\Lib\10.0.22621.0\um\x86;$(LibraryPath)</LibraryPath>
<OutDir>.\msvc.win32.dll.debug\</OutDir>
<IntDir>.\msvc.win32.debug\sbbsexec\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<TargetName>sbbsexec</TargetName>
<IncludePath>c:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared;c:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um;$(IncludePath)</IncludePath>
<LibraryPath>c:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\um\x86;$(LibraryPath)</LibraryPath>
<IncludePath>c:\Program Files (x86)\Windows Kits\10\Include\$(TargetUniversalCRTVersion)\shared;c:\Program Files (x86)\Windows Kits\10\Include\$(TargetUniversalCRTVersion)\um;$(IncludePath)</IncludePath>
<LibraryPath>c:\Program Files (x86)\Windows Kits\10\Lib\$(TargetUniversalCRTVersion)\um\x86;$(LibraryPath)</LibraryPath>
<OutDir>.\msvc.win32.dll.release\</OutDir>
<IntDir>.\msvc.win32.release\sbbsexec\</IntDir>
</PropertyGroup>
......@@ -115,4 +114,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment