Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jul 25, 2025

This PR updates the Visual Studio sample solution and project files to support Visual Studio 2022 and removes 32-bit platform support as requested.

Changes Made

Solution File (samples/Samples.sln)

  • Updated Visual Studio version from 14 (VS2015) to Version 17 (VS2022)
  • Updated VisualStudioVersion to 17.0.31903.59
  • Removed all x86/Win32 platform configurations
  • Retained only x64 Debug and Release configurations

Project File (samples/CalcTest/CalcTest.vcxproj)

  • Updated ToolsVersion from 12.0 to 17.0 (VS2022 compatibility)
  • Completely removed Win32 platform configurations
  • Changed default platform from Win32 to x64
  • Updated TargetVersion from Windows7 to Windows10
  • Removed all Win32-specific PropertyGroups and ItemDefinitionGroups
  • Updated PrecompiledHeader conditions to only include x64 configurations

Documentation (README.md)

  • Updated requirements from "Visual Studio 2010 and higher" to "Visual Studio 2022 and higher"
  • Updated minimum OS requirement from "Windows XP and higher" to "Windows 10 and higher"
  • Updated samples section to reference VS2022 instead of VS2015

Verification

  • All modified XML files pass syntax validation
  • Changes are minimal and surgical (72 lines removed, 9 lines added)
  • Only x64 platform configurations remain
  • All Win32/x86 references have been completely removed

The sample project now targets modern development environments while maintaining compatibility with the kernel-mode driver development workflow.

Fixes #19.

Warning

Firewall rules blocked me from connecting to one or more addresses

I tried to connect to the following addresses, but was blocked by firewall rules:

  • esm.ubuntu.com
    • Triggering command: /usr/lib/apt/methods/https (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
Copilot AI changed the title [WIP] Update sample solution and project to VS2022 Update sample solution and project to VS2022, drop 32-bit platform Jul 25, 2025
Copilot AI requested a review from SergiusTheBest July 25, 2025 15:30
Co-authored-by: SergiusTheBest <4660722+SergiusTheBest@users.noreply.github.com>
@SergiusTheBest SergiusTheBest marked this pull request as ready for review July 25, 2025 15:43
@SergiusTheBest SergiusTheBest merged commit f2dc264 into master Jul 25, 2025
@SergiusTheBest SergiusTheBest deleted the copilot/fix-19 branch July 25, 2025 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update sample solution and project to VS2022

2 participants