aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/vcpkglib/vcpkglib.vcxproj
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-06-19 17:51:20 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-06-19 23:07:31 -0700
commitc256ccf4526decec0422d8fc9d91ceb8fcf6160b (patch)
treee1b90d4fbaebfb8ae794659ee4cd223046e8056e /toolsrc/vcpkglib/vcpkglib.vcxproj
parentdbae3bfe566c4c2d949ca6b2f84c6867f15e46ac (diff)
downloadvcpkg-c256ccf4526decec0422d8fc9d91ceb8fcf6160b.tar.gz
vcpkg-c256ccf4526decec0422d8fc9d91ceb8fcf6160b.zip
Introduce stringrange.h/cpp and visualstudio.h/cpp
Diffstat (limited to 'toolsrc/vcpkglib/vcpkglib.vcxproj')
-rw-r--r--toolsrc/vcpkglib/vcpkglib.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolsrc/vcpkglib/vcpkglib.vcxproj b/toolsrc/vcpkglib/vcpkglib.vcxproj
index 7e825b513..d70cd6eab 100644
--- a/toolsrc/vcpkglib/vcpkglib.vcxproj
+++ b/toolsrc/vcpkglib/vcpkglib.vcxproj
@@ -154,6 +154,7 @@
<ClInclude Include="..\include\vcpkg\base\sortedvector.h" />
<ClInclude Include="..\include\vcpkg\base\span.h" />
<ClInclude Include="..\include\vcpkg\base\stringliteral.h" />
+ <ClInclude Include="..\include\vcpkg\base\stringrange.h" />
<ClInclude Include="..\include\vcpkg\base\strings.h" />
<ClInclude Include="..\include\vcpkg\base\system.h" />
<ClInclude Include="..\include\vcpkg\base\util.h" />
@@ -186,6 +187,7 @@
<ClInclude Include="..\include\vcpkg\vcpkglib.h" />
<ClInclude Include="..\include\vcpkg\vcpkgpaths.h" />
<ClInclude Include="..\include\vcpkg\versiont.h" />
+ <ClInclude Include="..\include\vcpkg\visualstudio.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\pch.cpp">
@@ -203,6 +205,7 @@
<ClCompile Include="..\src\vcpkg\base\files.cpp" />
<ClCompile Include="..\src\vcpkg\base\lineinfo.cpp" />
<ClCompile Include="..\src\vcpkg\base\machinetype.cpp" />
+ <ClCompile Include="..\src\vcpkg\base\stringrange.cpp" />
<ClCompile Include="..\src\vcpkg\base\strings.cpp" />
<ClCompile Include="..\src\vcpkg\base\system.cpp" />
<ClCompile Include="..\src\vcpkg\binaryparagraph.cpp" />
@@ -253,6 +256,7 @@
<ClCompile Include="..\src\vcpkg\vcpkglib.cpp" />
<ClCompile Include="..\src\vcpkg\vcpkgpaths.cpp" />
<ClCompile Include="..\src\vcpkg\versiont.cpp" />
+ <ClCompile Include="..\src\vcpkg\visualstudio.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">