updated project references to VS2022 toolchain and new submodule structure

This commit is contained in:
2021-12-14 09:12:03 -07:00
parent d7c0b5cf19
commit ede0269796
9 changed files with 429 additions and 11 deletions

9
.gitmodules vendored Normal file
View File

@@ -0,0 +1,9 @@
[submodule ".\\foo_httpcontrol\\lib\\zlib"]
path = .\\foo_httpcontrol\\lib\\zlib
url = https://github.com/madler/zlib.git
[submodule ".\\foo_httpcontrol\\lib\\foobar2000-sdk"]
path = .\\foo_httpcontrol\\lib\\foobar2000-sdk
url = ssh://git@git.mikahchapman.com:7999/mchapman/foobar2000-sdk.git
[submodule ".\\foo_httpcontrol\\lib\\wtl"]
path = .\\foo_httpcontrol\\lib\\wtl
url = ssh://git@git.mikahchapman.com:7999/mchapman/WindowsTemplateLibrary.git