diladele / webproxy

Web Filtering Proxy for Microsoft Windows is a web filtering proxy and secure web gateway for Microsoft Windows. It can decrypt HTTPS traffic, filter HTTP requests and responses and inspect contents of HTML pages. The product deployed as a network service in Microsoft Windows and is managed by using Microsoft Management Console.
https://www.diladele.com/webproxy/
5 stars 3 forks source link

try moving to vs2022 (research pandas build) #647

Closed ra-at-diladele-com closed 9 months ago

ra-at-diladele-com commented 1 year ago

The MMC snapin will need to target .Net Framework 4.8 (not 4.5 like now)

ra-at-diladele-com commented 1 year ago

It is now clear how the pandas is to be built using vs2022 - need to reseach

ra-at-diladele-com commented 1 year ago

To change the C++ project to VS2022 from VS2019 we have - only the following need to be changed: <VCProjectVersion>16.0</VCProjectVersion> becomes <VCProjectVersion>17.0</VCProjectVersion> and <PlatformToolset>v142</PlatformToolset> becomes <PlatformToolset>v143</PlatformToolset>