aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/windows-bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/windows-bootstrap')
-rw-r--r--toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj b/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj
index 334532a36..240b0115b 100644
--- a/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj
+++ b/toolsrc/windows-bootstrap/vcpkglib/vcpkglib.vcxproj
@@ -225,6 +225,7 @@
<ClInclude Include="..\..\include\vcpkg\portfileprovider.h" />
<ClInclude Include="..\..\include\vcpkg\postbuildlint.h" />
<ClInclude Include="..\..\include\vcpkg\postbuildlint.buildtype.h" />
+ <ClInclude Include="..\..\include\vcpkg\registries.h" />
<ClInclude Include="..\..\include\vcpkg\remove.h" />
<ClInclude Include="..\..\include\vcpkg\sourceparagraph.h" />
<ClInclude Include="..\..\include\vcpkg\statusparagraph.h" />
@@ -294,6 +295,7 @@
<ClCompile Include="..\..\src\vcpkg\commands.upgrade.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.version.cpp" />
<ClCompile Include="..\..\src\vcpkg\commands.xvsinstances.cpp" />
+ <ClCompile Include="..\..\src\vcpkg\configuration.cpp" />
<ClCompile Include="..\..\src\vcpkg\dependencies.cpp" />
<ClCompile Include="..\..\src\vcpkg\export.cpp" />
<ClCompile Include="..\..\src\vcpkg\export.chocolatey.cpp" />
@@ -310,6 +312,7 @@
<ClCompile Include="..\..\src\vcpkg\portfileprovider.cpp" />
<ClCompile Include="..\..\src\vcpkg\postbuildlint.buildtype.cpp" />
<ClCompile Include="..\..\src\vcpkg\postbuildlint.cpp" />
+ <ClCompile Include="..\..\src\vcpkg\registries.cpp" />
<ClCompile Include="..\..\src\vcpkg\remove.cpp" />
<ClCompile Include="..\..\src\vcpkg\sourceparagraph.cpp" />
<ClCompile Include="..\..\src\vcpkg\statusparagraph.cpp" />