diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2020-12-06 15:26:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-06 15:26:58 -0800 |
| commit | 6dfe1be6fa865be127756db039d1bd79e30fd7cc (patch) | |
| tree | f00420879fe46be0aace4d86030768f6eaedb742 /toolsrc/windows-bootstrap | |
| parent | 5e7794f3f2784f953d4ca8a92cd816f65cebf41f (diff) | |
| download | vcpkg-6dfe1be6fa865be127756db039d1bd79e30fd7cc.tar.gz vcpkg-6dfe1be6fa865be127756db039d1bd79e30fd7cc.zip | |
[vcpkg] Add --nuget-description option for `vcpkg export` (#14953)
Diffstat (limited to 'toolsrc/windows-bootstrap')
| -rw-r--r-- | toolsrc/windows-bootstrap/vcpkg.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/windows-bootstrap/vcpkg.vcxproj b/toolsrc/windows-bootstrap/vcpkg.vcxproj index 16de6e9c4..b11d5540c 100644 --- a/toolsrc/windows-bootstrap/vcpkg.vcxproj +++ b/toolsrc/windows-bootstrap/vcpkg.vcxproj @@ -205,6 +205,7 @@ <ClInclude Include="..\include\vcpkg\base\unicode.h" />
<ClInclude Include="..\include\vcpkg\base\util.h" />
<ClInclude Include="..\include\vcpkg\base\view.h" />
+ <ClInclude Include="..\include\vcpkg\base\xmlserializer.h" />
<ClInclude Include="..\include\vcpkg\base\zstringview.h" />
<ClInclude Include="..\include\vcpkg\binarycaching.h" />
<ClInclude Include="..\include\vcpkg\binaryparagraph.h" />
@@ -296,6 +297,7 @@ <ClCompile Include="..\src\vcpkg\base\system.print.cpp" />
<ClCompile Include="..\src\vcpkg\base\system.process.cpp" />
<ClCompile Include="..\src\vcpkg\base\unicode.cpp" />
+ <ClCompile Include="..\src\vcpkg\base\xmlserializer.cpp" />
<ClCompile Include="..\src\vcpkg\binarycaching.cpp" />
<ClCompile Include="..\src\vcpkg\binaryparagraph.cpp" />
<ClCompile Include="..\src\vcpkg\build.cpp" />
|
